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
| 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 |
Install all skills from this repo:
gh skill install AmazonAppDev/devices-agent-skills --allInstall a specific skill:
gh skill install AmazonAppDev/devices-agent-skills vega-multi-tv-migration --agent <your-agent> --scope projectReplace <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.
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-skillsInstall 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-practicesFor more options, see the skills CLI documentation.
- 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.
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.
We welcome contributions, whether it's improving existing skills, adding new ones, or sharing feedback. See CONTRIBUTING.md for details.
See CODE_OF_CONDUCT.md.
This project is licensed under the MIT License. See LICENSE.