What problem does it solve?
This skill provides a fully guided, automated workflow for creating and scaffolding Claude Code plugins. It eliminates manual setup errors and ensures plugins follow best practices, from structure to marketplace integration.
Core Features & Use Cases
- Automated scaffolding: Create the plugin directory, manifest, and component skeletons based on user input.
- Marketplace integration: Automatically register the new plugin in the marketplace catalog.
- Validation-first workflow: Run comprehensive checks to ensure JSON/YAML syntax, path correctness, and proper naming.
- Documentation generation: Update README with installation and usage guidance.
- Testing guidance: Provide local testing steps and troubleshooting.
Quick Start
Say: "Create a plugin named my-tools with commands, skills, and hooks." Claude will guide you through gathering requirements, scaffolding, marketplace updates, validation, and testing.