Content
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A lean, highly actionable reference skill with a clear decision flowchart and concrete invocation guidance. Its one real defect is progressive disclosure: it directs Claude to load catalog files (./references/*.md) that are not present in the bundle.
Suggestions
Create the referenced ./references/agents-catalog.md and ./references/skills-catalog.md files (or remove the 'Additional Resources' section) so the signaled one-level-deep references resolve instead of pointing to non-existent files.
If the catalogs are intentionally not bundled, replace the file-load instruction with a note that the in-body quick-reference tables are the complete set, so Claude does not attempt to load missing files.
Verify each named skill (e.g. file-search, sql-patterns) and agent (e.g. python-expert, sql-expert) actually exists in the environment, since the recommendations cannot be validated against the missing catalogs.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a dense, tabular reference with a compact decision flowchart and no padding explaining concepts Claude already knows; every section (flowchart, quick-reference tables, launch syntax, match-by-task, tips) earns its place, matching the lean score-3 anchor. | 3 / 3 |
Actionability | It gives concrete, specific guidance: exact tool + parameter invocation syntax ('Skill tool → skill: "file-search"', 'Task tool → subagent_type: "python-expert"') and a match-by-task table naming exact skill/agent identifiers per task, which is fully actionable for an instruction skill per the code_vs_instruction scoring note. | 3 / 3 |
Workflow Clarity | The decision flowchart provides a clear, sequenced branching process (reference? → SKILL; needs reasoning? → AGENT; maybe → catalogs) and the match-by-task table reinforces it; as a single-purpose recommendation skill with no destructive/batch operations, no validation checkpoints are required. | 3 / 3 |
Progressive Disclosure | The body is well-organized into clear sections and signals one-level-deep references ('For complete catalogs, load: ./references/agents-catalog.md', './references/skills-catalog.md'), but those referenced files and the references/ directory do not exist, so the signaled navigation is broken rather than genuinely progressive. | 2 / 3 |
Total | 11 / 12 Passed |