Skill790 repo starsupdated 12d ago
extract-errors
Use when adding new error messages to React, or seeing "unknown error code" warnings.
Install in Claude Code
Copygit clone --depth 1 https://github.com/sangrokjung/claude-forge /tmp/extract-errors && cp -r /tmp/extract-errors/skills/extract-errors ~/.claude/skills/extract-errorsThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# 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
More from this repository
architectSubagent
|
build-error-resolverSubagent
|
code-reviewerSubagent
|
database-reviewerSubagent
Use when writing SQL queries, creating migrations, or troubleshooting database performance in Supabase/PostgreSQL projects. Reviews indexes, RLS policies, schema types, N+1 patterns. Read-only reviewer with EXPLAIN ANALYZE capability.
doc-updaterSubagent
|
e2e-runnerSubagent
|
plannerSubagent
|
refactor-cleanerSubagent
|