Claude Agent Server banner
forayconsulting forayconsulting

Claude Agent Server

Development community intermediate

Description

A Claude Code skill that enables effective use of Google's Gemini CLI as a powerful auxiliary tool.

Installation

Terminal
git clone https://github.com/forayconsulting/gemini_cli_skill

README

Gemini CLI Skill for Claude Code

A Claude Code skill that enables effective use of Google's Gemini CLI as a powerful auxiliary tool.

What This Skill Does

This skill teaches Claude Code how to wield Gemini CLI for:

    undefined

Installation

Copy the skill directory to your Claude Code skills folder:

# Clone the repo
git clone https://github.com/forayconsulting/gemini_cli_skill.git

# Copy to Claude Code skills directory
cp -r gemini_cli_skill ~/.claude/skills/gemini-cli

Or manually create `~/.claude/skills/gemini-cli/` and copy the files.

Prerequisites

    undefined
# Install Gemini CLI
npm install -g @google/gemini-cli

# Authenticate
gemini  # First run prompts for auth

Files

File Purpose
SKILL.md Main skill definition - when to use, core instructions
reference.md Complete CLI command and flag reference
templates.md Reusable prompt templates for common tasks
patterns.md Integration patterns and workflows
tools.md Gemini's built-in tools documentation

Usage

Once installed, Claude Code automatically uses this skill when appropriate. Just ask:

"Use Gemini to review this code for security issues"
"Have Gemini generate tests for this module"
"Ask Gemini what's new in TypeScript 5.5"
"Get Gemini to analyze this codebase architecture"

Key Features

Prompt Templates

Ready-to-use templates for:

    undefined

...