Rewrote the skill authoring factory skill from scratch against the agentskills.io specification. Renamed write-skill → skill-write (name now matches directory per spec). skill-write: - Full scaffold via new-skill.sh (annotated templates for SKILL.md, README.md, scripts/, references/, assets/) - validate.sh checks all spec constraints deterministically (name format/length, description length, placeholder detection, line count, script rules) - SKILL.md body includes description rules, body discipline, patterns, and scripts guidance with "why" rationale throughout - Templates usable standalone by agents and humans skill-audit: - Structural validation (via validate.sh) + seven qualitative dimensions - Produces PASS/FAIL/SUGGESTION punch list with per-FAIL fix proposals - Report-only: does not apply fixes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3.2 KiB
3.2 KiB
name, description
| name | description |
|---|---|
| SKILL_NAME | FILL IN: What does this skill do? State capabilities specifically (e.g. "parses and validates OpenAPI specs", not "helps with APIs"). Use when FILL IN: when should an agent activate this skill? Include indirect triggers: even if the user doesn't mention X explicitly. Do not use when FILL IN: near-miss exclusions — remove this line if none apply. |
Instructions
FILL IN: Add your skill instructions here. Replace this section with the skill body.