Leaderboard/Developer Tooling/Xcode-Build-Optimization-Agent-Skill
Last commit on April 1, 2026·Created on March 13, 2026

AvdLee/Xcode-Build-Optimization-Agent-Skill

Measures Xcode builds before it touches a single setting.
Combined rank
#258
across all skills
In Developer Tooling
#22
category rank
Stars
1.2k
+0.7% in last 7d
Forks
48
0.0% in last 7d
Watchers
6
0.0% in last 7d
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.
TL;DR

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
Repository contents

6 skill files

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.

Use this skill collection

Follow the documented setup, then try a first task.

Setup

Install all six with skills.sh

Installs: Complete Xcode Build Optimization Agent Skills bundle containing all six skills; the orchestrator requires the five specialist skills.

  1. Run this terminal command to install all six skills from the repository.

    npx skills add https://github.com/avdlee/xcode-build-optimization-agent-skill
.claude-plugin/plugin.json · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Author’s example

Create a build optimization plan

Uses xcode-build-orchestrator

  • An open Xcode project
  • Workspace or project path
  • Scheme
  • Configuration
  • Destination
  • Current build-performance pain point
Use the /xcode-build-orchestrator skill to analyze build performance and come up with a plan for improvements.
README.md · Checked Sep 18, 2026skills/xcode-build-orchestrator/SKILL.md · Checked Sep 18, 2026
Suggested first task

Measure a repeatable build baseline

Uses xcode-build-benchmark

  • Workspace or project path
  • Scheme
  • Configuration
  • Destination
  • 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.
Suggested first task

Audit Xcode build configuration

Uses xcode-project-analyzer

  • Xcode workspace or project path
  • Relevant scheme
  • Build timing summary or build logs if available
  • 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.