Agent skill
xcode-makefiles
Install 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.
Install this agent skill to your Project
npx add-skill https://github.com/robertguss/claude-code-toolkit/tree/main/skills/mobile-app-dev/ios-mac-app-creator/xcode-makefiles
SKILL.md
Xcode Makefiles
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
app-store-listing-optimizer
Optimize iOS App Store and Google Play Store listings for maximum discoverability and conversion. Perform competitive keyword research, craft keyword-optimized titles/subtitles/descriptions, design screenshot sequences, and generate A/B test variants. Use when the user has a built app and needs to write or improve their store listing, do ASO keyword research, optimize app metadata, plan screenshot strategy, or create listing variants for testing. Triggers on "optimize my app listing", "ASO", "app store optimization", "keyword research for my app", "improve my store listing", "screenshot strategy", "app store keywords", "play store listing".
app-growth-playbook
Generate platform-specific, actionable growth playbooks for mobile apps. Use when planning a Product Hunt launch, creating TikTok/Reels content strategies, setting up Apple Search Ads campaigns, preparing App Store featuring submissions, building referral loops, designing email/push re-engagement campaigns, writing Reddit launch posts, or creating content marketing plans for app growth. Provides templates, scripts, timing guides, and step-by-step processes — not generic advice.
app-creator
Orchestrate iOS/macOS app scaffolding and optional skill adoption for existing projects. Use when users want a guided wizard that can scaffold with XcodeGen and optionally install xcode-makefiles and simple-tasks.
simple-tasks
Install a fast local task workflow for single-project planning with `scripts/task.sh` (claim, done, status, reporting) backed by `tasks/TASKS.md` and optional `tasks/details/` notes. Use for lightweight in-progress task coordination, not full team issue tracking.
mobile-app-launch-checklist
Comprehensive step-by-step launch checklist for shipping mobile apps to the iOS App Store and Google Play Store. Covers pre-submission preparation, store asset creation, build and submission, launch day execution, and post-launch monitoring. Use when the user wants to launch a mobile app, prepare for App Store or Google Play submission, create a launch plan, review submission requirements, or ensure nothing is missed before releasing an app. Triggers on "launch checklist", "app submission", "prepare for launch", "app store submission", "google play submission", "ready to ship", "pre-launch review", "launch day plan".
Didn't find tool you were looking for?