write-skill
Installation
SKILL.md
Skill Creator
Create skills that extend Claude's capabilities with specialized knowledge and workflows.
Core Principles
- Concise is key - Context window is shared; only add what Claude doesn't know
- < 200 lines - Split to
references/if approaching limit - Description triggers - Include "Use when..." in YAML description, not body
- Scripts for precision - Create
.pyscripts for tasks requiring exact format or validation; for templates, prefer Python scripts over raw markdown to ensure stable formatting