tzurot-skills-guide
Installation
SKILL.md
Writing Claude Code Skills - Best Practices
Use this skill when: Creating a new skill, updating an existing skill, or reviewing skill quality.
Core Principle: Progressive Disclosure
"Don't tell Claude all the information you could possibly want it to know. Rather, tell it how to find important information so that it can use it only when needed." — Anthropic Engineering
Skills should be concise entry points, not exhaustive documentation.
Size Limits
| Metric | Target | Maximum | Action if Exceeded |
|---|---|---|---|
| Skill lines | <300 | 400 | Split or reference docs |
| CLAUDE.md | <400 | 500 | Move content to skills |
| Description char | N/A | 15,000 | Trim descriptions |