AvdLee/Xcode-Build-Optimization-Agent-Skill
An Agent Skill that benchmarks and optimizes Xcode build performance by orchestrating specialized sub-skills for clean/incremental builds, compilation analysis, and project settings audits.

This repository provides a suite of agent skills for optimizing Xcode build performance. An orchestrator coordinates five specialist agents: Benchmark (clean and incremental builds), Compilation Analyzer (hotspot detection), Project Analyzer (settings audit), SPM Analyzer (package overhead), and Build Settings Analyzer (compiler flags and script phases). The system runs benchmarks, generates optimization plans, and presents recommendations without modifying any project files until the developer explicitly approves changes.