Agent skill
build-error-resolver
Compatibility alias for build-specific error resolution. Use this when VCO routes to build-error-resolver but the upstream agent is unavailable in the current runtime.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/build-error-resolver
SKILL.md
build-error-resolver (Compatibility Alias)
Purpose
Provide a stable local entrypoint for VCO build-error-resolver routes.
This skill preserves routing compatibility across environments where the
everything-claude-code:build-error-resolver agent may not be available.
Resolution Order
- Prefer
everything-claude-code:build-error-resolverwhen available. - If unavailable, delegate to local
error-resolverworkflow. - If both are unavailable, use systematic-debugging for root-cause isolation.
Minimal Workflow
- Capture the exact failing command and full stderr/stdout.
- Classify failure type:
- dependency/setup mismatch
- compile/type/lint failure
- env/config mismatch
- test/runtime failure
- Apply smallest fix that addresses root cause.
- Re-run the original failing command to verify.
- Report evidence: command, output, and final status.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?