Content
85%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-architected instruction skill: lean rule-plus-reason prose, executable commands, explicit validation feedback loops, and exemplary one-level-deep progressive disclosure backed by real bundle files. Main gaps are length and hardcoded absolute paths in examples.
Suggestions
Move the handoff near-miss anecdote (the `enlistment-hand-off-near-miss` reproduction detail) into references/evaluation.md and keep only the actionable rule in SKILL.md to tighten conciseness.
Replace hardcoded `/Users/braden/Code/epicenter` paths in command examples with a placeholder like `<repo-root>` so the commands are copy-paste portable.
Consider promoting the "Compose With" and "Keep The Format Open" sections into a reference if the body is meant to stay near the 100-line practical target.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense rule-plus-reason prose that assumes Claude's competence and avoids explaining basic concepts, but at ~375 lines it exceeds its own "under 100 when practical" target and includes a lengthy empirical anecdote (the handoff near-miss) that could be trimmed or moved to a reference. | 4 / 5 |
Actionability | It gives copy-paste-ready commands (`bun x --package skills skills init`, `ln -s ...`, audit scripts), file trees, and frontmatter examples, but several commands hardcode `/Users/braden/Code/epicenter` absolute paths, reducing portability and capping it below 5. | 4 / 5 |
Workflow Clarity | Multiple workflows are explicitly sequenced (Create, Design with Diverge/Converge/Extract, Evaluate loop, Update) with an explicit validation feedback loop ("If the skill does not appear, fix `SKILL.md` and run the command again") and an Exit Gate checklist, matching the top anchor. | 5 / 5 |
Progressive Disclosure | The body points to three real reference files (instruction-placement.md, evaluation.md, composition-audit.md) each with a concrete load condition, and documents real scripts (audit-skill-links.ts, run-trigger-eval.ts verified present); references are one level deep and well-signaled, matching the top anchor. | 5 / 5 |
Total | 18 / 20 Passed |