What problem does it solve?
Building a Claude plugin requires knowing many undocumented conventions: SKILL.md frontmatter, plugin.json and marketplace.json schemas, skills/ versus agents/ folder routing, and marketplace validation rules. This Skill walks users from a raw idea to a fully deployed plugin without missing any structural requirement.
Core Features & Use Cases
- Phased Interview Process: Runs a 23-step guided workflow across discovery, design, classification, generation, and push phases, confirming each decision before proceeding.
- Plugin Type Classification: Automatically classifies the idea as a Skill, Skill-with-scripts, Agent, or Commands based on computation needs and slash-command requirements.
- Complete File Generation: Produces SKILL.md, plugin.json, marketplace.json, README.md, Python scripts, and LICENSE following validated schema rules.
- Use Case: A developer says "help me make a plugin that scores startup pitches." The Skill interviews them about inputs and outputs, researches open-source libraries, generates all plugin files, and pushes them to a GitHub repo ready for marketplace installation.
Quick Start
Ask the assistant to help you build a new Claude plugin from your idea and answer its step-by-step questions.