facebook / extract-errors
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/extract-errors && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/611" && unzip -o skill.zip -d .claude/skills/extract-errors && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/extract-errors/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Use when adding new error messages to React, or seeing "unknown error code" warnings.
4 views
0 installs
Skill Content
--- name: extract-errors description: Use when adding new error messages to React, or seeing "unknown error code" warnings. --- # Extract Error Codes ## Instructions 1. Run `yarn extract-errors` 2. Report if any new errors need codes assigned 3. Check if error codes are up to date