Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    pjpj42

    run

    pjpj42/run
    Productivity
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Build and launch GridRacer in the iOS Simulator

    SKILL.md

    Build and Run GridRacer

    Quick iteration: build the app and launch in simulator.

    Steps

    1. Detect simulator:

      SIMULATOR=$(xcrun simctl list devices available | grep -E "iPhone (16|15|14)" | grep -v unavailable | head -1 | sed -E 's/.*iPhone ([0-9]+).*/iPhone \1/')
      echo "Using: $SIMULATOR"
      
    2. Build (stop on failure):

      xcodebuild -scheme GridRacer -configuration Debug -destination 'generic/platform=iOS Simulator' build 2>&1 | grep -E "(error:|warning:|BUILD|FAILED|SUCCEEDED)" | tail -20
      
    3. Find built app:

      APP_PATH=$(find ~/Library/Developer/Xcode/DerivedData -name "GridRacer.app" -path "*/Build/Products/Debug-iphonesimulator/*" -not -path "*Index.noindex*" -type d 2>/dev/null | head -1)
      
    4. Boot, install, launch:

      xcrun simctl boot "$SIMULATOR" 2>/dev/null || true
      xcrun simctl install booted "$APP_PATH"
      xcrun simctl launch booted trouarat.GridRacer
      open -a Simulator
      
    Recommended Servers
    Codeinterpreter
    Codeinterpreter
    Unicorn or Bust
    Unicorn or Bust
    Cloudflare Containers
    Cloudflare Containers
    Repository
    pjpj42/gridracer
    Files