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.

Stars 70
Forks 12

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_NAME is 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

bash
skills/xcode-makefiles/scripts/install.sh \
  --project-dir /path/to/project \
  --app-name WalkTrack \
  --platform ios

Common flags:

  • --project-dir PATH required
  • --mode install|upgrade default install
  • --dry-run preview changes only

Toolkit flags:

  • --app-name NAME required
  • --platform ios|macos required
  • --sim-name NAME optional, defaults to auto for iOS
  • --namespace NAME optional, installs Makefile.NAME and scripts/NAME/

Installed scripts include:

  • scripts/atomic_commit.sh
  • scripts/xcbuild.sh
  • scripts/resolve_agent_name.sh
  • scripts/resolve_sim_destination.sh
  • scripts/diagnose.sh
  • scripts/run_app_macos.sh
  • scripts/run_app_ios_sim.sh
  • scripts/clean.sh
  • scripts/move_to_trash.sh

Targets

Installed Make targets are intentionally minimal:

  • make diagnose
  • make build
  • make test
  • make run
  • make build-and-run
  • make build-and-run-background
  • make clean
  • make agent-verify

Expand your agent's capabilities with these related and highly-rated skills.

robertguss/claude-code-toolkit

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.

70 12
Explore
robertguss/claude-code-toolkit

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".

70 12
Explore
robertguss/claude-code-toolkit

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.

70 12
Explore
robertguss/claude-code-toolkit

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.

70 12
Explore
robertguss/claude-code-toolkit

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.

70 12
Explore
robertguss/claude-code-toolkit

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".

70 12
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results