react
AI agent skills for building, testing, and porting React core
All Skills in This Repository (14)
Pure Emerald Level Indicatorscompiler-commit
Verify compiler changes and commit with the correct prefix convention.
compiler-verify
Run compiler tests, lint, and format checks based on changed files.
plan-update
Update compiler plan documents with deep research across all passes.
rust-port-status
Report the status of Rust compiler port plan documents and recent related commits.
compiler-review
Review Rust compiler port code for fidelity and convention compliance against TypeScript source.
compiler-port
Port React Compiler passes from TypeScript to Rust with test validation.
compiler-orchestrator
Orchestrate the Rust compiler port end-to-end through a continuous fix-and-port loop.
flags
Inspect and compare feature flag states across release channels.
test
Run React core tests across source, experimental, www, and stable channels.
verify
Run formatting, linting, Flow type checks, and tests for React contributions.
feature-flags
Diagnose and manage React feature flags and gate pragmas across forks.
fix
Run yarn prettier and yarn linc to fix linting and formatting issues.
Frequently Asked Questions
FAQPage SchemaHow to install React agent skills?โผ
Run `npx skills add facebook/react --all -g -y` in your terminal to install all skills in this suite globally.
What do the React agent skills do?โผ
They let your AI agent run React's tests, linting, Flow type checks, and feature flag checks using the exact yarn commands and release channels the React team uses.
How does the compiler-orchestrator skill work?โผ
It drives the React Compiler's TypeScript-to-Rust port in a loop: it finds the next failing or unported pass, delegates fixes to subagents, reviews the diff, and commits progress automatically.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run as slash commands like /test, /verify, and /compiler-port in Claude Code and compatible agents.
Do I need to know React internals to use these skills?โผ
No. The skills encode the required commands, flag channels, and verification steps, so the agent handles the details while you describe the change you want.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
skills
Disciplined workflows for planning, testing, debugging, and shipping code