原始内容
Gemini Manager
An Agent Skill that lets Claude Code act as a manager while Gemini CLI does all the coding work.
What It Is
Claude Code = Manager/Architect (thinks, plans, reads, verifies) Gemini CLI = Intern (implements, codes, fixes)
Claude never writes code. Instead, Claude:
- Reads and understands the codebase
- Plans what needs to be done
- Tells Gemini exactly what to implement
- Verifies Gemini's work
- Requests fixes until it's correct
Usage
Say things like:
- "Manage the implementation of X using Gemini"
- "Drive Gemini to add feature Y"
- "Use gemini-manager skill for this task"
How It Works
- Claude reads files to understand the task
- Claude tells Gemini what to implement with specific commands
- Claude verifies what Gemini produced
- If needed, Claude tells Gemini to fix issues
- Loop continues until Claude is satisfied
Installation
As a Plugin (Recommended)
# Install via plugin command
/plugin install alchemiststudiosDOTai/claude-code-gemini-manager-skill
Manual Installation
Clone the repo and copy to your skills directory:
# Clone the repo
git clone https://github.com/alchemiststudiosDOTai/claude-code-gemini-manager-skill.git
# For personal skill (available in all projects)
cp -r claude-code-gemini-manager-skill/skills/gemini-manager ~/.claude/skills/
# For project skill (available in this project only)
cp -r claude-code-gemini-manager-skill/skills/gemini-manager ./.claude/skills/