react-skills

React best practices for data fetching and @mj-studio/react-util adoption. Covers server-first loading in Server Components, client-side Suspense patterns with AsyncBoundary + TanStack Query, and guide-driven refactoring toward @mj-studio/react-util helpers.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "react-skills" with this command: npx skills add mym0404/agent-skills/mym0404-agent-skills-react-skills

React Skills

Ruleset for React data fetching patterns and guide-driven utility refactoring.

Rule Categories by Priority

PriorityCategoryImpactPrefix
1Data FetchingHIGHdata-
2React UtilHIGHreact-util-

Quick Reference

  • data-server-first-fetching - Fetch data in Server Components first
  • data-async-boundary-suspense-query - Use AsyncBoundary with useSuspenseQuery for client data fetching
  • react-util-usage - Use upstream llms.txt to discover and apply @mj-studio/react-util helpers instead of bespoke React utility code

How to Use

Read the rule files:

rules/data-server-first-fetching.md
rules/data-async-boundary-suspense-query.md
rules/react-util-usage.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

js-skills

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

electron-skills

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Repository Source
23K213.2K
vercel