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 well-structured capability skill body that provides executable CLI commands, a clear when/when-not/results decision tree, and properly offloads detailed reference material to bundled files. It assumes Claude's intelligence and avoids padding.
Suggestions
Consider moving the per-platform session-path enumeration (Claude/Codex/Devin/Grok/OpenCode/Pi/ZCode paths) into references/cli-quick-reference.md to further slim the overview body.
Add a brief explicit checkpoint after retrieval (e.g., 'confirm the session-id/phase matches the user's intent before quoting') to make the workflow's implicit checkpoints explicit.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean and efficient, assumes Claude's competence without explaining basic concepts; the dense enumeration of per-platform session paths is load-bearing but could be tightened slightly. | 4 / 5 |
Actionability | Provides fully executable, copy-paste-ready CLI commands with concrete flags (search, extract --phase, extract --grep, context --turns, list, projects) covering the common cases. | 5 / 5 |
Workflow Clarity | Clear sequencing from discovery (list/projects) to retrieval (search/extract/context) to a decision tree for handling results; no destructive/batch validation needed since mem is explicitly read-only, but checkpoints are implicit rather than explicit. | 4 / 5 |
Progressive Disclosure | SKILL.md is a concise overview with clearly signaled, one-level-deep references to real files (references/cli-quick-reference.md, references/triggering-patterns.md); bulk detail is appropriately split out. | 5 / 5 |
Total | 18 / 20 Passed |