From claude-forge
Extracts error codes in React apps using yarn extract-errors, reports new errors needing assignment, and checks code updates. Useful for adding error messages or 'unknown error code' warnings.
npx claudepluginhub sangrokjung/claude-forge --plugin claude-forgeThis skill uses the workspace's default tool permissions.
1. Run `yarn extract-errors`
Audits code for silent error swallowing, degraded fallbacks, backwards compatibility shims, and UI failing to show errors to users. Finds and fixes all occurrences in specified scope.
Provides ReactLynx best practices for dual-thread architecture and React patterns, with rules reference for writing, static analysis for reviewing, and auto-fix for refactoring.
Implements resilient error handling patterns like Result types, error boundaries, try-catch, typed errors, retry backoff, and circuit breakers. Useful for TypeScript/React resilience.
Share bugs, ideas, or general feedback.
yarn extract-errors