Fixbuild banner
mistakeknot mistakeknot

Fixbuild

Development community

Description

--- name: fixbuild description: Run build, capture error, fix it, re-run — fast loop for type errors and build failures without heavyweight debugging argument-hint: "[optional: build command, e.g. 'go build ./...' or 'npm run build']" disable-model-invocation: true --- # Fix Build Lightweight build-error fast path. For type errors, missing imports, and straightforward build failures — not complex bugs. ## Build Command <build_cmd> #$ARGUMENTS </build_cmd> If not provided, auto-detect: - `go

Installation

Installs to ~/.claude/skills/mistakeknot-clavain-fixbuild/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistakeknot-clavain-fixbuild && curl -fsSL https://raw.githubusercontent.com/mistakeknot/Clavain/HEAD/commands/fixbuild.md -o ~/.claude/skills/mistakeknot-clavain-fixbuild/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository