What problem does it solve? Build failures and TypeScript type errors block development and deployment. This Skill provides a structured operational procedure for diagnosing compilation errors, type mismatches, import issues, and configuration problems, then fixing them with the smallest possible diffs so the build goes green quickly. ## Core Features & Use Cases - TypeScript Error Resolution: Fixes type inference issues, missing annotations, null/undefined errors, and generic constraint problems using npx tsc --noEmit diagnostics. - Build and Dependency Fixing: Resolves module resolution failures, missing packages, version conflicts, and tsconfig/webpack/Next.js configuration errors. - Minimal-Diff Discipline: Applies only the smallest change needed per error, with explicit rules against refactoring, architecture changes, or unrelated edits. - Use Case: Your Next.js project fails npm run build with 12 type errors after a dependency update. Activate this Skill to triage errors by priority, apply targeted fixes, and verify the build passes. ## Quick Start Ask the agent to run the build-error-resolver skill on your project, paste the failing build or tsc output, and request minimal fixes until the build passes.