Claude Code
FlowDeck provides an official plugin for Claude Code that teaches it how to build, run, test, and debug iOS/macOS apps.Install the Plugin
What It Does
Once installed, Claude Code will automatically:- Use
flowdeckcommands instead of xcodebuild, xcrun simctl, etc. - Follow the FlowDeck debug loop (run app, attach logs, capture screenshots)
- Block attempts to use Apple CLI tools directly
Example Prompts
Just ask Claude Code to work with your iOS/macOS project:Uninstall
Other AI Agents
For AI coding assistants like Cursor, Windsurf, Cline, Copilot, or others, add the FlowDeck skill to your project.The Claude Code plugin includes a hook that actively blocks attempts to use xcodebuild/simctl, ensuring the agent always uses FlowDeck. Other agents receive the skill instructions but may occasionally fall back to Apple’s tools.
1. Download the Skill
2. Add to Your Project Rules
For most agents (AGENTS.md or similar):Why FlowDeck?
| Feature | FlowDeck | xcodebuild/simctl |
|---|---|---|
| Output | Structured JSON | Verbose text |
| Errors | Clear messages | Cryptic output |
| Simulators | Simple name matching | Requires UDID lookup |
| Logs | Unified streaming | Separate console |
| Screenshots | One command | Multiple steps |
| Discovery | context --json | Parse multiple files |
