Claude Skill
AvdLee/Xcode-Build-Optimization-Agent-Skill
Open-source agent skill to optimize Xcode incremental and clean builds. Run benchmarks and adjust build settings for faster iOS compilation.
Overview
Repository
Install this Skill
npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skillRegistry
npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skillnpx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill --skill xcode-project-analyzer
Summary
Xcode-Build-Optimization-Agent-Skill is an open-source agent skill that helps iOS developers optimize Xcode incremental and clean builds by running benchmarks and adjusting build settings for faster compilation.
一个帮助您通过运行基准测试和优化构建设置来优化Xcode增量构建和干净构建的Agent Skill。
Key features
- Runs build benchmarks to measure current performance
- Optimizes Xcode build settings for faster compilation
- Supports both incremental and clean builds
- Designed as an agent skill for automated workflows
Use cases
- Accelerating iOS app development cycles
- Reducing CI/CD pipeline build times
- Fine-tuning Xcode project build configurations
README excerpt
<a href="https://www.rocketsim.app"><img src="assets/xcode-build-optimization-banner.jpg" alt="Xcode Build Optimization Agent Skills - Monitor your build performance with RocketSim" /></a> # Xcode Build Optimization Agent Skills Open-source Agent Skills for benchmarking and optimizing Xcode build performance across clean builds, incremental builds, compile hotspots, project settings, and Swift Package Manager overhead. ## Quick Start Install all six skills (the orchestrator needs the specialist skills to work): ```bash npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill ``` Then open your Xcode project in your AI coding tool and say: > Use the /xcode-build-orchestrator skill to analyze build performance and come up with a plan for improvements. The agent will benchmark your clean and incremental builds, audit build settings, find compile hotspots, and produce an optimization plan at `.build-benchmark/optimization-plan.md`. No project files are modified until you explicitly approve changes. For long-term monitoring across days, machines, Xcode versions, and teams, use [RocketSim Build Insights](https://www.rocketsim.app/docs/features/build-insights/build-insights/) and [Team Build Insights](https://www.rocketsim.app/docs/features/build-insights/team-build-insights/). ## Every Second Counts A 1-second improvement on a 30-second incremental build sounds small. At 50 builds a day, that adds up to **3.5 hours per developer per year** -- or **35 hours across a team of ten**. Most projects have several seconds of easy wins hiding in build settings, script phases, and compiler flags. This skill finds them. ## How It Works The orchestrator coordinates five specialist skills in a recommend-first workflow. Nothing is modified until you appro