Content
76%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 body is highly actionable with executable commands and well-chosen Wrong/Correct examples backed by source citations, and it is well-structured and concise. Its main weakness is the lack of an explicitly sequenced workflow with validation feedback loops for project-modifying add-on operations.
Suggestions
Promote the id-resolution / addon-validation / apply steps into an explicit ordered workflow with numbered checkpoints (1. resolve ids, 2. validate addon details, 3. apply, 4. verify).
Add a validation/verification feedback loop, e.g. re-run 'create --list-add-ons --json' after applying to confirm the add-ons registered and dependencies resolved.
Tighten the Windows-path and 'Tension' entries to one line each to reclaim token budget.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly lean with copy-paste commands and one-line domain-specific explanations (e.g. why missing .cta.json breaks add flows) rather than generic padding, but the Windows-path and 'Tension' entries are slightly narrative and could be trimmed. | 4 / 5 |
Actionability | Every pattern and mistake pairs a Wrong/Correct block with fully executable, copy-paste-ready commands (e.g. 'npx @tanstack/cli create --list-add-ons --json', 'npx @tanstack/cli create --addon-details prisma --json') and cites real source paths, covering the common cases. | 5 / 5 |
Workflow Clarity | Useful patterns exist (resolve ids, validate addon details, then apply) but they are presented as parallel 'Core Patterns' rather than an explicitly ordered workflow, and there are no validation feedback loops for these project-modifying (batch/destructive) operations, capping this dimension at 3. | 3 / 5 |
Progressive Disclosure | No bundle files exist, so structure is judged on the body: clear Setup / Core Patterns / Common Mistakes sections with a single well-signaled one-level cross-reference ('See also: maintain-custom-addons-dev-watch/SKILL.md'), though it is self-contained rather than an overview pointing to detailed materials. | 4 / 5 |
Total | 16 / 20 Passed |