deploy

Automate building, installing, and launching GridRacer on a connected iOS device.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Pjpj42/GridRacer --skill deploy-pjpj42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/Pjpj42/GridRacer/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/Pjpj42/GridRacer --skill deploy-pjpj42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines deploying GridRacer to a connected iOS device by automating build, install, and launch steps.

Core Features & Use Cases

  • Deploy to the first connected device or a named device
  • Build-only option to skip installation and launching
  • Simplifies development workflows by removing manual Xcode setup during testing

Quick Start

Connect a supported iOS device and run the deploy command to install GridRacer and launch it on that device.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an iOS app deployment to a connected device?

To automate iOS app deployment to a connected device, you can use a one-click deployment command that handles the build, install, and launch steps. This removes the need for manual Xcode setup during testing.

Do I need Xcode sign-in and Developer Mode to deploy to a physical iOS device?

Yes, deploying to a physical iOS device requires Xcode sign-in and Developer Mode. You must also connect a supported device via USB and ensure valid provisioning profiles are configured before installation.

Can I build an iOS app without installing it on the device?

Yes, you can build an iOS app without installing it by using a build-only option. This skips the installation and launching phases, allowing you to verify compilation without a connected device target.

How do I install an app on a specific named iOS device instead of the first connected one?

You can install an app on a specific named iOS device by specifying the device name in your deployment command. This targets the exact hardware rather than defaulting to the first connected device.

What are the prerequisites for automating a build and install workflow for iOS?

Prerequisites for automating an iOS build and install workflow include a USB-connected device, active Developer Mode, Xcode sign-in, and valid provisioning profiles. These ensure the hardware accepts the automated deployment.