What problem does it solve?
This Skill provides a comprehensive, developer-focused guide for creating and managing Claude Code skills. It ensures adherence to Anthropic best practices, including YAML frontmatter, trigger patterns, enforcement levels, hook mechanisms, and progressive disclosure. It also documents the structure and validation workflows needed to build robust, maintainable skills.
Core Features & Use Cases
- Guidance on SKILL.md composition, frontmatter fields, and content organization.
- Clarification of trigger types (keywords, intent patterns, file paths, content patterns) and how to configure enforcement levels.
- Step-by-step testing and debugging workflow for new/updated skills, plus references to related files.
Quick Start
Follow these steps to start using the Skill Developer guide:
- Create or update SKILL.md at .claude/skills/{skill-name}/SKILL.md with proper frontmatter.
- Add or adjust the skill in .claude/skills/skill-rules.json with appropriate triggers and skip conditions.
- Use the provided troubleshooting and reference materials to validate hooks, patterns, and guards before deployment.