Best Gemini CLI skills

Google’s Gemini CLI supports Agent Skills in the shared SKILL.md format. It discovers skills from your home directory and workspace, uses each skill’s description to decide when to activate it, and grants the agent access to the skill’s bundled scripts and references once it does.

The skills below either name Gemini CLI in their SKILL.md or were tagged for it by their authors. Most skills written for other agents also load in Gemini CLI once placed in a skills folder it reads.

How to install Gemini CLI skills

Personal skills~/.gemini/skills/<skill-name>/SKILL.md
Project skills.gemini/skills/<skill-name>/SKILL.md
  1. Copy the skill folder into ~/.gemini/skills/ for all projects, or .gemini/skills/ in your workspace. The ~/.agents/skills and .agents/skills aliases also work.
  2. Run /skills list in a Gemini CLI session (or gemini skills from your shell) to confirm it was discovered.
  3. When a skill activates, Gemini CLI adds its instructions to the conversation and lets the agent read files bundled with it.

Source: Google’s official documentation ↗. Each skill page shows the exact install command from its repository.

Popular Gemini CLI skills

Ranked by quality and GitHub popularity.

Sort by stars →

Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More

Claude CodeCodexGemini CLI+2
89k GitHub stars Apache-2.0 Updated Jul 29, 2026 Free

Extract business domain knowledge from a codebase and generate an interactive domain flow graph. Works standalone (lightweight scan) or derives from an existing /understand knowledge graph.

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Analyze a codebase to produce an interactive knowledge graph for understanding architecture, components, and relationships

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

🎨 The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards, slides, images & video — real files, HTML/PDF/PPTX/MP4 export. 🤖 Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen & 20+ CLIs via BYOK.

Claude CodeCodexCursor+2
83k GitHub stars Apache-2.0 Updated Jul 30, 2026 Free

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.

Claude CodeCodexCursor+4
77k GitHub stars MIT Updated Jul 30, 2026 Free

Runs Gemini CLI headlessly for repository analysis and coding tasks. Use when the user asks to delegate work to Gemini CLI or compare its result with another coding agent.

↑ GrowingActive Claude CodeCodexGemini CLI
52k GitHub stars AGPL-3.0-only Updated Sep 21, 2026 Free

Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.

↑ GrowingActive Claude CodeCodexCursor+2
47k GitHub stars MIT Updated Sep 21, 2026 Free

Trending Gemini CLI skills

Gaining the most GitHub stars since we started tracking them.

All trending →

Use when you need to analyze git diffs or pull requests to understand what changed, affected components, and risks

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Use when you need to ask questions about a codebase or understand code using a knowledge graph

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Use when you need to generate an onboarding guide for new team members joining a project

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Launch the interactive web dashboard to visualize a codebase's knowledge graph

↑ GrowingActive Claude CodeCodexGemini CLI+2
84k GitHub stars MIT Updated Sep 12, 2026 Free

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

Official↑ GrowingActive Claude CodeCodexCursor+2
75k GitHub stars Complete terms in LICENSE.txt Updated Sep 18, 2026 Free

New Gemini CLI skills

All new →

Instrument AI agents with tracing, token metrics, latency, and cost visibility. Use for reliability and debugging.

NewActive Claude CodeCodexCursor+2
47k GitHub stars MIT Updated Sep 21, 2026 Free

Build automated evaluation suites for AI agents using golden datasets, rubrics, and regression gates. Use when shipping agent features, validating prompt changes, or gating deployments on quality.

NewActive Claude CodeCodexCursor+2
47k GitHub stars MIT Updated Sep 21, 2026 Free

Conduct periodic access reviews and certifications. Implement access governance and recertification workflows. Use when managing access compliance.

NewActive Claude CodeCodexCursor+2
47k GitHub stars MIT Updated Sep 21, 2026 Free

PPT 视觉增强工具,支持多种风格渲染、交互式播放器生成和视频合成。可与 ppt-generator Skill 协同工作,实现从内容规划到视觉呈现的完整流程。

Gemini CLI
5.5k GitHub stars No license Updated Aug 18, 2026 Free

模拟多个AI智能体协作开会并进行决策讨论的场景。适用于需要从多个专业角度分析问题、进行辩论和达成共识的场景,如项目决策、技术方案评审、商业策略制定等。

Gemini CLI
5.5k GitHub stars No license Updated Aug 18, 2026 Free

提供基于 FFmpeg 和 ImageMagick 的多媒体处理能力,支持视频和图像的格式转换、分辨率调整、压缩等操作

Gemini CLI
5.5k GitHub stars No license Updated Aug 18, 2026 Free

Gemini CLI skills by category

Guides

Custom skills

Need a Gemini CLI skill for your own workflow?

Tell us what you want your AI agent to do. We’ll help turn your workflow, standards or internal tools into a production-ready skill for Claude Code, Codex, Cursor or Gemini.

Frequently asked questions

Where are Gemini CLI skills stored?
User skills live in ~/.gemini/skills/ (or ~/.agents/skills/). Workspace skills live in .gemini/skills/ (or .agents/skills/) in the current project.
How do I see which skills Gemini CLI has loaded?
Use the /skills list command in an interactive session, or the gemini skills command from your terminal.
How many Gemini CLI skills are there?
AISkillsify lists 270 skills with evidence of Gemini CLI support: the skill’s SKILL.md names Gemini CLI or the author tagged the repository for it. The count is refreshed weekly from GitHub.