This handles the specific job of migrating Amazon Fire TV apps built on Vega OS to a React Native monorepo that runs on Android TV, Apple TV, and other platforms. It walks through three phases: analyzing your existing codebase to classify dependencies, setting up the monorepo structure with Yarn workspaces and the Vega Module Resolution Preset for import mapping, then adding platform-specific implementations. The skill includes config templates and a decision tree to figure out where to jump in. Honestly most useful if you're already dealing with Vega OS and need to expand platform support, less so if you're starting fresh since you'd skip straight to the implementation phase anyway.
npx skills add https://github.com/amazonappdev/devices-agent-skills --skill vega-multi-tv-migration