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