Guide for creating new Claude Code skills to extend capabilities with specialized workflows. Use when creating custom skills for Guitar CRM like lesson-plan-generator, student-report, or practice-schedule.
Create custom skills to extend Claude's capabilities with Guitar CRM-specific workflows and domain knowledge.
skill-name/
├── SKILL.md # Required: Instructions and metadata
├── scripts/ # Optional: Executable code
├── references/ # Optional: Documentation to load as needed
└── assets/ # Optional: Templates, images, fonts
---