Official Provider SkillView repo
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
Files1 files
SKILL.md40 lines
Loading editor…
Install
RecommendedOne command — your agent picks it up automatically.
Select an AI agent above to see the install command.
or
Manual Install
More stepsDownload the file and paste it into your agent's system prompt.
Skill details
Versionv1.0.0
AuthorFacebook
Categorycoding
Skill IDfacebook/react/.claude/skills/flags
Related skills
Compiler CommitUse when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rust-compiler] prefix.Compiler OrchestratorOrchestrate the Rust compiler port end-to-end. Discovers the current frontier, fixes failing passes, ports new passes, reviews, and commits in a loop.Compiler PortPort a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.Compiler ReviewReview Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.Compiler VerifyUse when you need to run all compiler checks (tests, lint, format) before committing. Detects whether TS or Rust code changed and runs the appropriate checks.Extract ErrorsUse when adding new error messages to React, or seeing "unknown error code" warnings.