Content
75%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 highly actionable, well-structured lookup skill dominated by concrete executable commands and a clear search-then-read workflow. Its main weakness is mild redundancy across sections plus a tangential final section that dilutes the doc-lookup focus.
Suggestions
Consolidate the 'version-matched installed source outranks memory' rationale into the Why section and reference it rather than restating it in Rule and Reuse Proven Patterns.
Move the 'Authoring visual docs blocks' section into a separate reference file or a different skill, since it is unrelated to looking up Agent-Native docs and source.
Make the workflow sequence explicit with numbered steps (unified search -> focused reader -> direct rg fallback) and a short note on when to stop refining a bounded search result.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is information-dense and avoids explaining basics Claude already knows, but the 'version-matched installed source outranks web docs or memory' rationale is restated across the Rule, Why, and Reuse sections, and the closing 'Authoring visual docs blocks' section is tangential to a docs-lookup skill, so it could be tightened. | 3 / 5 |
Actionability | Provides copy-paste-ready executable commands throughout — `pnpm action framework-search --pattern ...`, `rg -n ... node_modules/@agent-native/core/...`, and `cp .../archive-email.ts actions/archive-item.ts` — covering the common search, read, and reuse cases. | 5 / 5 |
Workflow Clarity | There is a clear sequenced workflow (unified framework-search first, then focused readers, then a direct rg fallback when the runner is unavailable) with most steps explicit; because this is a read-only lookup rather than a destructive/batch operation, the validation-cap anchor does not apply, but explicit checkpoints are still only implicit. | 4 / 5 |
Progressive Disclosure | No bundle files exist, so the single SKILL.md carries everything; it is well-organized into clear sections (Rule, Why, How, Reuse Proven Patterns, Useful Slugs, Don't) with no nested references, though the off-topic 'Authoring visual docs blocks' section is inlined where separation would help. | 4 / 5 |
Total | 16 / 20 Passed |