---
title: Top Skills for Gemini CLI
slug: gemini-cli
type: agent
vendor: Google
native: false
canonical: https://top-agent-skills.com/skills-for-gemini-cli
skills: 11
rubric: 1.0
updated: 2026-06-22
---

# Top Skills for Gemini CLI

On Gemini CLI the picks are frontend-design, firebase-hosting and the Stripe Skills — and the honest headline is that this is the thinnest agent page in the catalogue. That is a statement about how few publishers document a Gemini install path, not about the CLI itself. Most SKILL.md files will plausibly load here; we list an agent only when the Skill was actually run on it or the publisher documents a distinct path, so this page is short on purpose.

11 Skills verified on Gemini CLI. Vendor: Google. Runs SKILL.md through a compatibility layer. Compatibility here lists only Skills actually tested on this agent or shipping a publisher-documented path for it — never assumed.

Vendor install docs: https://ai.google.dev

## The ranking

### 1. frontend-design — score 92/100 (official-anthropic)

Escape generic AI-generated UIs. Forces a bold, distinctive design direction before any code is written.

- Best for: Greenfield landing pages, marketing sites, and any UI that should feel intentional rather than templated.
- Not ideal for: Ports of an existing design system — frontend-design pushes a bold direction that may overwrite established tokens.
- Publisher: Anthropic · MIT
- Verified on: claude-code, claude-ai, claude-api, cursor, codex, gemini-cli, antigravity

```bash
npx skills add github.com/anthropics/skills --skill frontend-design
```

Full entry: https://top-agent-skills.com/skill/frontend-design (https://top-agent-skills.com/skill/frontend-design.md)

### 2. antigravity-awesome-skills — score 65/100 (community)

1,234+ skills in one bundle. Single install across AI coding assistants.

- Best for: Teams that want a comprehensive starting set rather than picking 30 individually.
- Not ideal for: Lean setups — you will install many skills you never use.
- Publisher: Antigravity · MIT
- Verified on: claude-code, cursor, codex, gemini-cli, antigravity

```bash
npx antigravity-awesome-skills --claude
```

Full entry: https://top-agent-skills.com/skill/antigravity-awesome-skills (https://top-agent-skills.com/skill/antigravity-awesome-skills.md)

### 3. firebase-hosting-basics — score 61/100 (verified-org)

Firebase-authored. Init, configure, and one-step deploy to Firebase Hosting / App Hosting.

- Best for: Web apps already in the Google/Firebase ecosystem (Firestore, Auth) that want the agent to handle hosting setup and the deploy step without leaving chat.
- Not ideal for: Static-only sites with no Firebase dependency — a generic static host (Pages, Netlify) is simpler and avoids the Firebase project requirement.
- Publisher: Firebase (Google) · Apache-2.0
- Verified on: claude-code, cursor, codex, gemini-cli, antigravity

```bash
claude plugin marketplace add firebase/agent-skills
```

Full entry: https://top-agent-skills.com/skill/firebase-hosting (https://top-agent-skills.com/skill/firebase-hosting.md)

### 4. stripe-best-practices — score 59/100 (verified-org)

Stripe's own integration playbook: pick the right API, set up Connect and billing, and handle keys and webhooks securely.

- Best for: Building, modifying, or reviewing any Stripe integration — payments, marketplaces, subscriptions, secure key management.
- Not ideal for: Non-Stripe payment processors (Adyen, Braintree, PayPal) — the rules are Stripe-specific.
- Publisher: Stripe · MIT
- Verified on: claude-code, cursor, gemini-cli

```bash
/plugin marketplace add stripe/ai
```

Full entry: https://top-agent-skills.com/skill/stripe-best-practices (https://top-agent-skills.com/skill/stripe-best-practices.md)

### 5. stripe-projects — score 59/100 (verified-org)

Provision a Postgres, Redis, auth, or LLM provider through the Stripe Projects catalog rather than signing up by hand.

- Best for: Letting an agent provision and wire up cloud services (DB, cache, auth, email, model providers) with credentials returned inline.
- Not ideal for: Teams that must provision through their own IaC (Terraform, Pulumi) or a locked-down cloud account.
- Publisher: Stripe · MIT
- Verified on: claude-code, cursor, gemini-cli

```bash
/plugin marketplace add stripe/ai
```

Full entry: https://top-agent-skills.com/skill/stripe-projects (https://top-agent-skills.com/skill/stripe-projects.md)

### 6. upgrade-stripe — score 57/100 (verified-org)

Stripe's version-upgrade guide: move API versions and SDKs without breaking your integration.

Full entry: https://top-agent-skills.com/skill/upgrade-stripe (https://top-agent-skills.com/skill/upgrade-stripe.md)

### 7. stripe-directory — score 57/100 (verified-org)

Find vendors and partners for a job-to-be-done — and, where supported, let the agent purchase and consume the service.

Full entry: https://top-agent-skills.com/skill/stripe-directory (https://top-agent-skills.com/skill/stripe-directory.md)

### 8. composio — score 55/100 (verified-org)

1,000+ SaaS integrations as one skill. OAuth lifecycle, scoped credentials, structured actions.

Full entry: https://top-agent-skills.com/skill/composio (https://top-agent-skills.com/skill/composio.md)

### 9. paddle-agent-skills — score 53/100 (verified-org)

Paddle's own integration playbook: ten skills for Checkout, webhooks, pricing pages, and subscription lifecycle on the merchant-of-record platform.

Full entry: https://top-agent-skills.com/skill/paddle-agent-skills (https://top-agent-skills.com/skill/paddle-agent-skills.md)

### 10. seo-geo-claude-skills — score 47/100 (community)

20 SEO + GEO skills in one bundle. Keyword research, audits, rank tracking, AI search optimization.

Full entry: https://top-agent-skills.com/skill/seo-geo-claude-skills (https://top-agent-skills.com/skill/seo-geo-claude-skills.md)

### 11. alirezarezvani-skills — score 47/100 (community)

232+ skills across engineering, marketing, product, compliance, advisory.

Full entry: https://top-agent-skills.com/skill/alirezarezvani-skills (https://top-agent-skills.com/skill/alirezarezvani-skills.md)

## Common questions

**How do I install a Skill on Gemini CLI?**

Drop the folder under ~/.gemini/skills/ for user-wide or .gemini/skills/ for project-scoped. The compatibility layer translates SKILL.md frontmatter automatically.

**Do Claude Skills work on Gemini CLI?**

Most do via the compatibility layer. Advanced features (Workflows, certain MCP patterns) may need adaptation; per-Skill verification is listed on each Skill page.

**Which Gemini model does the CLI use?**

Gemini Pro by default, with the option to switch to Gemini Flash for cost-efficient routine work or Gemini Ultra for high-effort tasks.

**Does Gemini CLI integrate with Google Workspace?**

Yes — Skills can read Google Docs, Sheets, Drive and Calendar via the built-in Workspace integration. Particularly useful for marketing and operations Skills.

**Is Gemini CLI free?**

The CLI is free; usage is billed against your Google AI Studio or Vertex AI account.

---

_Top Agent Skills. Machine-readable twin of https://top-agent-skills.com/skills-for-gemini-cli._
_JSON: https://top-agent-skills.com/skills-for-gemini-cli.json · whole catalog: https://top-agent-skills.com/skills.json (CC BY 4.0)_
