xcode-build-orchestrator

Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, reques…

avdlee ↓ 2.9k
Claude Code
View source ↗

What it does

  • Start in recommendation mode.
  • Benchmark before making changes.
  • Do not modify project files, source files, packages, or scripts without explicit developer approval.
  • Preserve the evidence trail for every recommendation.
  • Re-benchmark after approved changes and report the wall-clock delta.
  • xcode-compilation-analyzer
  • xcode-project-analyzer

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed up Xcode builds, wants a full build audit, or needs a recommend-first optimization pass covering compilation, project settings, and packages.

Source

Repository: https://github.com/avdlee/xcode-build-optimization-agent-skill

xcode-build-orchestrator FAQ

What does the xcode-build-orchestrator skill do?

Orchestrate Xcode build optimization by benchmarking first, running the specialist analysis skills, prioritizing findings, requesting explicit approval, delegating approved fixes to xcode-build-fixer, and re-benchmarking after changes. Use when a developer wants an end-to-end build optimization workflow, asks to speed up Xcode builds, wants a full build audit, or needs a recommend-first optimization pass covering compilation, project settings, and packages. Start in recommendation mode. Benchmark before making changes.

How do I install xcode-build-orchestrator?

Run: npx -y skills add https://github.com/avdlee/xcode-build-optimization-agent-skill --skill xcode-build-orchestrator --agent claude-code — the source lives at github.com/avdlee/xcode-build-optimization-agent-skill.

Maintain xcode-build-orchestrator?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[xcode-build-orchestrator on getagentictools](https://getagentictools.com/skills/avdlee-xcode-build-optimization-agent-skill-xcode-build-orchestrator?ref=badge)
npx agentictools info skills/avdlee-xcode-build-optimization-agent-skill-xcode-build-orchestrator

The second line is the CLI lookup for this page — handy in READMEs and docs.