AI AGENT ADDONS
Debugging
2,769installs

Slow compile times can slow down your work. This tool helps you find the exact parts of your code that take too long to build. It uses build timing reports and special diagnostic flags to spot compile hotspots and type-checking warnings.

After finding the problem areas, the tool creates a simple optimization plan. The plan suggests code changes that can make your builds faster. It focuses on changes that save you real waiting time, not just total compile time.

You can run a script that gives you a ranked list of slow functions and expressions. Then you can fix the most expensive files first. This helps you speed up your Xcode projects without guessing.

Add Xcode Compilation Analyzer skill to your workflow

Global

mkdir -p ~/.claude/skills/xcode-compilation-analyzer

Project

mkdir -p .claude/skills/xcode-compilation-analyzer

Source Repository

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