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.md
source content

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