Content
70%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured routing skill with excellent progressive disclosure and a clear decision tree, but it loses conciseness to a redundant Anti-Rationalization table and overlapping Example Invocations, and offers no inline executable code by design.
Suggestions
Trim or remove the 21-row Anti-Rationalization table; the Decision Tree already routes these cases, and restating self-defeating thoughts is largely inferable padding.
Cut the Example Invocations section (60+ lines) since it duplicates Decision Tree routing; keep at most 3-4 representative examples if any.
For the highest-leverage workflows (e.g. memory-auditor, /axiom:profile), include one inline command or invocation so the skill is actionable without always deferring to a referenced file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a large routing index that largely earns its tokens, but the 21-row Anti-Rationalization table restates common-sense objections at length, and routing entries plus a 60+ line Example Invocations section substantially duplicate the Decision Tree, adding padding Claude could infer. | 2 / 3 |
Actionability | It points to specific files, agents, and slash commands, but as a router it offers no executable code/commands inline; guidance is 'See skills/X.md' / 'Launch agent' rather than copy-paste-ready instructions, fitting the 'some concrete guidance but incomplete' anchor. | 2 / 3 |
Workflow Clarity | The Decision Tree provides a clearly sequenced, branching diagnostic flow (memory first then profiling; busy vs blocked hang triage) with explicit routing on conditions, giving a strong feedback-style routing workflow appropriate to a router skill. | 3 / 3 |
Progressive Disclosure | The SKILL.md is an overview that one-level-deep references out to specialized skills (memory-debugging.md, performance-profiling.md, energy.md, etc.) and auditor agents, with clearly signaled navigation and no nested reference chains. | 3 / 3 |
Total | 10 / 12 Passed |