Content
60%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-organized, information-dense reference whose inline quick-reference and canonical repo citations are valuable, but its core detailed content is deferred to seven rules/*.md files that are not present in the skill bundle, undermining both actionability and navigation.
Suggestions
Ship the seven referenced rules/*.md files (or at least rules/span-attributes.md and rules/language-bindings.md) inside references/ so the deferred detail is actually reachable.
Add a small inline executable code snippet (one TypeScript + one Rust setAttribute/status example) so the common case is actionable without opening a bundle file.
Trim overlap between the Quick reference table and the Canonical references list (e.g. loop-prevention and deployment-env appear in both) to tighten conciseness.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean and efficient — dense tables, bullets, and file:line citations that assume Claude's competence, with Maple-specific context that is not generic fluff. Minor redundancy between the Index, Quick reference table, and Canonical references sections could be trimmed. | 4 / 5 |
Actionability | Concrete conventions are stated (exact status strings, exact attribute keys, namespace rules), but all executable code is deferred to rules/language-bindings.md and rules/span-attributes.md — files that are referenced but not present in the bundle — leaving key implementation details missing. | 3 / 5 |
Workflow Clarity | A well-organized reference skill with a clear 'When to apply' trigger list and an Index mapping each concern to its rule file; the single lookup-then-apply flow is unambiguous. No validation checkpoint is needed for a non-destructive reference skill, but the lookup depends on missing rule files. | 4 / 5 |
Progressive Disclosure | The structure is well-signaled in concept (a clear one-level-deep Index pointing to 7 rules/*.md files), but none of those referenced bundle files exist in references/scripts/assets, so the promised detailed content is unreachable and the skill cannot actually deliver its details. | 2 / 5 |
Total | 13 / 20 Passed |