vega-multi-tv-migration
amazonappdev/devices-agent-skills · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por amazonappdev/devices-agent-skills no skills.sh. Instale com: npx skills add amazonappdev/devices-agent-skills@vega-multi-tv-migration
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- amazonappdev
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 4
- Forks
- 3
- Last push
- 2026-06-30T10:41:35Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-30 15:21:25
- Updated
- 2026-09-08 15:02:18
- Origin id
amazonappdev/devices-agent-skills/vega-multi-tv-migration
README
# Agent Skills A collection of **Agent Skills** — structured knowledge packages that give AI assistants specialized capabilities and guided workflows. Skills follow the [Agent Skills specification](https://agentskills.io). This repository contains skills that work across open-source frameworks, tools and workflows that benefit from community input. For Amazon specific skills covering proprietary SDKs, APIs, and workflows, see [Amazon Devices Builder Tools for AI](https://developer.amazon.com/docs/vega/0.23/mcp-server.html) ## Available Skills | Skill | Description | |-------|-------------| | [vega-multi-tv-migration](skills/vega-multi-tv-migration/SKILL.md) | Migrate Vega OS (Fire TV) apps to multi-platform React Native monorepo supporting Android TV, Apple TV, and more | | [rn-tv-ui-best-practices](skills/rn-tv-ui-best-practices/SKILL.md) | React Native TV UI best practices for tvOS, Android TV, Fire TV, and Vega OS — focus management, layouts, typography, and remote/D-pad navigation | ## Installation ### 1. Install via GitHub CLI Install all skills from this repo: ```bash gh skill install AmazonAppDev/devices-agent-skills --all ``` Install a specific skill: ```bash gh skill install AmazonAppDev/devices-agent-skills vega-multi-tv-migration --agent <your-agent> --scope project ``` Replace `<your-agent>` with the agent you're using (e.g. `claude-code`, `kiro-cli`, `cursor`, `codex`, `github-copilot`). See the [full list of supported agents](https://cli.github.com/manual/gh_skill_install). If you run the command interactively (without `--agent`), the CLI will prompt you to select one. ### 2. Install via skills.sh You can also install a skill with the [skills.sh](https://skills.sh/) CLI. No setup needed, just run it with `npx`. Install all skills from this repo: ```bash npx skills add AmazonAppDev/devices-agent-skills ``` Install a specific skill: ```bash npx skills add AmazonAppDev/devices-agent-skills --skill vega-multi-tv-migration npx skills add AmazonAppDev/devices-agent-skills --skill rn-tv-ui-best-practices ``` For more options, see the [skills CLI documentation](https://skills.sh/docs/cli). ### 3. Manual Installation 1. Copy a directory from `skills/` into your AI assistant's skills folder (e.g. `~/.kiro/skills/` for Kiro). 2. The assistant will automatically discover and activate the skill based on your conversation. ## Usage Once installed, your AI agent will automatically activate the skill when your conversation matches its topic. The agent uses the skill's guides and references to walk you through the right workflow for your situation. You can also open any skill's `SKILL.md` directly to browse its phases, reference docs, and templates. ## Contributing We welcome contributions, whether it's improving existing skills, adding new ones, or sharing feedback. See [CONTRIBUTING.md](CONTRIBUTING.md) for details. ## Code of Conduct See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md). ## License This project is licensed under the MIT License. See [LICENSE](LICENSE).