xcode-project-analyzer

Audit Xcode project configuration, build settings, scheme behavior, and script phases to find build-time improvements with explic…

avdlee ↓ 2.9k
Claude Code
View source ↗

What it does

  • 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.
  • scheme build order and target dependencies
  • debug vs release build settings against the build settings best practices
  • run script phases and dependency-analysis settings

Requirements & configuration

  • Require explicit approval before changing project files, schemes, or build settings.

Configuration: SWIFT_STRICT_CONCURRENCYSWIFT_UPCOMING_FEATURE_DEFINES_MODULE

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

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.

Source

Repository: https://github.com/avdlee/xcode-build-optimization-agent-skill

xcode-project-analyzer FAQ

What does the xcode-project-analyzer skill do?

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. Recommendation-first by default. Require explicit approval before changing project files, schemes, or build settings.

What does xcode-project-analyzer require?

Require explicit approval before changing project files, schemes, or build settings. Configuration keys: SWIFT_STRICT_CONCURRENCY, SWIFT_UPCOMING_FEATURE_, DEFINES_MODULE.

How do I install xcode-project-analyzer?

Run: npx -y skills add https://github.com/avdlee/xcode-build-optimization-agent-skill --skill xcode-project-analyzer --agent claude-code — the source lives at github.com/avdlee/xcode-build-optimization-agent-skill.

Maintain xcode-project-analyzer?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[xcode-project-analyzer on getagentictools](https://getagentictools.com/skills/avdlee-xcode-build-optimization-agent-skill-xcode-project-analyzer?ref=badge)
npx agentictools info skills/avdlee-xcode-build-optimization-agent-skill-xcode-project-analyzer

The second line is the CLI lookup for this page — handy in READMEs and docs.