Skip to content

AmazonAppDev/devices-agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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.

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

Installation

1. Install via skills.sh (Recommended)

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-skills

Install a specific skill:

npx skills add AmazonAppDev/devices-agent-skills --skill vega-multi-tv-migration

For more options, see the skills CLI documentation.

2. Manual Installation

  1. Copy a skill directory 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 for details.

Code of Conduct

See CODE_OF_CONDUCT.md.

License

See individual skill directories for details.

About

Collection of Amazon Devices Agent Skills

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors