Xcode Makefiles
SkillAI & modelsInstall strict Xcode Makefile tooling for iOS/macOS projects, including build/run/test scripts with AGENT_NAME-based per-agent isolation under build/. Use when a project needs reproducible local CLI builds without full app scaffolding.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Xcode Makefiles skill
What this skill tells your AI
The instructions your AI receives, as published by robertguss/claude-code-toolkit in skills/mobile-app-dev/ios-mac-app-creator/xcode-makefiles/SKILL.md and read by ahel’s review.
Overview
Paul Solt Paul@SuperEasyApps.com Version: 0.9.8
Install a focused Makefile + scripts toolkit into an existing or newly scaffolded Xcode project.
Canonical conventions:
AGENT_NAMEis the only agent env var.- Per-agent paths live under
build/:build/DerivedData/<AGENT_NAME>build/logs/<AGENT_NAME>build/cache/<AGENT_NAME>build/tmp/<AGENT_NAME>
Install
skills/xcode-makefiles/scripts/install.sh \
--project-dir /path/to/project \
--app-name WalkTrack \
--platform ios
Common flags:
--project-dir PATHrequired--mode install|upgradedefaultinstall--dry-runpreview changes only
Toolkit flags:
--app-name NAMErequired--platform ios|macosrequired--sim-name NAMEoptional, defaults toautofor iOS--namespace NAMEoptional, installsMakefile.NAMEandscripts/NAME/
Installed scripts include:
scripts/atomic_commit.shscripts/xcbuild.shscripts/resolve_agent_name.shscripts/resolve_sim_destination.shscripts/diagnose.shscripts/run_app_macos.shscripts/run_app_ios_sim.shscripts/clean.shscripts/move_to_trash.sh
Targets
Installed Make targets are intentionally minimal:
make diagnosemake buildmake testmake runmake build-and-runmake build-and-run-backgroundmake cleanmake agent-verify
Signals
- GitHub stars
- 113
- Forks
- 20
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
xcode-makefiles- Source
- github.com/robertguss/claude-code-toolkit