🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 3.0K |
| ⭐ GitHub Stars | 1,193(fork 47) |
| 🗓️ 最近推送 | 2026-04-15 |
| 🌱 项目创建 | 2026-03-13 |
| 💻 语言 / License | Python · MIT |
| 🐛 开放Issue | 4 |
📝 工具简介
优化Xcode增量及clean构建的Agent Skill,通过跑benchmark和调build设置来提速。
📖 怎么用
先装全部六个技能,运行 `npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill`,也可以单独装某个,比如 `npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill --skill xcode-project-analyzer`。或者用插件方式:`/plugin marketplace add AvdLee/Xcode-Build-Optimization-Agent-Skill` 然后 `/plugin install xcode-build-skills@xcode-build-skills`。装完打开你的 Xcode 项目,对你的 AI 编程工具说“用 /xcode build orchestrator 技能分析构建性能并给出优化方案”,它会自动跑 clean 和增量构建基准测试、审计构建设置、找编译热点和 SPM 开销。
📋 迷你测评
优化Xcode增量及clean构建,跑benchmark调设置提速。亮点是数据驱动调优。没给具体提速百分比,但方法实在。
📄 README 要点
这是专门优化Xcode构建性能的技能包,包含六个技能,能全面分析你的构建流程。安装后跟AI说一句“用xcode build orchestrator分析构建性能”,它就会自动跑基准测试,包括干净构建、增量构建、编译热点、项目设置和Swift包管理器开销,最后生成一份优化计划文档。最贴心的是它不会乱改你的项目文件,所有改动都要你明确批准才执行。适合被Xcode构建速度折磨的iOS开发者,尤其是项目大、编译慢、想系统性地找出瓶颈并优化的人。
查看英文原文
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): [安装/使用命令见下方] 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 and 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 approve. [安装/使用命令见下方] Phase 1 Analyze. The orchestrator benchmarks your project, runs the three specialist analyzers, and produces a prioritized optimization plan at .build benchmark/optimization plan.md . No project files are modified. Use the Xcode build orchestrator to analyze build performance and come up with a plan for improvements. Phase 2 Fix. Review the plan, check the approval boxes for the items you want, and ask the agent to apply them. The fixer implements only approved changes and re benchmarks to verify. Implement the approved items from the optimization plan at .build benchmark/optimization plan.md, then re benchmark to verify the improve
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除