Ccc Build Fix banner
KevinZai KevinZai

Ccc Build Fix

Productivity community

Description

--- description: "Incrementally fix build and type errors with minimal, safe changes. Detects build system, fixes errors one at a time." --- # Build and Fix Incrementally fix build and type errors with minimal, safe changes. ## Step 1: Detect Build System Identify the project's build tool and run the build: | Indicator | Build Command | |-----------|---------------| | `package.json` with `build` script | `npm run build` or `pnpm build` | | `tsconfig.json` (TypeScript only) | `npx tsc --noEm

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-build-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-build-fix && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-build-fix.md -o ~/.claude/skills/kevinzai-commander-ccc-build-fix/SKILL.md

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

Full documentation available on GitHub

View Source Repository