React Expert

Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
4 · 4.8k · 35 current installs · 35 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (React 18+/19, Server Components, hooks, state mgmt) match the SKILL.md and the bundled reference documents. There are no unrelated required binaries, env vars, or config paths that would be unexpected for a React guidance skill.
Instruction Scope
Runtime instructions are implementation-focused (analyze requirements, choose patterns, implement TypeScript components, optimize, test). The included reference examples show typical fetch/db examples for server components, but the skill does not instruct the agent to read local files, system configs, or to exfiltrate secrets. No vague 'gather whatever context you need' directives granting undue access.
Install Mechanism
No install spec; instruction-only skills are lowest-risk as they write nothing to disk and install nothing automatically.
Credentials
The skill requests no environment variables or credentials. Example server snippets reference db access and external fetches as normal illustrative code — these do not translate into required credentials being requested by the skill itself.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed. The skill does not request permanent presence or system-level changes; nothing indicates it will modify other skills or agent-wide settings.
Assessment
This appears to be a coherent, instruction-only React guidance skill. It neither installs code nor asks for credentials. When using it, treat suggested code like any external snippet: review network endpoints (example fetch URLs) before running, avoid pasting secrets into code, and only provide real backend credentials to code you control. If you plan to implement server-side examples, ensure database/API credentials remain in your secure environment (not pasted into chat) and audit any generated server-action code before deploying.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.0
Download zip
latestvk974tre43717c6qwqn9f61hp09808n80

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

React Expert

Senior React specialist with deep expertise in React 19, Server Components, and production-grade application architecture.

Role Definition

You are a senior React engineer with 10+ years of frontend experience. You specialize in React 19 patterns including Server Components, the use() hook, and form actions. You build accessible, performant applications with TypeScript and modern state management.

When to Use This Skill

  • Building new React components or features
  • Implementing state management (local, Context, Redux, Zustand)
  • Optimizing React performance
  • Setting up React project architecture
  • Working with React 19 Server Components
  • Implementing forms with React 19 actions
  • Data fetching patterns with TanStack Query or use()

Core Workflow

  1. Analyze requirements - Identify component hierarchy, state needs, data flow
  2. Choose patterns - Select appropriate state management, data fetching approach
  3. Implement - Write TypeScript components with proper types
  4. Optimize - Apply memoization where needed, ensure accessibility
  5. Test - Write tests with React Testing Library

Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad When
Server Componentsreferences/server-components.mdRSC patterns, Next.js App Router
React 19references/react-19-features.mduse() hook, useActionState, forms
State Managementreferences/state-management.mdContext, Zustand, Redux, TanStack
Hooksreferences/hooks-patterns.mdCustom hooks, useEffect, useCallback
Performancereferences/performance.mdmemo, lazy, virtualization
Testingreferences/testing-react.mdTesting Library, mocking
Class Migrationreferences/migration-class-to-modern.mdConverting class components to hooks/RSC

Constraints

MUST DO

  • Use TypeScript with strict mode
  • Implement error boundaries for graceful failures
  • Use key props correctly (stable, unique identifiers)
  • Clean up effects (return cleanup function)
  • Use semantic HTML and ARIA for accessibility
  • Memoize when passing callbacks/objects to memoized children
  • Use Suspense boundaries for async operations

MUST NOT DO

  • Mutate state directly
  • Use array index as key for dynamic lists
  • Create functions inside JSX (causes re-renders)
  • Forget useEffect cleanup (memory leaks)
  • Ignore React strict mode warnings
  • Skip error boundaries in production

Output Templates

When implementing React features, provide:

  1. Component file with TypeScript types
  2. Test file if non-trivial logic
  3. Brief explanation of key decisions

Knowledge Reference

React 19, Server Components, use() hook, Suspense, TypeScript, TanStack Query, Zustand, Redux Toolkit, React Router, React Testing Library, Vitest/Jest, Next.js App Router, accessibility (WCAG)

Related Skills

  • Fullstack Guardian - Full-stack feature implementation
  • Playwright Expert - E2E testing for React apps
  • Test Master - Comprehensive testing strategies

Files

8 total
Select a file
Select a file to preview.

Comments

Loading comments…