Gemini Skill banner
SpillwaveSolutions SpillwaveSolutions

Gemini Skill

Development community

Description

A Claude Code Skill for delegating tasks to Gemini

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 CLI Skill

[![Agent Skill Standard](https://img.shields.io/badge/Agent%20Skill-Standard-blue)](https://agentskills.io/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![SkillzWave](https://img.shields.io/badge/SkillzWave-Marketplace-purple)](https://skillzwave.ai/skill/SpillwaveSolutions__gemini-skill__gemini__SKILL/)

Shell out to Gemini CLI from Claude for headless AI task execution. This skill enables Claude to leverage Gemini 2.5 Pro alongside its own capabilities for parallel analysis, alternative perspectives, and batch processing.

Table of Contents

Overview

This skill provides a framework for executing non-interactive Gemini tasks where content is piped to the Gemini CLI, processed with custom prompts, and results are saved directly to files. Use it to combine Claude's and Gemini's strengths for comprehensive analysis and processing.

When to Use

**Use this skill when you need:**

  • Alternative AI perspective on Claude's analysis
  • Parallel analysis from both Claude and Gemini
  • Gemini's specific strengths for particular tasks
  • Headless (non-interactive) AI execution saving to files
  • Batch processing of multiple inputs
  • Independent validation of Claude's work

**Don't use when:**

  • Claude can handle the task directly without needing a second perspective
  • Interactive conversation is required (gemini CLI is headless only)

Quick Start

Basic Pattern

cat input.md | gemini "PROMPT" --model gemini-2.5-pro > output.md

Example: