This plugin teaches Claude Code how to use FlowDeck CLI for iOS/macOS development and debugging.
- Skill: Teaches Claude when and how to use FlowDeck commands for building, running, testing, and debugging iOS/macOS apps
- Hook: Blocks direct use of Apple CLI tools (xcodebuild, xcrun simctl, xcrun devicectl) and suggests FlowDeck equivalents
You need FlowDeck CLI installed:
curl -sSL https://flowdeck.studio/install.sh | shSee flowdeck.studio for more details.
/plugin marketplace add flowdeck-studio/flowdeck-plugin
/plugin install flowdeck@flowdeck-studio-flowdeck-plugin
/plugin install https://github.com/flowdeck-studio/flowdeck-plugin
~/.claude/plugins/flowdeck/
├── skills/flowdeck/SKILL.md # Teaches Claude about FlowDeck
├── hooks/hooks.json # Hook configuration
└── scripts/flowdeck-guard.sh # Blocks Apple CLI tools
Once installed, Claude 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 that will use FlowDeck:
- "Build and run my iOS app"
- "Run the tests on iPhone 16 simulator"
- "Take a screenshot of the simulator"
- "Debug why the login screen isn't working"
/plugin uninstall flowdeck
MIT