⚙️
DevOpsPython

Xcode Build Fixer

by AvdLee

Xcode Build Fixer is a DevOps skill for Claude Code, published by AvdLee in Xcode-Build-Optimization-Agent-Skill.

1.2K stars47 forkson AvdLee/Xcode-Build-Optimization-Agent-SkillAdded 2026/08/20Repository updated 2026/08/12
agentagent-skillsiosios-developmentskillsxcode
Install in seconds
Install Xcode Build Fixer
Copy Xcode Build Fixer into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill/tree/main/skills/xcode-build-fixer ~/.claude/skills/xcode-build-fixer

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/xcode-build-fixer/SKILL.md in AvdLee/Xcode-Build-Optimization-Agent-Skill
Installs to
~/.claude/skills/xcode-build-fixer
Collection
One of 6 skills cataloged from this repository
Category
DevOps798 skills

What Xcode Build Fixer does

Xcode Build Fixer applies approved Xcode build optimization changes including build setting tweaks, script phase guards, source-level compilation fixes, and SPM restructuring, then re-benchmarks to verify improvement. Use it when a developer has an approved optimization plan or explicitly requests a build fix.

Xcode Build Fixer is cataloged under DevOps on DirSkills. Xcode Build Fixer comes from a repository tagged agent, agent-skills, ios, ios-development and skills.

Documentation

README

Xcode Build Fixer

Use this skill to implement approved build optimization changes and verify them with a benchmark.

Core Rules

  • Only apply changes that have explicit developer approval.
  • Apply one logical fix at a time so changes are reviewable and reversible.
  • Re-benchmark after applying changes to verify improvement.
  • Report exactly what changed, which files were touched, and the measured delta.
  • If a change produces no improvement or causes a regression, flag it immediately.

Inputs

The fixer expects one of:

  • An approved optimization plan at .build-benchmark/optimization-plan.md with checked approval boxes.
  • An explicit developer instruction describing the fix to apply (e.g., "set DEBUG_INFORMATION_FORMAT to dwarf for Debug").

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Xcode Build Fixer

  • What else does AvdLee publish alongside Xcode Build Fixer?

    Xcode Build Fixer is one of 6 skills that DirSkills catalogs from AvdLee/Xcode-Build-Optimization-Agent-Skill, the repository it ships in. Its siblings there include SPM Build Analysis, Xcode Build Benchmark and Xcode Build Orchestrator. Each one is a separate skill with its own page in this directory, installs the same way Xcode Build Fixer does, and is maintained by AvdLee in that same repository. The rest of the collection is listed on the AvdLee/Xcode-Build-Optimization-Agent-Skill page.

  • How does Xcode Build Fixer compare to other DevOps skills?

    Xcode Build Fixer ranks #388 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Xcode Build Fixer against them. Open each page to compare what they document and how they install.

More from AvdLee/Xcode-Build-Optimization-Agent-Skill

Xcode Build Fixer is one of 6 skills cataloged on DirSkills from AvdLee/Xcode-Build-Optimization-Agent-Skill.

See all 6 skills
📦
2w ago

SPM Build Analysis

SPM Build Analysis inspects Swift Package Manager dependencies, plugins, and module configurations to identify build-time bottlenecks in Xcode projects. Use it when package resolution, plugin overhead, or dependency graph shape slows clean or incremental builds.
DevOps
1.2K47
⏱️
2w ago

Xcode Build Benchmark

Xcode Build Benchmark measures clean, cached clean, zero-change, and incremental build times with repeatable inputs and stores timestamped JSON artifacts in `.build-benchmark/`. Use it when a developer wants a baseline or wants to compare builds before and after changes.
DevOps
1.2K47
⚙️
2w ago

Xcode Build Orchestrator

Xcode Build Orchestrator benchmarks Xcode builds, runs specialist analysis skills (compilation, project settings, SPM packages), prioritizes findings, requests approval, and delegates approved fixes to reduce wall-clock build times. Use it for end-to-end optimization when a developer asks to speed up Xcode builds or needs a full build audit.
DevOps
1.2K47
⏱️
2w ago

Xcode Compilation Analyzer

Xcode Compilation Analyzer analyzes Swift and mixed-language compile hotspots using build timing summaries and Swift frontend diagnostics, then produces a source-level optimization plan. Use it when a developer reports slow compilation, type-checking warnings, expensive compile phases, or wants to speed up Swift type checking.
Quality
1.2K47
⚙️
2w ago

Xcode Project Analyzer

Xcode Project Analyzer audits Xcode project configuration, build settings, scheme behavior, and script phases to find build-time improvements for project-level build analysis, slow incremental builds, and target dependency guidance.
DevOps
1.2K47