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.mddevelopment
Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.
development
Provides an incremental adoption strategy to migrate native iOS or Android apps to React Native or Expo using @callstack/react-native-brownfield for initial setup. Use when planning migration steps, packaging XCFramework/AAR artifacts, and integrating them into host apps.
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
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.