Agent Plugins Marketplace
All plugins

agent-device-preflight

v0.5.0

Preflight the local environment before agent-device attaches to a physical iOS or Android device: device selector resolution, lock-state check, adb authorization, signing team derivation, device registration, DDI mount, DevToolsSecurity, helper install, runner cache and daemon env staleness

Claude Code1 Skill

By Jongwon Choi10 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agent-device-preflight for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-device-preflight@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jongwony/cc-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is agent-device-preflight/.

Plugin files

agent-device-preflight/
├── .claude-plugin/plugin.json
└── skills/agent-device-preflight/SKILL.md

Included Skills1

agent-device-preflightskills/agent-device-preflight/SKILL.md

This skill should be used when the user asks to "connect my phone to agent-device", "attach a device to agent-device", "why can't agent-device see my iPhone/iPad", "why can't agent-device see my Pixel/Android phone", "agent-device doctor passes but open fails", "developer disk image could not be mounted", "No Account for Team", "this provisioning profile cannot be installed on this device", "xcodebuild build-for-testing failed", "No Android devices found", "adb says unauthorized", "agent-device snapshot times out", "Daemon request timed out", "agent-device is targeting the simulator instead of my phone", "the same signing error repeats after I fixed it", or is setting up agent-device against a physical iOS or Android device for the first time. Resolves the environment prerequisites that must hold before `agent-device open` can attach; hands command-level work back to the CLI. Pass the user's request verbatim — this skill reads a free-form request, not a subcommand.

Plugin manifests1

agent-device-preflight/.claude-plugin/plugin.json
{
  "name": "agent-device-preflight",
  "description": "Preflight the local environment before agent-device attaches to a physical iOS or Android device: device selector resolution, lock-state check, adb authorization, signing team derivation, device registration, DDI mount, DevToolsSecurity, helper install, runner cache and daemon env staleness",
  "version": "0.5.0",
  "author": {
    "name": "Jongwon Choi",
    "url": "https://github.com/jongwony"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-device-preflight on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-device-preflight)