Content
71%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 clean, well-structured catalog of React Native/Expo rules with concrete per-rule directives and a sound progressive-disclosure intent. Its main weakness is that the referenced rule files and AGENTS.md are not present in the bundle, breaking the disclosure chain it relies on.
Suggestions
Ship the referenced bundle (rules/*.md files and AGENTS.md) so the one-level-deep disclosure links actually resolve.
Collapse the priority table and the Quick Reference enumeration so each category appears once, reducing redundancy.
Add brief inline code snippets for the highest-priority (CRITICAL) list-performance rules so the most common cases are actionable without opening a rule file.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a lean, well-organized index of rule names with one-line descriptors that assumes Claude's competence; not a 5 because the priority table and the numbered Quick Reference re-enumerate the same eight categories, a minor redundancy that could be trimmed. | 4 / 5 |
Actionability | Each rule is a concrete directive naming specific tools (e.g., 'Use FlashList for large lists', 'Use expo-image for all images', 'Animate only transform and opacity'); not a 5 because executable code/examples are deferred to referenced rule files rather than shown inline. | 4 / 5 |
Workflow Clarity | 'When to Apply' plus 'How to Use' give a clear lookup-then-apply sequence for this reference skill; not a 5 because the usage workflow is thin and offers no guidance on selecting among overlapping rules. | 4 / 5 |
Progressive Disclosure | Structure and signaling are good — a concise overview with clearly named one-level-deep references to 'rules/*.md' and 'AGENTS.md' — but no bundle files exist on disk, so the referenced paths are dangling and navigation is non-functional, capping the score. | 3 / 5 |
Total | 15 / 20 Passed |