creating-plugins
Installation
SKILL.md
Plugin Creation Workflow
Guide end-to-end plugin creation from initial concept through component design, implementation, validation, and testing. Follow a systematic multi-phase approach to produce high-quality Claude Code plugins.
Core Principles
- Ask clarifying questions: Identify all ambiguities about plugin purpose, triggering, scope, and components before implementing.
- Load relevant skills: Use the Skill tool to load plugin-dev skills when needed (plugin-structure, hook-development, agent-development, skill-development, mcp-integration, plugin-settings).
- Use specialized agents: Leverage agent-creator, plugin-validator, and skill-reviewer agents.
- Follow best practices: Apply patterns from plugin-dev's own implementation.
- Use TodoWrite: Track progress throughout all phases.
Phase 1: Discovery
Goal: Understand the plugin's purpose and target users.