Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable and exceptionally well-sequenced, with concrete commands, exact paths, per-lane templates, and a verification checklist that encodes real feedback loops. Its main weakness is conciseness — recurring guidance across overlapping voice/anti-slop sections adds length — and the absence of any bundle files leaves a large monolithic body where some material could be split into referenced files for better progressive disclosure.
Suggestions
Consolidate the recurring 'no placeholder comments' and voice rules into one authoritative section (e.g. Voice) and have Code Example Rules, Anti-Slop Rules, and the Verification Checklist reference it instead of restating it, to cut length and reduce drift risk.
Move the eight Lane Templates and/or the Writing Voice Examples into separate reference files (e.g. references/lane-templates.md, references/voice-examples.md) linked from the body, so SKILL.md stays a lean overview with one-level-deep references.
Tighten the shadcn-style and anti-slop lists, which overlap in banned openings, marketing adjectives, and demo-faking rules, into a single deduplicated guidance block.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~700-line body is dense and mostly earns its place, but guidance recurs across overlapping sections — e.g. 'no placeholder comments' appears in Voice, Code Example Rules, Anti-Slop Rules, and the Verification Checklist, and voice rules split across 'Voice', 'Shadcn Style Layer', and 'Writing Voice Examples'. It is efficient in places but could be tightened to remove repetition. Matches the score-2 anchor of mostly efficient with some unnecessary restatement, not the lean score-3. | 2 / 3 |
Actionability | Provides fully concrete, copy-paste-ready guidance — exact commands like 'pnpm --filter www build:source' and 'pnpm --filter www check:docs', exact paths like 'content/docs/meta.json' and 'apps/www/src/registry/registry-kits.ts', real MDX component names, and per-lane required-shape templates. Matches the score-3 anchor for executable, specific, copy-paste-ready instructions. | 3 / 3 |
Workflow Clarity | Includes an explicit 11-step Workflow and a Verification Checklist with concrete validation checkpoints (MDX parse, check:docs parity, route render proof, source-parity regeneration). The Source Of Truth section encodes a fix→regenerate→verify feedback loop for output drift. Matches the score-3 anchor for a clear sequence with explicit validation steps and error-recovery loops. | 3 / 3 |
Progressive Disclosure | No bundle files exist (references/scripts/assets absent) and the entire doctrine lives inline in one ~700-line file with no external file references. Sections are well-organized, but at this length content like the eight Lane Templates and Writing Voice Examples could be split into separate reference files rather than kept monolithic. Matches the score-2 anchor of some structure with content that should be separate kept inline, not the score-3 well-signaled one-level-deep split. | 2 / 3 |
Total | 10 / 12 Passed |