A collection of Agent Skills — structured knowledge packages that give AI assistants specialized capabilities and guided workflows. Skills follow the Agent Skills specification.
| 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 |
The quickest way to install a skill is 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-migrationFor more options, see the skills CLI documentation.
- Copy a skill directory 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.
See individual skill directories for details.