@skills · Owner
Agent skills by facebook
20 skills indexed from github.com/facebook. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .claude · Collection · 247,076 stars
- .claude · Collection · 247,076 stars
- compiler · Collection · 247,076 stars
- compiler-commit · Skill · 247,076 stars
Use when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rus
- compiler-orchestrator · Skill · 247,076 stars
Orchestrate the Rust compiler port end-to-end. Discovers the current frontier, fixes failing passes, ports new passes, reviews, and commits in a loop.
- compiler-port · Skill · 247,076 stars
Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.
- compiler-review · Skill · 247,076 stars
Review Rust port code for port fidelity, convention compliance, and error handling. Compares against the original TypeScript source.
- compiler-verify · Skill · 247,076 stars
Use when you need to run all compiler checks (tests, lint, format) before committing. Detects whether TS or Rust code changed and runs the appropriate chec
- extract-errors · Skill · 247,076 stars
Use when adding new error messages to React, or seeing "unknown error code" warnings.
- feature-flags · Skill · 247,076 stars
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
- fix · Skill · 247,076 stars
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
- flags · Skill · 247,076 stars
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
- flow · Skill · 247,076 stars
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
- plan-update · Skill · 247,076 stars
Use when you need to update a plan document with deep research across all compiler passes. Launches parallel subagents to analyze how a topic affects every
- react · Collection · 247,076 stars
- rust-port-status · Skill · 247,076 stars
Show the status of all Rust port plan documents and recent related commits. Use when you need to understand what's been done vs what remains.
- skills · Collection · 247,076 stars
- skills · Collection · 247,076 stars
- test · Skill · 247,076 stars
Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.
- verify · Skill · 247,076 stars
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.