omgskills Get the Mac app
Skill

xcode-project-analyzer

@avdlee 1.2k stars Updated 2026-04-15 Author match: High

Audit Xcode project configuration, build settings, scheme behavior, and script phases to find build-time improvements with explicit approval gates. Use when a developer wants project-level build analysis, slow incremental builds, guidance on target dependencies, build settings review, run script phase analysis, parallelization improvements, or module-map and DEFINES_MODULE configuration.

agentagent-skillsiosios-developmentskillsxcode

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

Install command
git clone https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill /tmp/Xcode-Build-Optimization-Agent-Skill && ln -s /tmp/Xcode-Build-Optimization-Agent-Skill/skills/xcode-project-analyzer ~/.claude/skills/xcode-project-analyzer

View on GitHub

From README

Xcode Project Analyzer Use this skill for project- and target-level build inefficiencies that are unlikely to be solved by source edits alone. Core Rules Recommendation-first by default. Require explicit approval before changing project files, schemes, or build settings. Prefer measured findings tied to timing summaries, build logs, or project configuration evidence. Distinguish debug-only pain from release-only pain.

More from this repo