Skill
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
Install command
git clone https://github.com/react/react /tmp/react && ln -s /tmp/react/.claude/skills/extract-errors ~/.claude/skills/extract-errors
From README
Extract Error Codes Instructions Run yarn extract-errors Report if any new errors need codes assigned Check if error codes are up to date
More from this repo
feature-flags
Used when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test...
flags
Used when you need to check feature flag states, compare channels, or debug why a feature behaves differently across...
flow
Used when you need to run Flow type checking, or when seeing Flow type errors in React code.