Content
63%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 thorough, well-structured foundational reference with highly actionable templates, formulas, and shell functions, weakened mainly by its length and a progressive-disclosure gap: heavy operational detail is inlined and the existing reference bundle is not navigated to. Workflow sequencing and validation are solid for a theory skill.
Suggestions
Link references/karpathy-pattern.md from the body (e.g., in an opening or 'Reference' section) so the provided bundle is discoverable rather than orphaned.
Move the dense operational policy that sibling skills own (confidence-score buckets, lifecycle state machine, config-resolution shell functions) into reference files and keep SKILL.md as a concise overview pointing one level deep.
Tighten the longest sections — consolidate the env-var list and tier/lifecycle tables to the essentials, trimming detail that 'wiki-lint' and 'wiki-ingest' already cover.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The ~630-line body is mostly skill-specific policy that earns its place (no padding with general concepts Claude already knows), but the sheer volume of inline operational detail — full bash functions, confidence-score buckets, lifecycle state machine, env-var list — could be tightened or moved to references, matching 'mostly efficient but could be tightened.' | 3 / 5 |
Actionability | Provides concrete, copy-paste-ready material — full page and paper-deep-dive templates, provenance marker syntax, a numeric confidence formula with source-quality buckets, retrieval-primitive commands, and config-resolution shell functions — with only minor gaps because operational execution is partly deferred to sibling skills. | 4 / 5 |
Workflow Clarity | Embedded mini-workflows are clearly sequenced (config resolution order 0–3 with explicit fallback, append/rebuild/restore modes, lifecycle transitions) and validation mechanisms are named (manifest delta, staleness detection, wiki-lint recomputing provenance and flagging drift), with only minor checkpoint gaps since destructive operations are delegated to wiki-rebuild. | 4 / 5 |
Progressive Disclosure | Section headers organize the content well, but the body is a large near-monolithic block with operational policy that could be split into reference files, and the one provided bundle file (references/karpathy-pattern.md) is never linked or signaled from the body. | 3 / 5 |
Total | 14 / 20 Passed |