Agent skills for Gemini CLI

Gemini CLIGoogle's AI coding assistant. All 92 skills in this registry are plain Markdown instruction files, so every one of them works with Gemini CLI; the installer only needs to know where Gemini CLI reads its skills from.

How to install skills in Gemini CLI

Install into the current project:

npx @tech-leads-club/agent-skills install --agent gemini

Install for every project on this machine:

npx @tech-leads-club/agent-skills install --agent gemini --global

Install one specific skill:

npx @tech-leads-club/agent-skills install --skill tlc-spec-driven --agent gemini

Where Gemini CLI stores skills

Project install path.gemini/skills
Global install path~/.gemini/skills

What you can install

Other supported agents