delegating-to-gemini-cli
Installation
SKILL.md
Delegating to Gemini CLI
Orchestrates work delegation to the Gemini CLI agent for parallel task execution.
When to Use
- User explicitly asks to use "gemini", "gemini cli", or "gemini-cli"
- Multiple independent issues need fixing in parallel
- Tasks benefit from a fresh context/agent perspective
- Offloading work to run concurrently while continuing other tasks
Prerequisites
Verify gemini CLI is installed:
which gemini && gemini --version