From xcode-build-skills
Audits Xcode projects for build performance issues in configurations, settings, schemes, scripts, dependencies, and parallelization with approval gates. For slow incremental builds and optimization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xcode-build-skills:xcode-project-analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for project- and target-level build inefficiencies that are unlikely to be solved by source edits alone.
Use this skill for project- and target-level build inefficiencies that are unlikely to be solved by source edits alone.
ExtractAppIntentsMetadata time in the Build Timing Summary -- if this phase consumes significant time, record it as xcode-behavior (report the cost and impact, but do not suggest a repo-local optimization unless there is explicit Apple guidance)Podfile or Pods.xcodeproj exists, CocoaPods is deprecated; recommend migrating to SPM and do not attempt CocoaPods-specific optimizations (see project-audit-checks.md)Every project audit should include a build settings checklist comparing the project's Debug and Release configurations against the recommended values in build-settings-best-practices.md. Present results using checkmark/cross indicators ([x]/[ ]). The scope is strictly build performance -- do not flag language-migration settings like SWIFT_STRICT_CONCURRENCY or SWIFT_UPCOMING_FEATURE_*.
Review these items in every audit:
Dependency Order.xcfilelist files are used when scripts have many inputs or outputsDEFINES_MODULE is enabled where custom frameworks or libraries should expose module mapsFor each issue, include:
If the evidence points to package graph or build plugins, hand off to spm-build-analysis by reading its SKILL.md and applying its workflow to the same project context.
npx claudepluginhub avdlee/xcode-build-optimization-agent-skill --plugin xcode-build-skillsAudits Xcode project configuration, build settings, schemes, target dependencies, run scripts, module maps, and explicit modules to find build inefficiencies and recommend fixes with approval gates.
Orchestrates Xcode build optimization: benchmarks baseline, analyzes with specialist skills, recommends prioritized fixes, delegates approved changes, re-benchmarks wall-clock time.