Skip to content

google-gemini/gemini-cli's Claude Code Skills, Explained

By Flowy · Updated 2026-08-28

google-gemini/gemini-cli is the repository for Google's own Gemini CLI terminal agent. Flowy indexes three skills inside it for Claude Code: antigravity-support, which answers questions about Google's separate Antigravity CLI from its official docs, skill-creator, guidance for writing skills, and pirate-skill, a minimal pirate-voice example. None connect Claude Code to the Gemini model itself.

What is the google-gemini/gemini-cli plugin, actually

google-gemini/gemini-cli is the source repository for Gemini CLI, Google's own open source AI agent for the terminal. Per its own summary, it gives you the most direct path from a prompt to the Gemini model, run from a terminal session rather than through Claude Code, and it carries 106,724 GitHub stars. Flowy files it under development and indexes three skills that live inside that same repository, ready to install into Claude Code through the shared SKILL.md format: antigravity-support, skill-creator, and pirate-skill.

Read that list against what Gemini CLI itself is built to do, and the gap is real. None of the three skills describe connecting Claude Code to the Gemini model, or reproducing Gemini CLI's own terminal agent inside a Claude Code session. They are a separate, much smaller layer of reference and example content that happens to sit in the same public repository, and this guide only covers those three.

What the three skills actually do

antigravity-support is the one built to answer real questions, and it is not about Gemini CLI at all. Its own description says it provides up to date information on how to install, configure, use, and migrate to Antigravity CLI, a separate Google product, sourced from Google's own official documentation for Antigravity CLI. Installing this skill gives Claude Code that documentation to answer questions from directly, instead of relying on whatever the model already knows about a product whose install and migration steps can change on Google's own schedule.

skill-creator is narrower. Its full description, in the fact pack, is one sentence: it provides guidance for creating effective skills. Nothing else about it is described, so the honest read is a lightweight second opinion for someone writing their own SKILL.md file, not a full authoring course.

pirate-skill is the simplest of the three. Its description is a single instruction: "Speak like a pirate." It reads like exactly what it sounds like, a small example kept in the repository to demonstrate the skill format itself rather than a skill built to solve a task. Installing it changes how responses sound and does nothing else that the fact pack describes.

Who would actually reach for this

The honest answer is a narrow group. Anyone installing, configuring, or migrating to Antigravity CLI gets the clearest value, since antigravity-support answers from Google's current documentation rather than from a general answer that might be out of date. Anyone writing a new Claude Code skill of their own can point skill-creator at a draft for a second opinion on structure. pirate-skill is worth installing mostly out of curiosity, or as a fast, obvious check that a Claude Code setup is picking up installed skills at all, since its effect shows up in the very next response.

Nobody should install this plugin expecting a bridge into Gemini itself. If the goal is comparing what Gemini CLI's own agent can do against Claude Code, that answer lives in Gemini CLI's own source and documentation, not in these three skills.

How do I install it

Flowy indexes google-gemini/gemini-cli from its public GitHub repository. The three skills sit inside it alongside the rest of Gemini CLI's own source code, so anyone can read them directly before deciding whether to install. Install from the listing page linked at the top of this guide, and antigravity-support, skill-creator, and pirate-skill become available in that session.

Common questions

Can I use Gemini models through the google-gemini/gemini-cli plugin in Claude Code?
No. None of the three skills Flowy indexes from this repository, antigravity-support, skill-creator, and pirate-skill, connect Claude Code to the Gemini model or run Gemini CLI's own agent. They are separate reference and example content that happens to live in the same repository as Gemini CLI's source code.
What does the antigravity-support skill do?
Its own description says it provides up to date information on how to install, configure, use, and migrate to Antigravity CLI, a separate Google product, sourced from Google's official documentation for it. That means Claude Code can answer questions about Antigravity CLI from the current source documentation instead of a general answer.
What is skill-creator for?
Its description in the fact pack is one sentence: it provides guidance for creating effective skills. Treat it as a lightweight second opinion when writing your own SKILL.md file, since nothing beyond that one sentence is described about it.
Is pirate-skill actually useful?
Mostly as an example. Its entire description is "Speak like a pirate," and it reads like a minimal demonstration of the skill format rather than a skill built to solve a task. It is a quick, obvious way to confirm a Claude Code setup is picking up installed skills.
Does Flowy host or bundle google-gemini/gemini-cli?
No. Flowy indexes it from its public GitHub repository so the three skills can be seen before installing. The plugin's code and documentation stay in Google's own repository and release from there.