build-fix — TypeScript error fixing build-fix, claude-code-customes, sc30gsw, community, TypeScript error fixing, ai agent skill, ide skills, agent automation, npm run build, pnpm build, error output parsing, incremental error resolution

v1.0.0
GitHub

About this Skill

Perfect for TypeScript Development Agents needing automated build error resolution and incremental fixing capabilities. build-fix is a skill that incrementally fixes TypeScript and build errors by running commands like npm run build, parsing error output, and applying fixes.

Features

Runs build using npm run build or pnpm build
Parses error output and groups errors by file
Explains issues and proposes fixes with error context
Applies fixes and re-runs build to verify error resolution
Supports stopping on fix introduction of new errors or persistent errors

# Core Topics

sc30gsw sc30gsw
[8]
[2]
Updated: 2/18/2026

Quality Score

Top 5%
23
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add sc30gsw/claude-code-customes/build-fix
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The build-fix skill by sc30gsw is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for TypeScript error fixing, npm run build, pnpm build.

Ideal Agent Persona

Perfect for TypeScript Development Agents needing automated build error resolution and incremental fixing capabilities.

Core Value

Empowers agents to automate the error resolution process using npm or pnpm build, parsing error output, and proposing fixes, thereby saving time and effort by leveraging TypeScript and build error analysis.

Capabilities Granted for build-fix

Automating TypeScript and build error resolution
Incrementally fixing errors with contextual explanations and proposed fixes
Verifying error resolution after applying fixes and re-running builds

! Prerequisites & Limits

  • Requires npm or pnpm installation
  • Limited to TypeScript and build errors
  • May introduce new errors or persist same errors after 3 attempts
Project
SKILL.md
572 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Build and Fix

Incrementally fix TypeScript and build errors:

  1. Run build: npm run build or pnpm build

  2. Parse error output:

    • Group by file
    • Sort by severity
  3. For each error:

    • Show error context (5 lines before/after)
    • Explain the issue
    • Propose fix
    • Apply fix
    • Re-run build
    • Verify error resolved
  4. Stop if:

    • Fix introduces new errors
    • Same error persists after 3 attempts
    • User requests pause
  5. Show summary:

    • Errors fixed
    • Errors remaining
    • New errors introduced

Fix one error at a time for safety!

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is build-fix?

Perfect for TypeScript Development Agents needing automated build error resolution and incremental fixing capabilities. build-fix is a skill that incrementally fixes TypeScript and build errors by running commands like npm run build, parsing error output, and applying fixes.

How do I install build-fix?

Run the command: npx killer-skills add sc30gsw/claude-code-customes/build-fix. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for build-fix?

Key use cases include: Automating TypeScript and build error resolution, Incrementally fixing errors with contextual explanations and proposed fixes, Verifying error resolution after applying fixes and re-running builds.

Which IDEs are compatible with build-fix?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for build-fix?

Requires npm or pnpm installation. Limited to TypeScript and build errors. May introduce new errors or persist same errors after 3 attempts.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add sc30gsw/claude-code-customes/build-fix. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use build-fix immediately in the current project.

Related Skills

Looking for an alternative to build-fix or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup