Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Use when creating a new skill, editing an existing skill, or verifying a skill works before deployment
Writing skills IS Test-Driven Development applied to process documentation.
Core principle: If you didn't watch an agent fail without the skill, you don't know if the skill teaches the right thing.
NO SKILL WITHOUT A FAILING TEST FIRST
This applies to NEW skills AND EDITS to existing skills. No exceptions.
AGENTS.md)| Type | Description | Example |
|---|---|---|
| Technique | 具体方法,有步骤可循 | test-driven-development |
| Pattern | 思维模型 | brainstorming |
| Reference | 查询式,结构化条目 | —(本项目暂无 Reference 型 skill) |
| Label | Meaning | Requirement |
|---|---|---|
| Rigid | 必须严格遵守 | 必须带 Rationalizations + Red Flags |
| Flexible | 原则可按场景取舍 | 不需 Rationalizations |
.agents/skills/ ← 唯一存储位置(编辑这里)
<skill-name>/
SKILL.md # 必需
<supporting-file>.md # 仅当 >100 行或为可复用 prompt 模板
npx skills add growingio/growingio-sdk-ios-autotracker --skill writing-skillsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.