Content
92%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean, table-driven meta-skill body with concrete commands, a clear fast-path workflow, and well-signaled progressive disclosure in intent. Its main defect is that the majority of referenced bundle files are missing, so the disclosure structure does not actually resolve.
Suggestions
Create the referenced workflow files (workflows/create.md, synthesize.md, test.md, debug.md, refine.md) or remove their links from the Choose the Job table so no routing target is dead.
Add the missing templates/ (simple.md, router.md), spec/specification.md, README.md, and sources/ entries, or prune the references to match the shipped bundle.
Verify every relative path in the body resolves under the skill directory before validating, since validate.sh only checks structure and will not catch dangling cross-file links.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is table-driven and assumes Claude's competence — it does not explain what skills or frontmatter are; framing lines like 'Done means the skill loads for the right requests...' carry signal. Minor redundancy between Cardinal Rules and Description Requirements is acceptable for a meta-skill quick-reference. | 3 / 3 |
Actionability | Provides copy-paste-ready commands backed by real scripts ('python scripts/init.py my-skill', './scripts/validate.sh path/to/skill', 'skills-ref validate'), a concrete description formula template, and a Choose/Do/Show/Guard/Check body shape — executable and specific. | 3 / 3 |
Workflow Clarity | The Fast Path gives a clear 4-step sequence with an explicit validation checkpoint ('Validate structure and, when relevant, activation behavior'), and Report Back defines a reporting sequence; validation is emphasized throughout including 'Test activation before deployment'. | 3 / 3 |
Progressive Disclosure | Structure is well-designed — a router table signals one-level-deep 'read first' vs 'use when needed' references — but scored against the actual bundle, most routing targets (workflows/create.md, synthesize.md, test.md, debug.md, refine.md, templates/*, spec/specification.md, README.md, sources/) do not exist, so navigation breaks for 5 of 7 jobs. | 2 / 3 |
Total | 11 / 12 Passed |