Closes #5. Single authoring skill replaces the factory trio — one set of standards, one script, one place for future governance rules. Routes to create or improve flow based on context. Passes skill-audit with no findings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016z2ZFYHQCex8yZAMVMTZzZ
20 lines
770 B
Markdown
20 lines
770 B
Markdown
# 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.
|