Documentation

Gemini CLI Skills

If you are evaluating Gemini CLI skills on GitHub, this repository is a strong broad starting point: installable skills, large coverage, and clear onboarding for day-one use.

Agentic Awesome Skills supports Gemini CLI through the .gemini/skills/ path and combines general engineering playbooks with specialized skills for AI systems, integrations, infrastructure, testing, product, and growth.

How to use Agentic Awesome Skills with Gemini CLI

Install into the Gemini skills path, then ask Gemini to apply one skill at a time to a specific task. This works best when you keep the active set small and choose a clear workflow-oriented skill for the job in front of you.

Why use this repo for Gemini CLI

Install Gemini CLI Skills

npx agentic-awesome-skills --gemini

Verify the install

test -d .gemini/skills || test -d ~/.gemini/skills

Best starter skills for Gemini CLI

Example Gemini CLI prompts

Use @prompt-engineering to improve this system prompt for a coding assistant.
Use @langgraph to design a stateful agent workflow for support triage.
Use @mcp-builder to plan the tools needed for a GitHub + Slack integration.

What to do next