AI AGENT ADDONS

Extract Errors

facebook/react
Debugging
1,143installs

When you add new error messages to React, each one needs a unique code. This skill helps you extract those error codes from your codebase. You run a simple command called yarn extract-errors and it reports any new errors that need codes. It also checks if your existing error codes are up to date. This keeps your error handling organized and prevents warnings about unknown error codes.

Add Extract Errors skill to your workflow

Global

mkdir -p ~/.claude/skills/extract-errors

Project

mkdir -p .claude/skills/extract-errors

Source Repository

Stars
246,277
Forks
51,088
Watchers
246,277
License
MIT
Last Push
1 month ago
Created
13 years ago