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