Claude Skill
AvdLee/Xcode-Build-Optimization-Agent-Skill
开源代理技能,用于优化 Xcode 增量构建和干净构建。运行基准测试并调整构建设置,加快 iOS 编译速度。
概览
仓库信息
安装这个 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
项目简介
Xcode-Build-Optimization-Agent-Skill 是一个开源代理技能,通过运行基准测试和调整构建设置来帮助 iOS 开发者优化 Xcode 增量构建和干净构建,从而加快编译速度。
An Agent Skill helping you to optimize Xcode incremental and clean builds by running benchmarks and optimizing build settings.
要点
- 运行构建基准测试以衡量当前性能
- 优化 Xcode 构建设置以加快编译速度
- 支持增量构建和干净构建
- 设计为自动化工作流的代理技能
使用场景
- 加速 iOS 应用开发周期
- 减少 CI/CD 流水线构建时间
- 微调 Xcode 项目构建配置
README 摘要
<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