Points at your SPM dependencies when Xcode builds feel slow and you suspect packages are the culprit. It digs through Package.swift, checks for branch-pinned dependencies that should be tagged, flags build plugins adding overhead, and spots configuration drift that forces duplicate module builds. The verification rules are smart: it won't blame a package in your Vendor folder unless it's actually linked in the project file. One thing worth knowing is the modular SDK caveat. Splitting a monolithic package into separate targets doesn't automatically speed things up because you're trading one big compile for many small ones. Always benchmark before migrating for performance reasons.
npx -y skills add avdlee/xcode-build-optimization-agent-skill --skill spm-build-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template