react-skills
Installation
SKILL.md
React Skills
Ruleset for React data fetching patterns and guide-driven utility refactoring.
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Data Fetching | HIGH | data- |
| 2 | React Util | HIGH | react-util- |
Quick Reference
data-server-first-fetching- Fetch data in Server Components firstdata-async-boundary-suspense-query- Use AsyncBoundary with useSuspenseQuery for client data fetchingreact-util-usage- Use upstreamllms.txtto discover and apply@mj-studio/react-utilhelpers instead of bespoke React utility code
How to Use
Related skills