Content
92%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: actionable commands, clear when/when-not guidance, and clean progressive disclosure to two real reference files. The only friction is mild over-specification of platform storage paths in the main body that could live in the CLI reference.
Suggestions
Move the per-platform storage path detail (`.claude/projects/`, `.codex/sessions/`, Pi settings resolution, `~/.zcode/cli/db/db.sqlite`) from the body into references/cli-quick-reference.md to tighten the overview.
Consider trimming or tabularizing the 'What `trellis mem` is' paragraph so the body leads with the capability and defers platform plumbing to the reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean and assumes Claude's competence with no concept-explaining padding; however the 'What `trellis mem` is' paragraph carries platform-specific path detail (`.claude/projects/`, `.codex/sessions/`, Pi settings resolution, ZCode sqlite path) that could be trimmed or moved to the CLI reference. Not a 5 because that operational minutia slightly exceeds what each turn needs. | 4 / 5 |
Actionability | Provides copy-paste-ready commands covering the 80% case (`trellis mem search`, `extract --phase brainstorm`, `context --turns 3 --around 2`, `list --cwd`) with inline comments explaining flags and a clear list→extract fallback when the session id is unknown. | 5 / 5 |
Workflow Clarity | Although framed as a capability skill rather than a fixed workflow, the body sequences the typical flow (search/list → extract/context) and gives explicit decision branches for what to do with results; no destructive steps exist so no validation checkpoint is required, and the simple-skill exception applies. | 5 / 5 |
Progressive Disclosure | SKILL.md is a concise overview with two clearly-signaled, one-level-deep references (`references/cli-quick-reference.md` for full CLI detail, `references/triggering-patterns.md` for verbatim phrasings); both files exist and there is no reference nesting. | 5 / 5 |
Total | 19 / 20 Passed |