agent-device-preflight
v0.5.0Preflight 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
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-device-preflight@agent-plugin-marketplacePaste 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-pluginClone 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
├── .claude-plugin/plugin.json└── skills/agent-device-preflight/SKILL.md
Included Skills1
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
{
"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"
}
}For maintainers
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)