Agent skills for Amazon Q
Amazon Q — AWS AI coding assistant. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with Amazon Q; the installer only needs to know where Amazon Q reads its skills from.
How to install skills in Amazon Q
Install into the current project:
npx @tech-leads-club/agent-skills install --agent amazon-qInstall for every project on this machine:
npx @tech-leads-club/agent-skills install --agent amazon-q --globalInstall one specific skill:
npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent amazon-qWhere Amazon Q stores skills
| Project install path | .amazonq/skills |
|---|---|
| Global install path | ~/.amazonq/skills |