blockbench-plugins
✓Blockbench plugin/extension development for the 3D modeling tool. Use when creating, modifying, or debugging JavaScript plugins for Blockbench including actions, dialogs, panels, menus, toolbars, model manipulation, animation APIs, and custom formats/codecs. Triggers on Blockbench plugin, Blockbench extension, Blockbench API, BBPlugin, model editor plugin, or 3D modeling tool extension.
Installation
SKILL.md
Blockbench runs on Electron (desktop) and as a web PWA, using THREE.js for 3D rendering and Vue 2 for reactive UI. Plugins have full access to global APIs within an isolated execution context.
| Create clickable command | new Action() - add to menus/toolbars | | Show form/dialog | new Dialog() with form fields | | Add sidebar panel | new Panel() with Vue component | | Modify model elements | Use Undo.initEdit() → modify → Undo.finishEdit() | | Custom import/export | new Codec() + new ModelFormat() |
Menu locations: 'file', 'edit', 'transform', 'filter', 'tools', 'view', 'help'
Blockbench plugin/extension development for the 3D modeling tool. Use when creating, modifying, or debugging JavaScript plugins for Blockbench including actions, dialogs, panels, menus, toolbars, model manipulation, animation APIs, and custom formats/codecs. Triggers on Blockbench plugin, Blockbench extension, Blockbench API, BBPlugin, model editor plugin, or 3D modeling tool extension. Source: jasonjgardner/blockbench-mcp-project.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/jasonjgardner/blockbench-mcp-project --skill blockbench-plugins- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is blockbench-plugins?
Blockbench plugin/extension development for the 3D modeling tool. Use when creating, modifying, or debugging JavaScript plugins for Blockbench including actions, dialogs, panels, menus, toolbars, model manipulation, animation APIs, and custom formats/codecs. Triggers on Blockbench plugin, Blockbench extension, Blockbench API, BBPlugin, model editor plugin, or 3D modeling tool extension. Source: jasonjgardner/blockbench-mcp-project.
How do I install blockbench-plugins?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jasonjgardner/blockbench-mcp-project --skill blockbench-plugins Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/jasonjgardner/blockbench-mcp-project
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01