Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars4
LicenseLICENSE
Default branchmain
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md5,148 B
docsSUMMARY.md3,993 B
History
First seen on skills.sh
First recorded snapshot · 6,743 installs
SKILL.md
Vega Multi-Platform Migration
Overview
Migrate Vega OS (Fire TV) apps to multi-platform React Native monorepo with 70-85% code reuse across Android TV, Apple TV, and Vega OS.
When to Apply
Use this skill when user mentions:
Migrating Vega/Fire TV app to other platforms
Building multi-platform TV application
Converting single-platform TV app to monorepo
Adding Android TV or Apple TV support
Sharing code between TV platforms
Setting up Yarn workspaces for TV apps
Phase Priority Guide
Priority
Phase
Impact
When to Use
1
Analysis
CRITICAL
Starting migration, no existing analysis
2
Implementation
CRITICAL
Have analysis, need monorepo structure
3
Platform Support
HIGH
Have working Vega monorepo, adding platforms
4
Configuration
MEDIUM
Troubleshooting build/resolution issues
Quick Decision Tree
User has existing Vega app?
├─ YES → Do they have migration analysis?
│ ├─ NO → Start Phase 1 (Analysis)
│ └─ YES → Is monorepo set up?
│ ├─ NO → Start Phase 2 (Implementation)
│ └─ YES → Start Phase 3 (Platform Support)
└─ NO → Starting from scratch?
└─ YES → Skip Phase 1, start Phase 2 with new project