build-fix

Installation
SKILL.md

Build Fix Skill

Fix build and compilation errors quickly with minimal code changes. Get the build green without refactoring.

When to Use

This skill activates when:

  • User says "fix the build", "build is broken"
  • TypeScript compilation fails
  • the build command or type checker reports errors
  • User requests "minimal fixes" for errors

What It Does

Delegates to the build-fixer agent (Sonnet model) to:

  1. Collect Errors
    • Run the project's type check command (e.g., tsc --noEmit, mypy, cargo check, go vet)
    • Or run the project's build command to get build failures
Related skills
Installs
86
GitHub Stars
33.7K
First Seen
Jan 24, 2026