- Remove implementation-focused sentence from description (was not user-intent language per agentskills.io spec) - Move source_keys template comment under metadata: block to match Step 5's instruction; contradicted agents scaffolding before reading Step 5 - Add Step 6 to new-skill.sh next-steps (populate references/sources.md); renumber validate step to 7 — script was missing the sources step entirely Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
skills/
Skills for this plugin. Each skill lives in its own subdirectory:
skills/
<skill-name>/
SKILL.md # required — frontmatter + skill body
META.md # required — provenance and audit fields
references/ # optional — on-demand reference docs
scripts/ # optional — executable helper scripts
assets/ # optional — templates, data files, lookup tables
Shared — both Claude Code and GitHub Copilot CLI read skills/<name>/SKILL.md.
To create or improve a skill, run /skill-author in a Claude Code session. To review a skill
without modifying it, run /skill-audit. Do not write SKILL.md by hand without following the
authoring standard — trigger descriptions and body discipline are required.