From axiom
Scans Xcode project for build performance optimizations by examining build settings, scripts, type checking, and compiler flags. Provides specific fixes with expected time savings.
How this command is triggered — by the user, by Claude, or both
Slash command
/axiom:optimize-buildThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Optimize Build Performance Launches the **build-optimizer** agent to scan your Xcode project for build performance optimization opportunities. ## What It Does The agent will: 1. Scan build settings for quick wins (compilation mode, architecture settings) 2. Check build phase scripts for conditional execution 3. Identify type checking performance issues 4. Detect suboptimal compiler flags 5. Provide specific fixes with expected time savings ## Expected Results Based on typical findings: - **30-50% faster** incremental debug builds - **5-10 seconds saved** per build from conditional sc...
Launches the build-optimizer agent to scan your Xcode project for build performance optimization opportunities.
The agent will:
Based on typical findings:
Instead of using this command, you can simply say:
The build-optimizer agent will automatically trigger.
For comprehensive build analysis and optimization workflows, use:
/skill axiom:build-performance
This provides Build Timeline interpretation, type checking deep dive, and incremental vs clean build comparison.
npx claudepluginhub dorucioclea/axiom --plugin axiom/optimize-buildScans Xcode project build settings, scripts, and compiler flags to identify performance optimizations with expected time savings.
/optimize-buildAnalyzes and optimizes build processes to reduce times and bundle sizes. Covers caching, code splitting, dependency analysis, parallel processing, and CI/CD tuning.
/build-and-runBuilds the current Xcode project (fixing errors automatically), then runs the app on macOS or iOS Simulator. Optional [scheme] argument.
/ios-buildBuilds iOS projects with Xcode — runs xcodebuild, resolves build errors automatically, and exports .ipa archives. Also accepts release and test arguments.
/build-reviewAnalyzes build systems and CI/CD pipelines to identify optimization opportunities. Scans config, performance, and best practices, then produces a prioritized improvement report. Supports scoping to paths, recent changes, or PRs.
/buildBuilds, compiles, and packages projects with automatic framework detection, optimization, error handling, and post-build analysis.