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.
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
Available Skills
| Skill | Description |
|---|---|
| vega-multi-tv-migration | Migrate Vega OS (Fire TV) apps to multi-platform React Native monorepo supporting Android TV, Apple TV, and more |
| rn-tv-ui-best-practices | 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:
gh skill install AmazonAppDev/devices-agent-skills --all
Install a specific skill:
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.
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 CLI. No setup needed, just run it with npx.
Install all skills from this repo:
npx skills add AmazonAppDev/devices-agent-skills
Install a specific skill:
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.
3. Manual Installation
- Copy a directory from
skills/into your AI assistant's skills folder (e.g.~/.kiro/skills/for Kiro). - 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 for details.
Code of Conduct
See CODE_OF_CONDUCT.md.
License
This project is licensed under the MIT License. See LICENSE.