Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, comprehensive MCP tool reference that provides highly actionable, concrete guidance with exact tool invocations and return values. Its main weakness is length — at 350+ lines it tries to be both a quick-start guide and a complete API reference in one file, which hurts conciseness and progressive disclosure. The workflow guidance is appropriate for a reference/bootstrap skill, with clear sequencing and good delegation to specialized sub-skills.
Suggestions
Split the detailed API sections (Visual Elements, Session Management, Federation) into separate reference files and link to them from SKILL.md, keeping the main file focused on the bootstrap sequence and fundamental loop.
Remove the metaphorical prose ('eyes/hands/patience/voice', 'This is your heartbeat. Learn it.') and the authentication section for local-only use to tighten token efficiency.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is fairly comprehensive and mostly efficient, but includes some unnecessary explanatory prose (e.g., the 'eyes/hands/patience/voice' metaphor, 'This is your heartbeat. Learn it.', explaining what a Unix domain socket is). Some sections like authentication could be trimmed since local use needs no auth. However, most content is reference material that earns its place. | 2 / 3 |
Actionability | Every MCP tool is documented with concrete, copy-paste-ready invocation examples showing exact parameter names and values. Named keys are enumerated, return values are specified with exact JSON shapes, and the getting-started sequence is fully executable step by step. | 3 / 3 |
Workflow Clarity | The 'Getting Started' section provides a clear 3-step sequence with a fallback path if MCP tools aren't available. The 'Fundamental Loop' (send → wait → read → decide) is explicitly defined. The skill appropriately delegates complex multi-step workflows to specialized sub-skills (drive-process, tui, etc.), and for a reference skill this level of workflow guidance is sufficient. | 3 / 3 |
Progressive Disclosure | The skill references specialized sub-skills (wsh:drive-process, wsh:tui, etc.) which is good progressive disclosure, and uses a collapsible details block for the JSON escape reference. However, the main file is very long (~350+ lines) and could benefit from splitting the detailed API reference (visual elements, session management, federation) into separate reference files, keeping SKILL.md as a concise overview with links. | 2 / 3 |
Total | 10 / 12 Passed |