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