flowdeck ai installs and removes the FlowDeck skill pack for an AI coding agent. The skill pack teaches the agent how to use FlowDeck’s flowdeck CLI for Apple-platform build, run, test, simulator, device, log, and UI automation work, so the agent reaches for flowdeck commands instead of xcodebuild, simctl, or devicectl.
flowdeck ai install-skill
Install the FlowDeck skill pack for a supported agent. The skill pack version matches the installed FlowDeck CLI version.Options
JSON Output
With--json, install-skill reports the agent, mode, installed version, and destination path:
Restart your AI agent after installing or updating the skill pack so it picks up the new skills.
flowdeck ai uninstall-skill
Remove the FlowDeck skill pack for a supported agent.Options
Supported Agents
Install Modes
project— installs the skill into the current project so it applies only here. Useful when a project wants a specific FlowDeck workflow pinned to it.user— installs the skill into the user’s agent configuration so it applies across every project for that agent.
