gemini-manager

Delegate coding tasks from Claude Code to Gemini CLI with verification.

61|9|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/alchemiststudiosDOTai/claude-code-gemini-manager-skill --skill gemini-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-manager
Source: https://github.com/alchemiststudiosDOTai/claude-code-gemini-manager-skill/tree/main/gemini-manager
Command: npx skills add https://github.com/alchemiststudiosDOTai/claude-code-gemini-manager-skill --skill gemini-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill turns Claude Code into a dedicated manager/architect while Gemini CLI handles all code implementation. Claude thinks, plans, reads, and verifies, guiding Gemini to implement changes with deterministic steps and rigorous verification, thereby reducing back-and-forth and speeding delivery.

Core Features & Use Cases

  • Manager-first workflow: Claude reads context, breaks tasks into atomic steps, and delegates precisely to Gemini.
  • Deterministic delegation: Use explicit templates to drive Gemini with clear commands and constraints.
  • Verification loop: Claude reviews output, requests fixes, and iterates until requirements are met.
  • Use Case: When you want a software feature implemented entirely by Gemini under Claude's guidance, e.g., "Add login with JWT" with a fully verified implementation from Gemini.

Quick Start

Ask Claude Code to manage a feature using Gemini to implement it and verify the result.

Frequently Asked Questions about gemini-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate coding tasks to Gemini while Claude Code manages the architecture?

Claude Code can act as a manager and architect, delegating all code implementation to Gemini CLI. Claude reads context, plans atomic steps, issues delegation commands via --yolo, and verifies Gemini's output using read and grep tools, reducing back-and-forth in multi-file projects.

When should I use Claude Code in manager mode instead of writing code directly?

Use manager mode when implementing features entirely through Gemini under Claude's guidance—for example, adding JWT login with full verification. This workflow speeds delivery by separating planning and verification from implementation, ideal for complex multi-file refactors and feature rollouts.

How does Claude Code verify Gemini's implementation after delegation?

Claude Code reviews Gemini's output using read, grep, and glob tools to inspect generated files, then requests fixes and iterates until requirements are met. This verification loop ensures security checks and code quality without Claude writing the implementation itself.

What's the difference between manager mode and standard Claude Code workflow?

Standard Claude Code reads, writes, and verifies code directly. Manager mode enforces a non-writing policy for Claude—it plans, delegates via --yolo to Gemini, and verifies output. This separation reduces context switching and lets Gemini handle all implementation deterministically.

Can I use manager mode for bug fixes and refactors across multiple files?

Yes. Manager mode supports features, fixes, and refactors in multi-file projects. Claude breaks the task into deterministic steps, delegates to Gemini with explicit commands and constraints, and verifies each change before moving forward.

Related Skills