Content
86%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 compact, well-organized reference hub that respects token budget and routes clearly to sibling skills and concrete tools/resources. The main gap is that tool entries describe outputs rather than executable call syntax.
Suggestions
Add a one-line example invocation for at least the most-used tools (e.g., `query` and `cypher`) with expected arguments so guidance is copy-paste ready.
Optionally note required arguments or return shape for `impact`/`detect_changes` so Claude can call them without trial and error.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean table-driven reference with minimal prose and no explanation of concepts Claude already knows; every section (tools, resources, schema) earns its tokens. | 5 / 5 |
Actionability | Provides concrete tool names, resource URIs, an executable Cypher snippet, and a runnable CLI command, but the tools table describes outputs rather than full call syntax, leaving minor gaps. | 4 / 5 |
Workflow Clarity | The "Always Start Here" section gives a clear 3-step sequence with an explicit staleness checkpoint and a recovery command, but the dominant "workflow" is skill-dispatch routing rather than a guarded multi-step process. | 4 / 5 |
Progressive Disclosure | Under 50 lines with well-organized sections and one-level-deep routing to sibling skill files; the simple-skill exception applies since no external bundle references are needed. | 5 / 5 |
Total | 18 / 20 Passed |