All plugins

React v19 operator

10 skills

React 19.2 components, state, effects, Actions, Activity, forms, performance, testing, integrations, reference, and troubleshooting.

View this plugin on GitHub
any skills-format agent
$ npx skills add rj11io/11ai --skill 11ai-operator-reactjs-v19-cheatsheet --skill 11ai-operator-reactjs-v19-components-composition --skill 11ai-operator-reactjs-v19-effects-refs --skill 11ai-operator-reactjs-v19-environment --skill 11ai-operator-reactjs-v19-forms-actions --skill 11ai-operator-reactjs-v19-integrations --skill 11ai-operator-reactjs-v19-performance-testing --skill 11ai-operator-reactjs-v19-setup --skill 11ai-operator-reactjs-v19-state-context --skill 11ai-operator-reactjs-v19-troubleshooting
claude code
$ claude plugin install 11ai-operator-reactjs-v19@11ai
codex
$ codex plugin add 11ai-operator-reactjs-v19@11ai

First time? Add the marketplace once with claude plugin marketplace add rj11io/11ai or codex plugin marketplace add rj11io/11ai, then install any plugin from it.

11ai-operator-reactjs-v19-cheatsheet

Look up React commands, project structure, rendering patterns, and focused operations across components and composition, state and context, effects and refs, forms and actions, performance and testing. Use when the user wants a concise reference instead of a guided workflow.

11ai-operator-reactjs-v19-components-composition

Create and refactor React function components, JSX, props, children, composition, context boundaries, and reusable component APIs. Use when building components, splitting or combining UI, repairing prop contracts, or reviewing composition.

11ai-operator-reactjs-v19-effects-refs

Design and repair React effects, effect dependencies, cleanup, refs, imperative handles, subscriptions, timers, and external-system synchronization. Use when effects loop, run twice, leak, use stale values, or a component must coordinate with a non-React system.

11ai-operator-reactjs-v19-environment

Inspect the installed React versions, package manager, renderer or router mode, source tree, build configuration, scripts, and target environments without changing anything. Use before React work, when conventions are unknown, or when the user asks what is configured.

11ai-operator-reactjs-v19-forms-actions

Build React forms and actions with native semantics, controlled or uncontrolled inputs, validation, async submission, pending state, optimistic updates, and server error recovery. Use when creating a form, fixing field state, adding async actions, or handling validation and optimistic updates.

11ai-operator-reactjs-v19-integrations

Connect React to styling, data sources, tests, browser and server runtimes, build tools, CI, observability, and deployment while preserving component and execution boundaries. Use when React crosses another subsystem or must behave consistently through production.

11ai-operator-reactjs-v19-performance-testing

Measure and improve React rendering performance and test component behavior using Profiler evidence, memoization, Suspense boundaries, interaction tests, and bundle inspection. Use when renders are slow, memoization is proposed, Suspense behavior is wrong, or component tests need reliable coverage.

11ai-operator-reactjs-v19-setup

Install and configure React from zero with project-local dependencies, explicit rendering and runtime boundaries, source structure, baseline checks, and one verified feature. Use when a project has no React setup or the user explicitly asks to initialize it.

11ai-operator-reactjs-v19-state-context

Operate React state ownership, derived state, reducers, controlled and uncontrolled components, context, keys, and preservation or reset behavior. Use when state is duplicated, stale, unexpectedly reset, shared across components, or difficult to update.

11ai-operator-reactjs-v19-troubleshooting

Diagnose React failures involving versions, rendering, state, hydration, routing, caching, async behavior, build output, tests, integrations, and performance without masking the original error. Use when React fails a check, behaves differently across environments, or renders unexpected output.