From xcode-build-skills
Audits Xcode project configuration, build settings, scheme behavior, and script phases to identify build-time improvements. Use for slow incremental builds, target dependency issues, and parallelization opportunities.
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.
Audits 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 with benchmarking, specialist analysis, prioritization, approval request, and delegation to xcode-build-fixer. Use for end-to-end build speedup or full audit.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
npx claudepluginhub avdlee/xcode-build-optimization-agent-skill --plugin xcode-build-skills