{
  "markdown": "# Agent Skills\n\nA 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).\n\nThis 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)\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| [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 |\n| [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 |\n\n## Installation\n\n### 1. Install via GitHub CLI\n\nInstall all skills from this repo:\n\n```bash\ngh skill install AmazonAppDev/devices-agent-skills --all\n```\n\nInstall a specific skill:\n\n```bash\ngh skill install AmazonAppDev/devices-agent-skills vega-multi-tv-migration --agent <your-agent> --scope project\n```\n\nReplace `<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).\n\nIf you run the command interactively (without `--agent`), the CLI will prompt you to select one.\n\n### 2. Install via skills.sh\n\nYou can also install a skill with the [skills.sh](https://skills.sh/) CLI. No setup needed, just run it with `npx`.\n\nInstall all skills from this repo:\n\n```bash\nnpx skills add AmazonAppDev/devices-agent-skills\n```\n\nInstall a specific skill:\n\n```bash\nnpx skills add AmazonAppDev/devices-agent-skills --skill vega-multi-tv-migration\nnpx skills add AmazonAppDev/devices-agent-skills --skill rn-tv-ui-best-practices\n```\n\nFor more options, see the [skills CLI documentation](https://skills.sh/docs/cli).\n\n### 3. Manual Installation\n\n1. Copy a directory from `skills/` into your AI assistant's skills folder (e.g. `~/.kiro/skills/` for Kiro).\n2. The assistant will automatically discover and activate the skill based on your conversation.\n\n## Usage\n\nOnce 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.\n\nYou can also open any skill's `SKILL.md` directly to browse its phases, reference docs, and templates.\n\n## Contributing\n\nWe welcome contributions, whether it's improving existing skills, adding new ones, or sharing feedback. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## Code of Conduct\n\nSee [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md).\n\n## License\n\nThis project is licensed under the MIT License. See [LICENSE](LICENSE).\n",
  "bytes": 3046,
  "sha": "f202e596beac71d3a8e1d49678ee5c0a454504fa1b4764f33cdb08312190c9d8",
  "repo_slug": "amazonappdev/devices-agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_amazonappdev_devices_agent_skills_vega_m_05fef2cb/readme"
}