Gemini guide
Best agent Skills for Gemini CLI
The Skills verified in Gemini CLI are a short, specific list: frontend-design for UI, firebase-hosting for deploys (Google's own product, and the best-fitting Skill on this agent), the Stripe set for payments, and Composio for tool routing. Only 11 of the 191 Skills we catalogue are verified here, and we would rather publish a short honest list than a long assumed one — Gemini CLI runs SKILL.md through a compatibility layer, so per-Skill testing is the only trustworthy signal.
Updated August 26, 2026 · first published August 19, 2026
Install first
frontend-designVerified on Gemini CLI and the highest-scoring Skill we catalogue. It is also the kind of Skill that travels best across compatibility layers: pure instruction, read-only, no dependency on agent-specific tooling.
Best when: Any UI generation where the output should look considered.
Install model
How Skills install on Gemini
gemini skills add github.com/anthropics/skills --skill frontend-design- 1Copy the Gemini CLI command from the Skill page on this site.
- 2Run it in the project directory.
- 3Restart the session so the Skill metadata is read.
- 4Trigger the Skill and verify the behaviour changed — on a compatibility layer, silent no-ops are the failure mode to watch for.
Gemini CLI reads SKILL.md through a compatibility layer rather than as a native primitive. In practice that means the format parses and simple instruction-only Skills work well, while Skills that assume specific agent tooling are the ones that degrade. This is why the verified list here is short and why we do not extend it by inference.
Ranked
The shortlist
Ordered by what to install first for the common case, not by raw score. Every entry here carries verified Gemini compatibility — open the skill page for the composite score, licence, and full install commands.
| Skill | Source | Score | Best when |
|---|---|---|---|
| frontend-design | Official | 92 | Any UI generation where the output should look considered. |
| firebase-hosting-basics | Verified | 61 | Shipping a site or app that already uses Firestore, Auth, or other Firebase services. |
| stripe-best-practices | Verified | 59 | Starting or reviewing a Stripe integration, before the implementation is locked in. |
| composio | Verified | 55 | Connecting to several SaaS tools without building each integration. |
| seo-geo-claude-skills | Community | 47 | Auditing a site for search and AI-answer visibility rather than writing code. |
| antigravity-awesome-skills | Community | 65 | You want coverage across many tasks and are willing to evaluate bundle members yourself. |
See every skill verified on this agent, ranked by composite score, on the Gemini page.
Why these
Pick by pick
- 1frontend-design
Verified on Gemini CLI and the highest-scoring Skill we catalogue. It is also the kind of Skill that travels best across compatibility layers: pure instruction, read-only, no dependency on agent-specific tooling.
- 2firebase-hosting-basics
Published by Google, deploying to a Google product, verified on Google's agent — the tightest fit available on this surface. It initialises the project, writes firebase.json, and runs the single-step deploy.
- 3stripe-best-practices
Stripe's own integration playbook: which API to use, how to structure Connect and billing, and how to handle keys and webhooks safely. Verified on Gemini CLI, and it front-loads the decisions people get wrong before writing code.
- 4composio
Apache-2.0 and verified on all seven agent targets — the single most portable integration Skill we list, which makes it a safe install on a compatibility-layer agent.
- 5seo-geo-claude-skills
Technical SEO and GEO/AEO auditing, MIT licensed, verified across four agents including Gemini CLI. Instruction-only and read-write, so it travels well and produces an artefact you can act on.
- 6antigravity-awesome-skills
A large MIT-licensed bundle verified on five agents including Gemini CLI — the pragmatic way to get breadth on a surface where individually verified Skills are scarce.
Limits
What this agent cannot do
Eleven verified Skills is the smallest list of any agent here except the Claude API, and the honest reading is that Gemini CLI is under-tested rather than incapable. Because it runs SKILL.md through a compatibility layer, the characteristic failure is a Skill that loads and then quietly does not change behaviour — which is precisely the failure that assumed compatibility hides and per-Skill testing catches. If a Skill you want is not listed, it has most likely not been tested here; check its page for the agents where it has.
FAQ
Common questions
Does Gemini CLI support SKILL.md natively?
Through a compatibility layer rather than as a first-party primitive. The format is read and simple instruction Skills work, but behaviour is less predictable than on a native host — which is why every entry on this site lists Gemini CLI only after it was tested there.
Why are so few Skills listed for Gemini CLI?
Because the list reflects testing, not inference. Most Skills have simply not been verified on this agent yet, and a few genuinely do not survive the compatibility layer. Publishing an assumed list would make the number look better and the site less useful.
Can I use Claude Code Skills in Gemini CLI?
You can install them — the file format is the same. Whether they work depends on what the instructions assume. Read-only, instruction-only Skills usually port cleanly; Skills that name agent-specific tools or expect a particular execution environment are the ones that degrade.
Other agents
Same question, different agent
- Best agent Skills for Claude Code →
The best verified Skills to install in Claude Code, in install order — frontend-design for UI, superpowers for multi-step work, simplify for review, skill-creator for writing your own, and the Anthropic document Skills for real files.
- Best agent Skills for Cursor →
The best SKILL.md agent Skills verified working in Cursor — 78 of 191 catalogued Skills, led by frontend-design, superpowers, and the vendor-published Stripe, Supabase, and Resend Skills.
- Best agent Skills for Codex CLI →
The best SKILL.md Skills verified in OpenAI's Codex CLI — 51 of 191 catalogued Skills, led by frontend-design, superpowers, Trail of Bits security review, and the vendor Skills from Stripe, Paddle, Resend, and Supabase.
- Best agent Skills for Claude.ai →
The best Skills to upload to Claude.ai — the Anthropic document Skills (pdf, docx, xlsx, pptx) for real files, frontend-design and web-artifacts-builder for artifacts, and the marketing set for non-engineering teams.
- Best agent Skills for the Claude API →
The best Skills to use through the Claude API and Skills SDK — the document Skills for file generation in production, firecrawl and Valyu for retrieval, and Composio for tool routing.
- Best agent Skills for Antigravity IDE →
The best Skills for Antigravity IDE, which ships a large pre-installed bundle — what is already there, what is worth adding on top, and the 36 Skills verified on this surface.
New to Skills? What is a Claude skill · How to install · How to audit a skill first