AI AGENT ADDONS

Xcode build times can slow you down. This tool applies approved fixes to make your builds faster. It follows a plan from the build optimizer and only changes things you approve.

You can fix build settings like debug flags or caching. You can clean up script phases that waste time. You can even restructure your Swift packages for better performance. Each fix is applied one at a time so you can review it easily.

After each change the tool runs a new benchmark. If the fix helps you see the speed gain. If it does not help or makes things worse it tells you right away. This keeps your project healthy and fast.

Add Xcode Build Fixer skill to your workflow

Global

mkdir -p ~/.claude/skills/xcode-build-fixer

Project

mkdir -p .claude/skills/xcode-build-fixer

Source Repository

Stars
1,152
Forks
44
Watchers
1,152
License
MIT
Last Push
3 months ago
Created
4 months ago