react-skills

June 23, 2026 · View on GitHub

react-skills

React ecosystem skills — React, Hooks, Next.js, Redux, React Native

GitHub License Agent Skills

English | 简体中文

Introduction · Install · Skills · Supported Agents · Ecosystem


📖 Introduction

React Skills is a curated collection of Agent Skills for AI coding agents, part of the Full Stack Skills ecosystem maintained by PartMe.AI.

This package includes 6 skills. Each skill is a self-contained SKILL.md file that AI agents load on-demand.

📦 Install

npx skills add full-stack-skills/react-skills

Or install specific skills:

npx skills add full-stack-skills/react-skills --skill <skill-name>

🎯 Skills (6)

SkillDescription
nextjsGuidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configurat...
react-hooksProvides comprehensive guidance for React Hooks including useState, useEffect, useContext, useReducer, useMemo, useCa...
react-native-project-createrProvides one-command project creation for React Native including project initialization, configuration, and template ...
react-nativeProvides comprehensive guidance for React Native development including components, navigation, native modules, platfo...
reactProvides comprehensive guidance for React development including components, JSX, props, state, hooks, context, perfor...
reduxProvides comprehensive guidance for Redux state management including stores, actions, reducers, middleware, selectors...

🤖 Supported Agents

Works with Claude Code, Codex, Cursor, OpenCode, Gemini CLI, GitHub Copilot, Windsurf, and 70+ others.

Claude Code Installation

Option 1: npx skills CLI (Recommended)

npx skills add full-stack-skills/react-skills

Option 2: Manual Installation

git clone https://github.com/full-stack-skills/react-skills.git
cp -r react-skills/skills/* .claude/skills/

For more details, see the Claude Code Skills Guide and Agent Skills Spec.

🌐 Ecosystem

ResourceLink
Full Stack Skillsgithub.com/partme-ai/full-stack-skills
All Skill Groupsgithub.com/full-stack-skills
Agent Skills Specagentskills.io
Skills CLIgithub.com/vercel-labs/skills

📄 License

Apache 2.0 — see LICENSE.