Gemini Agent Skills banner
saeed-vayghan saeed-vayghan

Gemini Agent Skills

AI community

Description

A comprehensive collection of expert AI Agent Skills for Google Gemini, featuring a powerful CLI to convert and optimize Claude Code agents for the Gemini ecosystem.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Gemini Agent Skill

A comprehensive collection of expert AI Agent Skills for Google Gemini.

Claude to Gemini Converter CLI

A CLI tool to convert Anthropic Claude "Code" configurations (Plugins, Agents, Skills) into Google Gemini Agent Skills.

This tool uses **gemini-2.0-flash-exp** (via the API) to intelligently parse, refine, and restructure your existing agent definitions into the format required by the Gemini Agent Playground.

Why this Tool?

Claude Code has offered powerful agents and plugins for a while, but until now, there was no easy way to access these capabilities within the Gemini ecosystem. This repository solves that problem by converting existing configurations so you can use them with Gemini immediately.

This is made possible by the new **Gemini Agent Skill** feature, which empowers Gemini to handle complex tasks just like other advanced AI coding tools. You can read the [official documentation here](https://geminicli.com/docs/cli/skills/).

Credits

This project builds upon the amazing work done by the [VoltAgent](https://github.com/VoltAgent/awesome-claude-code-subagents) team. They created the original collection of Claude Code subagents, and we want to give them full credit for these definitions. My goal is to take these proven agent patterns and optimize them for even greater efficiency on Gemini.

What's Next?

I am dedicated to optimizing these agents to be fully native and highly efficient within the Gemini ecosystem.

Currently, I am developing an advanced configuration system that utilizes [Project Mitra](https://github.com/saeed-vayghan/mitra). This will unlock deeper customization and more structured control over your Gemini Agent Skills.

Using Gemini Agent Skills

Once you have generated your skills, you can interact with them directly in the Gemini CLI.

**How to use:**


# Install Gemini@0.24.0-preview.0
npm install -g @google/gemini-cli@0.24.0-preview.0

# Confirm version
gemini --version