Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill collection benchmarks, analyzes, and fixes Xcode build performance through a structured pipeline: measure first, then diagnose compilation, project configuration, and package graph issues, then apply approved changes and re-benchmark. It helps Apple platform developers, DevEx engineers, and CI teams reduce clean and incremental build wait times with evidence-based recommendations.
WHO IT'S FOR
Apple Platform Developers
optimizing Xcode build times for personal projects
Mobile Platform and DevEx Engineers
improving developer productivity through build infrastructure
CI/CD Pipeline Engineers
reducing build times in continuous integration environments
Technical Leads and Architects
enforcing build optimization standards across projects
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Whether simulator or device measurements are wanted
Optional custom DerivedData path
Use the xcode-build-benchmark skill to measure a repeatable baseline of clean and zero-change builds for my Xcode project. Keep the build inputs consistent, save the timestamped artifact under .build-benchmark/, and report the medians and spread without changing project files.
Whether the pain occurs in Debug, Release, clean builds, or incremental builds
Use the xcode-project-analyzer skill to audit my Xcode project's Debug and Release build settings, scheme dependencies, and run script phases. Give me an evidence-based, prioritized recommendation list and do not modify project files, schemes, or settings.