Skip to content

flowdeck-studio/flowdeck-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlowDeck Plugin for Claude Code

This plugin teaches Claude Code how to use FlowDeck CLI for iOS/macOS development and debugging.

What This Plugin Does

  • 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

Prerequisites

You need FlowDeck CLI installed:

curl -sSL https://flowdeck.studio/install.sh | sh

See flowdeck.studio for more details.

Installation

Option 1: Add Marketplace (Recommended)

/plugin marketplace add flowdeck-studio/flowdeck-plugin
/plugin install flowdeck@flowdeck-studio-flowdeck-plugin

Option 2: Direct Install

/plugin install https://github.com/flowdeck-studio/flowdeck-plugin

What Gets Installed

~/.claude/plugins/flowdeck/
├── skills/flowdeck/SKILL.md    # Teaches Claude about FlowDeck
├── hooks/hooks.json            # Hook configuration
└── scripts/flowdeck-guard.sh   # Blocks Apple CLI tools

Usage

Once installed, Claude will automatically:

  1. Use flowdeck commands instead of xcodebuild, xcrun simctl, etc.
  2. Follow the FlowDeck debug loop (run app, attach logs, capture screenshots)
  3. 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"

Uninstallation

/plugin uninstall flowdeck

License

MIT

About

FlowDeck plugin for Claude Code - iOS/macOS development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages