Claude-forge extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
install
source · Clone the upstream repo
git clone https://github.com/sangrokjung/claude-forge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sangrokjung/claude-forge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/commands/extract-errors" ~/.claude/skills/sangrokjung-claude-forge-extract-errors && rm -rf "$T"
manifest:
commands/extract-errors/SKILL.mdsource content
Extract Error Codes
Instructions
- Run
yarn extract-errors - Report if any new errors need codes assigned
- Check if error codes are up to date