plugins/vendored/.agents/skills/agent-device/SKILL.md
Automates interactions for Apple-platform apps (iOS, tvOS, macOS) and Android devices. Use when navigating apps, taking snapshots/screenshots, tapping, typing, scrolling, or extracting UI info across mobile, TV, and desktop targets.
npx skillsauth add callstackincubator/agent-skills agent-deviceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill as a router with mandatory defaults. Read this file first. For normal device tasks, always load references/bootstrap-install.md and references/exploration.md before acting. Use bootstrap to confirm or establish deterministic setup. Use exploration for UI inspection, interaction, and verification once the app session is open.
snapshot when the task is to verify what text or structure is currently visible on screen.snapshot -i only when you need interactive refs such as @e3 for a requested action or targeted query.@ref or selector targeting over raw coordinates.open -> inspect/act -> verify if needed -> close.snapshot if the goal is to read or verify what is visible.snapshot -i only if you need refs for interactive exploration or a requested action.get, is, or find before mutating the UI when a read-only command can answer the question.close.snapshot when you need to verify whether text is visible.snapshot -i mainly for interactive exploration and choosing refs.get, is, or find when they can answer the question without changing UI state.fill to replace text.type to append text.back for predictable app-owned navigation and reserve back --system for platform back gestures or button semantics.type --delay-ms or fill --delay-ms for debounced search fields that drop characters when typed too quickly.bootstrap-install.md instead of improvising setup steps.@ref or selector targeting over raw coordinates.--remote-config launches, or tenant leases on a remote macOS host: references/remote-tenancy.mdtools
Assesses whether and how an existing mobile product should migrate to React Native. Use when auditing one or more product repositories for migration readiness, including products whose iOS, Android, and other clients live in separate directories or repositories; choosing brownfield, greenfield, or a checkpoint-based path; defining a representative trial; or preparing a baseline and ROI decision before implementation. When product scope or material evidence is unavailable, grills the stakeholder with exactly one question per turn instead of sending a questionnaire.
development
Implements an accepted incremental brownfield migration from native iOS or Android to React Native or Expo using @callstack/react-native-brownfield. Use after the brownfield path has been selected, when setting up the integration, packaging XCFramework or AAR artifacts, or adding React Native surfaces to native hosts.
development
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.
development
Reviews React Native TV apps for focus/D-pad navigation, 10-foot UI layout, TV playback/DRM integration, low-memory TV performance, and TV accessibility. Use when building, debugging, or reviewing react-native-tvos, Expo TV, Amazon Vega/Kepler, or React Native web TV targets where the issue depends on remote input, TV focus, TV packaging, TV hardware, or TV playback constraints.