What problem does it solve?
This Skill addresses the complexities of developing Claude Code plugins, from structure to marketplace integration, by providing automation scripts, reference documentation, and structured workflows.
Core Features & Use Cases
- Automated Plugin Creation: Simplifies the setup of plugin structures and manifests.
- Version Management: Automates version bumps and synchronization across manifests.
- Reference Documentation: Offers detailed guides on plugin structures, manifests, and marketplace integration.
- Use Case: A developer looking to create a new Claude Code plugin for a marketplace can use this Skill to generate the initial structure, add components, and manage versions efficiently.
Quick Start
Run the 'create_plugin.py' script to scaffold a new plugin with the following command:
python scripts/create_plugin.py my-plugin \
--marketplace-root /path/to/marketplace \
--author-name "Your Name" \
--author-email "[email protected]" \
--description "Plugin description" \
--keywords "keyword1,keyword2" \
--category "productivity"