# xcode-project-analyzer

> Claude/Codex skill by [@avdlee](https://omgskills.com/library/avdlee/index.md) · 1.2k stars · Updated 2026-08-12

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.

Tags: agent, agent-skills, ios, ios-development, skills, xcode

## Install

```sh
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
```

## 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.

## Links

- HTML page: https://omgskills.com/skills/avdlee/xcode-build-optimization-agent-skill/xcode-project-analyzer/
- GitHub: https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill
- Author: [@avdlee](https://omgskills.com/library/avdlee/index.md)

## More from this repo

- [spm-build-analysis](https://omgskills.com/skills/avdlee/xcode-build-optimization-agent-skill/spm-build-analysis/index.md) — Used to analyze Swift Package Manager dependencies, package plugins, module variants, and CI-oriented build overhead...
   - [@avdlee](https://omgskills.com/library/avdlee/index.md) · 1.2k stars
- [xcode-build-benchmark](https://omgskills.com/skills/avdlee/xcode-build-optimization-agent-skill/xcode-build-benchmark/index.md) — Benchmark Xcode clean and incremental builds with repeatable inputs, timing summaries, and timestamped...
   - [@avdlee](https://omgskills.com/library/avdlee/index.md) · 1.2k stars
- [xcode-build-fixer](https://omgskills.com/skills/avdlee/xcode-build-optimization-agent-skill/xcode-build-fixer/index.md) — Apply approved Xcode build optimization changes following best practices, then re-benchmark to verify improvement.
   - [@avdlee](https://omgskills.com/library/avdlee/index.md) · 1.2k stars
