claude-plugins
Installation
SKILL.md
Claude Plugin Development
Complete lifecycle for developing, validating, and distributing Claude Code plugins.
Steps
- Define plugin scope and components needed
- Initialize plugin structure with
plugin.json - If adding commands, load the
outfitter:claude-commandsskill - If adding agents, load the
outfitter:claude-agentsskill - If adding hooks, load the
outfitter:claude-hooksskill - If adding skills, load the
outfitter:skills-devskill - Delegate by loading the
outfitter:claude-plugin-auditskill for validation - Fix issues and distribute