What problem does it solve?
Crafting effective Claude Skills requires adherence to specific structural, content, and best practice guidelines (e.g., concise descriptions, progressive disclosure, token efficiency). This skill simplifies the process of creating high-quality, optimized SKILL.md files.
Core Features & Use Cases
- Skill Scaffolding: Initializes new skill directories with the correct structure, including
SKILL.md, scripts/, references/, and assets/.
- Best Practices & Validation: Guides users on writing effective YAML frontmatter (especially descriptions with triggers), body content, and provides a validation script to check for common issues.
- Progressive Disclosure: Teaches how to keep
SKILL.md lean by offloading detailed information to references/, improving token efficiency.
- Use Case: You need to create a new skill for "semantic commit generation". This skill helps you structure
SKILL.md with a clear description, define a script for the core logic, and add detailed examples in references/examples.md.
Quick Start
Help me write a new Claude Skill called 'code-reviewer'. It should focus on identifying common anti-patterns in Python code.