Best Best AI Agent Skills for React Development
Skills that enforce React best practices, component architecture, performance patterns, and hook conventions inside your AI coding agent.
Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 57 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practicesUse this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
npx skills add https://github.com/remotion-dev/skills --skill remotion-best-practicesThis skill guides creation of distinctive, production-grade frontend interfaces that avoid generic 'AI slop' aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
npx skills add https://github.com/anthropics/skills --skill frontend-designComposition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals.
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-composition-patternsComprehensive best practices for React Native and Expo applications covering performance, animations, UI patterns, and platform-specific optimizations.
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-native-skillsVue 3 best practices, common gotchas, and performance optimization.
npx skills add https://github.com/hyf0/vue-skills --skill vue-best-practicesGuide for upgrading Expo SDK and dependencies, including steps for migration and handling breaking changes.
npx skills add https://github.com/expo/skills --skill upgrading-expoUse this skill for ALL networking work including API requests, data fetching, caching, or network debugging.
npx skills add https://github.com/expo/skills --skill native-data-fetchingUse EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app.
npx skills add https://github.com/expo/skills --skill expo-dev-clientThis skill covers deploying Expo applications across all platforms using EAS (Expo Application Services).
npx skills add https://github.com/expo/skills --skill expo-deploymentThis guide covers setting up Tailwind CSS v4 in Expo using react-native-css and NativeWind v5 for universal styling across iOS, Android, and Web.
npx skills add https://github.com/expo/skills --skill expo-tailwind-setupPerformance optimization guide for React Native applications, covering JavaScript/React, Native (iOS/Android), and bundling optimizations.
npx skills add https://github.com/callstackincubator/agent-skills --skill react-native-best-practicesA tool to build powerful frontend claude.ai artifacts using React and TypeScript.
npx skills add https://github.com/anthropics/skills --skill web-artifacts-builderBuild system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph.
npx skills add https://github.com/vercel/turborepo --skill turborepoDOM components allow web code to run verbatim in a webview on native platforms while rendering as-is on web. This enables using web-only libraries in your Expo app without modification.
npx skills add https://github.com/expo/skills --skill use-domVue is based on Vue 3.5, promoting the use of the Composition API along with TypeScript, and provides best practices for reactive programming.
npx skills add https://github.com/antfu/skills --skill vueBuild production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility.
npx skills add https://github.com/wshobson/agents --skill tailwind-design-systemExpert guide for building accessible, customizable UI components with shadcn/ui, Radix UI, and Tailwind CSS.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill shadcn-uiVite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds.
npx skills add https://github.com/antfu/skills --skill viteThis skill is a decision-and-implementation guide for VueUse composables in Vue.js / Nuxt projects. It maps requirements to the most suitable VueUse function, applies the correct usage pattern, and prefers composable-based solutions over bespoke code to keep implementations concise, maintainable, and performant.
npx skills add https://github.com/antfu/skills --skill vueuse-functionsA frontend skill focused on transforming designs into clean React components using a modular approach and automated tools for code quality.
npx skills add https://github.com/google-labs-code/stitch-skills --skill react:componentsPinia is the official state management library for Vue, designed to be intuitive and type-safe. It supports both Options API and Composition API styles, with first-class TypeScript support and devtools integration.
npx skills add https://github.com/antfu/skills --skill piniaComprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development.
npx skills add https://github.com/wshobson/agents --skill nextjs-app-router-patternsMaster modern responsive design techniques to create interfaces that adapt seamlessly across all screen sizes and device contexts.
npx skills add https://github.com/wshobson/agents --skill responsive-designThis skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data.
npx skills add https://github.com/intellectronica/agent-skills --skill context7Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc.
pnpm add -D tsdownType-safe React = compile-time guarantees = confident refactoring.
npx skills add https://github.com/softaworks/agent-toolkit --skill react-devTanStack Query is a powerful data-fetching library for React, designed to manage server state with features for mutations, caching, and background updates. It helps streamline the process of fetching, caching, and synchronizing data in React applications.
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-queryThe react-useeffect skill provides guidance on the correct use of the useEffect hook in React, highlighting scenarios where it is necessary and when it is not, along with alternative approaches.
npx skills add https://github.com/softaworks/agent-toolkit --skill react-useeffectThe Frontend Code Review skill helps users inspect and review frontend code, specifically targeting `.tsx`, `.ts`, and `.js` files. It offers two modes for code review: pending-change review and file-targeted review, utilizing a checklist to flag violations and suggest improvements.
npx skills add https://github.com/langgenius/dify --skill frontend-code-reviewComprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code.
npx skills add https://github.com/wshobson/agents --skill modern-javascript-patternsProduction-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture.
npx skills add https://github.com/wshobson/agents --skill react-native-architectureAutonomous frontend builder that facilitates continuous site-building iterations using Stitch MCP tools.
npx skills add https://github.com/google-labs-code/stitch-skills --skill stitch-loopComprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization.
npx skills add https://github.com/wshobson/agents --skill react-state-managementMaster React Native styling patterns, React Navigation, and Reanimated 3 to build performant, cross-platform mobile applications with native-quality user experiences.
npx skills add https://github.com/wshobson/agents --skill react-native-designBuild reusable, maintainable UI components using modern frameworks with clean composition patterns and styling approaches.
npx skills add https://github.com/wshobson/agents --skill web-component-designTailwind CSS Component Patterns for efficient UI development, offering a variety of reusable components and spacing guidelines.
npx skills add https://github.com/jezweb/claude-skills --skill tailwind-patternsTailwind v4 + shadcn/ui Production Stack is a production-tested setup for using Tailwind CSS version 4.1.18 with custom utility-first CSS classes. It provides detailed setup instructions, dark mode setup, and common errors with solutions, aimed at enhancing the development of user interfaces with a focus on responsive and theme-aware applications.
npx skills add https://github.com/jezweb/claude-skills --skill tailwind-v4-shadcnMaster React version upgrades, class to hooks migration, concurrent features adoption, and codemods for automated transformation.
npx skills add https://github.com/wshobson/agents --skill react-modernizationRefactor high-complexity React components in the Dify frontend codebase.
npx skills add https://github.com/langgenius/dify --skill component-refactoringSenior mobile engineer building high-performance cross-platform applications with Flutter 3 and Dart.
npx skills add https://github.com/jeffallan/claude-skills --skill flutter-expertVue.js Development Guides focused on best practices for component design, reactivity, data flow, and state management in Vue.js applications.
npx skills add https://github.com/vuejs-ai/skills --skill vue-development-guidesPinia best practices, common gotchas, and state management patterns.
npx skills add https://github.com/vuejs-ai/skills --skill vue-pinia-best-practicesComponent library for Vue 3 and Nuxt 4+ built on Reka UI (headless) + Tailwind CSS v4 + Tailwind Variants.
npx skills add https://github.com/onmax/nuxt-skills --skill nuxt-uiThis skill creates adaptable composables that handle both reactive and non-reactive inputs in Vue.js applications. By using this skill, developers can improve code reusability and flexibility, reducing the risk of errors associated with input reactivity.
npx skills add https://github.com/vuejs-ai/skills --skill create-adaptable-composableHandles declarative animations and gesture-based interactions within Vue 3 and Nuxt projects. Developers benefit from streamlined coding for rich animations, enhancing the user experience without heavy performance costs.
npx skills add https://github.com/onmax/nuxt-skills --skill motionImplements modern frontend development patterns specifically for React and Next.js applications. Using these patterns enhances code maintainability and performance, streamlining the development process.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill frontend-patternsHandles the creation and management of custom shaders in Three.js, enabling developers to define complex visual effects through GLSL code. By installing this skill, developers can enhance the visual fidelity of their 3D applications while gaining full control over rendering techniques and effects.
npx skills add https://github.com/cloudai-x/threejs-skills --skill threejs-shadersEstablishes a framework for consistent coding practices and principles applicable across various programming projects. Developers gain improved code maintainability and readability, leading to faster onboarding of team members and reduced bug rates through adherence to best practices.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill coding-standardsFacilitates the efficient construction of React 19 applications utilizing concurrent features and advanced design patterns. Developers benefit from streamlined component architecture, optimizing state management and performance, ultimately enhancing application functionality.
npx skills add https://github.com/giuseppe-trisciuoglio/developer-kit --skill react-patterns