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.
The content is a tight, well-organized set of non-obvious communication rules with concrete mention formats and a clear gating/loop-safeguard decision flow. It assumes Claude's competence, avoids padding, and is appropriately self-contained for a simple skill.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence: each section states only the non-obvious rule ('Do not use the `message` tool for cross-room sends', 'remove all Matrix IDs from the message in your head', 'If two rounds of replies produce no new task, question, or decision, stop replying') with no padding or explanation of concepts Claude already knows. | 5 / 5 |
Actionability | Guidance is concrete and executable — exact mention formats like '@coordinator:domain TASK_COMPLETED: <summary>', an explicit mental filter ('remove all Matrix IDs... send only if the remaining text contains a concrete completion, blocker, question...'), and a concrete stop rule — but it is instruction-only with no command/code, so it falls just short of fully copy-paste-ready 5 for an instruction skill. | 4 / 5 |
Workflow Clarity | The mention decision flow is clearly sequenced: enumerate valid mention reasons, exclude low-information cases, apply the exception, then apply the remove-Matrix-IDs filter and the two-round loop safeguard as a checkpoint. It is a decision/gating workflow rather than a destructive batch operation, so the destructive-cap does not apply; it lacks only an explicit validate-then-retry feedback loop to reach 5. | 4 / 5 |
Progressive Disclosure | This is a short, self-contained skill (under 50 lines, single task) with no bundle files in references/scripts/assets, organized into clear well-labeled sections (Routing, Coordinator Identity, @Mention Rules, History Context, Loop Safeguard); per the simple-skills guidance this warrants a 5 with no external references needed. | 5 / 5 |
Total | 18 / 20 Passed |