What problem does it solve?
Creating custom Claude Code components (Skills, Agents, Commands, Plugins) can be complex, requiring knowledge of specific file structures, YAML frontmatter, and best practices. This Skill streamlines the entire development process, guiding you from concept to deployment.
Core Features & Use Cases
- Component Scaffolding: Provides quick starts and templates for creating new Skills, Slash Commands, Subagents, and Plugins.
- YAML Frontmatter Reference: Offers a quick guide to required and optional fields for each component type.
- Best Practices & Troubleshooting: Ensures components are well-designed, activate correctly, and integrate seamlessly.
- Use Case: Rapidly develop a new plugin that bundles a specialized "Code Reviewer" Subagent, a
/format-code Slash Command, and a "Python Best Practices" Skill, ensuring all components are correctly configured and discoverable.
Quick Start
Example: Create a new plugin scaffold
python ./scripts/init_plugin.py --name my-new-plugin --description "My awesome plugin" --author "AI Assistant"