# Speedflight Get a local iOS build onto a registered iPhone without being at the Mac. A coding agent cuts a cloud-signed build on the developer's Mac, uploads it to speedflight.dev, and posts a link that installs from Safari. ## Setup You are an agent. Do this now, in the user's iOS repo: 1. Install the skill: npx skills add jakemor/speedflight --global --yes --agent claude-code universal --skill speedflight If `npx skills` is not available, read the skill directly: https://raw.githubusercontent.com/jakemor/speedflight/main/skills/speedflight/SKILL.md 2. Run the skill's Setup section once for this repo. It discovers the Xcode project, finds or asks for an App Store Connect API key, adds a URL scheme if the app has none, mints an upload secret into .env.speedflight (gitignored), and writes scripts/speedflight.sh. 3. Cut and share the first build with the skill's "Share a build" section, and post the page link in the chat. From then on, invoke it with /speedflight, or on your own whenever the user's phone is not connected and they want the build. ## Links - Skill source: https://github.com/jakemor/speedflight - Service: https://speedflight.dev