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-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.

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
  1. 1Copy the Gemini CLI command from the Skill page on this site.
  2. 2Run it in the project directory.
  3. 3Restart the session so the Skill metadata is read.
  4. 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.

SkillSourceScoreBest when
frontend-designOfficial92Any UI generation where the output should look considered.
firebase-hosting-basicsVerified61Shipping a site or app that already uses Firestore, Auth, or other Firebase services.
stripe-best-practicesVerified59Starting or reviewing a Stripe integration, before the implementation is locked in.
composioVerified55Connecting to several SaaS tools without building each integration.
seo-geo-claude-skillsCommunity47Auditing a site for search and AI-answer visibility rather than writing code.
antigravity-awesome-skillsCommunity65You 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

  1. 1
    frontend-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.

  2. 2
    firebase-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.

  3. 3
    stripe-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.

  4. 4
    composio

    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.

  5. 5
    seo-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.

  6. 6
    antigravity-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

New to Skills? What is a Claude skill · How to install · How to audit a skill first