Authoritative agent skill for React 19+
Optimized for AI coding agents (Claude Code, Cursor, Codex, Copilot, etc.).
Inspired by the proposal in reactwg/async-react#12 and structured after high-quality skills from Vercel, Callstack, and Margelo.
- React 19 / 19.1 / 19.2 / 19.3+ features
- Actions,
useActionState,useOptimistic,useFormStatus use()+ Suspense for data- React Compiler (trust it, drop unnecessary manual memo)
<ViewTransition>(stable in 19.3)- Fragment refs
<Activity>useEffectEventbrowser()fromreact-dom- Official codemods for React 19 migration
- “You Might Not Need an Effect” rules
npx skills add adhhamdev/modern-react-guidance(or the equivalent install command for your agent)
Copy the modern-react-guidance/ folder into your agent’s skills directory.
modern-react-guidance/
├── SKILL.md # Core instructions (always loaded when triggered)
└── references/
├── actions-and-forms.md
├── api-cheatsheet.md
├── compiler-and-memo.md
├── concurrent-ux.md
├── effects-and-data.md
└── migration-codemods.md
Adhham — adhhamdev.vercel.app
MIT