mumudevx/claude-plugin-builder
7 stars · Last commit 2026-03-02
A Claude Code plugin that guides you through creating new Claude Code plugins from scratch. It provides a structured workflow: brainstorm requirements, design architecture, scaffold the project, implement components, and distribute.
README preview
# Plugin Builder A Claude Code plugin that guides you through creating new Claude Code plugins from scratch. It provides a structured workflow: brainstorm requirements, design architecture, scaffold the project, implement components, and distribute. ## Installation ### Temporary (single session) ```bash claude --plugin-dir /path/to/plugin-builder ``` ### Permanent ```bash claude plugin install plugin-builder@<marketplace-name> ``` ## Usage ### Via Command ```