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.
npx claudepluginhub avdlee/xcode-build-optimization-agent-skill --plugin xcode-build-skillsThis skill uses the workspace's default tool permissions.
Use this skill for project- and target-level build inefficiencies that are unlikely to be solved by source edits alone.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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.