claude-pilot-standards
Installation
SKILL.md
SKILL: Claude-Pilot Standards
Purpose: Author reference for creating plugin components Target: Contributors creating skills, commands, agents
Quick Reference
| Component | Location | Purpose | Size Limit |
|---|---|---|---|
| Skills | .claude/skills/{name}/ |
Auto-discoverable capabilities | SKILL: 200, REF: 300 |
| Commands | .claude/commands/ |
Slash commands | 150 lines |
| Agents | .claude/agents/ |
Specialized configs | 200 lines |
| Rules | .claude/rules/ |
Delegation patterns | 200 lines |
Component Taxonomy
Skills
Structure: {name}/SKILL.md (≤200) + REFERENCE.md (≤300)