Build Fix
Description
# 构建与修复 (Build and Fix) 通过最小化、安全的改动,逐步修复构建(Build)和类型(Type)错误。 ## 第 1 步:检测构建系统 (Detect Build System) 识别项目的构建工具并运行构建: | 标识物 | 构建命令 (Build Command) | |-----------|---------------| | 带有 `build` 脚本的 `package.json` | `npm run build` 或 `pnpm build` | | `tsconfig.json` (仅限 TypeScript) | `npx tsc --noEmit` | | `Cargo.toml` | `cargo build 2>&1` | | `pom.xml` | `mvn compile` | | `build.gradle` | `./gradlew compileJava` | | `go.mod` | `go build ./...` | | `pyproject.toml` | `python -m py_compile` 或 `myp
Installation
Installs to ~/.claude/skills/xu-xiang-everything-claude-code-zh-build-fix/SKILL.md
mkdir -p ~/.claude/skills/xu-xiang-everything-claude-code-zh-build-fix && curl -fsSL https://raw.githubusercontent.com/xu-xiang/everything-claude-code-zh/HEAD/commands/build-fix.md -o ~/.claude/skills/xu-xiang-everything-claude-code-zh-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 RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11