Search

Find skills by name, source, slug, or description across the full catalog.

6,337 results for “react” · page 10

#
Skill
Source
Installs
451
react-code-review-patterns Review checklists and patterns for React/TypeScript frontend code reviews. Use when: (1) reviewing React components, …
thapaliyabikendra/ai-artifacts
16
452
react-core-architecture Use when reasoning about React's rendering model, understanding the component tree, or debugging unexpected update be…
impertio-studio/react-claude-skill-package
16
453
react-errors-hooks Use when encountering hook-related errors, infinite re-render loops, stale state issues, or eslint-plugin-react-hooks…
impertio-studio/react-claude-skill-package
16
454
react-errors-hydration Use when encountering hydration warnings, debugging SSR/SSG mismatches, or implementing server-rendered React applica…
impertio-studio/react-claude-skill-package
16
455
react-impl-project-setup Use when creating a new React project, configuring Vite, setting up TypeScript, or establishing project conventions. …
impertio-studio/react-claude-skill-package
16
456
react-router Master React Router v6 for production routing with error boundaries, lazy loading, and navigation guards
pluginagentmarketplace/custom-plugin-react
16
457
react-router React Router V7 patterns for loaders, actions, forms, routes, middleware, and error handling. Use when writing or rev…
iulspop/aidd-skills
16
458
react-syntax-hooks-basic Use when using any core React hook, writing side effects, managing component state, or optimizing re-renders. Prevent…
impertio-studio/react-claude-skill-package
16
459
react-hooks Provides comprehensive guidance for React Hooks including useState, useEffect, useContext, useReducer, useMemo, useCa…
partme-ai/full-stack-skills
78
460
react-ui-patterns Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, hand…
chriswiles/claude-code-showcase
78
461
react-db React bindings for TanStack DB. Prefer useLiveQuery({ query }) with derived structured query identity. Provide queryK…
tanstack/db
76
462
react-refactor Architectural refactoring guide for React applications covering component architecture, state architecture, hook patt…
shipshitdev/skills
76
463
react-best-practices React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refact…
akillness/oh-my-gods
15
464
react-component-generator Generate modern React components with TypeScript, hooks, and accessibility. Use when asked to create React components…
nembie/claude-code-skills
15
465
react-core React component patterns, hooks, state management, and Vercel-inspired performance optimizations. Use for React devel…
alicoder001/agent-skills
15
466
react-grab Use when the user wants a hands-free loop where grabbing UI elements in the browser with React Grab feeds tasks to th…
aidenybai/react-grab
15
467
react-modernization Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features.…
hermeticormus/claude-code-game-development
15
468
reactlynx-best-practices Reviews, writes, and refactors ReactLynx code and component libraries for Lynx dual-thread best practices. Applies wh…
lynx-community/skills
364
469
react-hook-form Provides 41 prioritized performance rules for React Hook Form across form configuration, field subscription, controll…
shipshitdev/skills
75
470
react-best-practices Use when the user needs React-specific patterns — hooks, component composition, Server Components, error boundaries, …
pixel-process-ug/superkit-agents
72
471
react-native Best practices for React Native and Expo applications. Covers list performance, animations with Reanimated, navigatio…
s-hiraoku/synapse-a2a
72
472
reactome-database Query Reactome pathways via REST: pathway queries, entity lookup, keyword search, gene list enrichment, hierarchy, cr…
jaechang-hits/sciagent-skills
72
473
react-hooks-best-practices React hooks best practices for React application code and custom hook design across DX, optimization, and logic. Use …
siberiacancode/agent-skills
14
474
react-testing Testing patterns for Vitest, React Testing Library, and Jest. Routes to component, hook, and integration test example…
majesticlabs-dev/majestic-marketplace
69
475
react-useeffect React useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values,…
op0ai/claude-skills
69
476
react-native-guidelines React Native Guidelines codifies 16 rules across 7 sections—Performance, Layout, Animation, Images, State, Architectu…
itallstartedwithaidea/agent-skills
68
477
react-component-governance Opinionated React component architecture guidance for React projects. Use when reviewing or designing component bound…
lutzseverino/react-component-governance
2
478
react-tools Guide for using @galiprandi/react-tools library. Use when working with React projects that need lightweight, dependen…
galiprandi/react-tools
2
479
react-hook-form React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, and …
midudev/autoskills
67
480
react-hooks-complete Complete React hooks reference system. PROACTIVELY activate for: (1) useState and useReducer patterns, (2) useEffect …
josiahsiegel/claude-plugin-marketplace
67
481
react-patterns Complete React component patterns system. PROACTIVELY activate for: (1) Compound components with context, (2) Render …
josiahsiegel/claude-plugin-marketplace
67
482
react-native-patterns React Native component and interaction patterns. Use when building Pressable components, ScrollViews, lists, bottom s…
dralgorhythm/claude-agentic-framework
66
483
react-state-management Complete React state management system. PROACTIVELY activate for: (1) Context API patterns and optimization, (2) Zust…
josiahsiegel/claude-plugin-marketplace
66
484
react-guide Use for implementing, reviewing, refactoring, migrating, or diagnosing React 18/19 browser CSR when React-specific ju…
buyoung/skills
13
485
react-hooks-best-practices Provides React patterns for hooks, effects, refs, and component design. Covers escape hatches, anti-patterns, and cor…
majiayu000/spellbook
13
486
react-hooks-patterns Master React Hooks including useState, useEffect, useContext, useReducer, and custom hooks with production-grade patt…
pluginagentmarketplace/custom-plugin-react
13
487
react-stack >- Applies the user's Bun-based React stack across Next.js web and Expo universal profiles, deferring backend and rep…
frostney/known-good-route
13
488
react-three-fiber-patterns Build interactive 3D experiences in React using react-three-fiber (R3F), drei helpers, and shader integration. Covers…
organvm-iv-taxis/a-i--skills
13
489
react-router-v7 React Router v7 (Framework Mode、旧 Remix) リファレンス。 loader, action, middleware, hooks (useLoaderData / useNavig…
fandhe-ai/agent-reference-skills
64
490
react-best-practices React Best Practices codifies 40+ rules across 8 priority categories, from Critical (eliminating waterfalls, reducing…
itallstartedwithaidea/agent-skills
62
491
react-native Provides comprehensive guidance for React Native development including components, navigation, native modules, platfo…
partme-ai/full-stack-skills
62
492
react-native-project-creater Provides one-command project creation for React Native including project initialization, configuration, and template …
partme-ai/full-stack-skills
62
493
react-best-practices Comprehensive React and Next.js performance optimization guide with 40+ rules for eliminating waterfalls, optimizing …
dwsy/agent
12
494
react-best-practices React component patterns and anti-patterns. ACTIVATE when writing React components, refactoring hooks, reviewing PRs,…
millionco/expect
12
495
react-component-governance Opinionated, standalone React component architecture guidance for React projects. Use when reviewing or designing com…
lutzseverino/governance-skills
12
496
react-modernization Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features.…
microck/ordinary-claude-skills
12
497
react-typescript Modern React 19 with TypeScript development. Use for creating React components, hooks, context providers, and applica…
ibutters/claudecodeplugins
12
498
reactome-skill Submit compact Reactome ContentService requests for pathway, event, participant, search, and diagram-related data. Us…
openai/plugins
12
499
react-coder Write modern React components with TypeScript, hooks, and best practices. Creates functional components, custom hooks…
majesticlabs-dev/majestic-marketplace
61
500
reactome-database Query Reactome REST API for pathway analysis, enrichment, gene-pathway mapping, disease pathways, molecular interacti…
leonchaox/qinyan-academic-skills
61