facebookfacebookOfficialยท14 Agent Skills Included

react

AI agent skills for building, testing, and porting React core

Equips AI agents to work inside the React codebase: run tests across release channels, lint and format code, type-check with Flow, and manage feature flags. Automates the React Compiler's TypeScript-to-Rust port with orchestrated subagents that port passes, fix failures, review diffs, and commit. Removes guesswork around yarn commands, channel variants, and verification steps so changes pass CI on the first try.
npx skills add facebook/react --all -g -y
Available:

Tells the AI agent how the React monorepo is split between core and compiler, which yarn commands and verification skills to run, and the architecture rules to follow when porting compiler passes to Rust.

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
facebookfacebook

compiler-commit

Verify compiler changes and commit with the correct prefix convention.

Official
Intermediate
๐Ÿ“ฆ In Repo
facebookfacebook

compiler-verify

Run compiler tests, lint, and format checks based on changed files.

Official
Intermediate
๐Ÿ“ฆ In Repo
facebookfacebook

plan-update

Update compiler plan documents with deep research across all passes.

Official
Advanced
๐Ÿ“ฆ In Repo
facebookfacebook

rust-port-status

Report the status of Rust compiler port plan documents and recent related commits.

Official
Basic
๐Ÿ“ฆ In Repo
facebookfacebook

compiler-review

Review Rust compiler port code for fidelity and convention compliance against TypeScript source.

Official
Intermediate
๐Ÿ“ฆ In Repo
facebookfacebook

compiler-port

Port React Compiler passes from TypeScript to Rust with test validation.

Official
Advanced
๐Ÿ“ฆ In Repo
facebookfacebook

compiler-orchestrator

Orchestrate the Rust compiler port end-to-end through a continuous fix-and-port loop.

Official
Advanced
๐Ÿ“ฆ In Repo
facebookfacebook

flags

Inspect and compare feature flag states across release channels.

Official
Basic
๐Ÿ“ฆ In Repo
facebookfacebook

test

Run React core tests across source, experimental, www, and stable channels.

Official
Intermediate
๐Ÿ“ฆ In Repo
facebookfacebook

verify

Run formatting, linting, Flow type checks, and tests for React contributions.

Official
Intermediate
๐Ÿ“ฆ In Repo
facebookfacebook

feature-flags

Diagnose and manage React feature flags and gate pragmas across forks.

Official
Intermediate
๐Ÿ“ฆ In Repo
facebookfacebook

fix

Run yarn prettier and yarn linc to fix linting and formatting issues.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’