gemini-delegate

Delegate prompts to Google Gemini CLI in the background.

24|6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/tobyilee/toby-plugins --skill gemini-delegate-tobyilee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-delegate
Source: https://github.com/tobyilee/toby-plugins/tree/main/plugins/toby-multi-agent/skills/gemini-delegate
Command: npx skills add https://github.com/tobyilee/toby-plugins --skill gemini-delegate-tobyilee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates heavy or time‑consuming prompts to the Google Gemini CLI so your main chat flow remains responsive and productive.

Core Features & Use Cases

  • Background delegation: run Gemini tasks without blocking the current conversation.
  • Parallel comparison: run Gemini alongside other AI agents for side-by-side ideas and results.
  • Prompt orchestration: assemble context, target files, and constraints into a clear Gemini prompt.
  • Use cases: code analysis, data tasks, design exploration, and research that benefits from a second opinion.

Quick Start

Delegate a task to Gemini by telling the assistant to run a test prompt in the background and report back with the results.

Frequently Asked Questions about gemini-delegate

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

FAQPage Schema
How do I delegate prompts to Gemini CLI without blocking my main conversation?

Background delegation runs Gemini CLI tasks asynchronously so your main conversation remains responsive and productive. This approach prevents heavy prompts from blocking your primary chat flow while executing code analysis or research.

Can I run Gemini alongside other AI agents for side-by-side comparison?

Yes, you can run Gemini alongside other AI agents in parallel for side-by-side comparison. This enables you to gather second opinions on code analysis, data tasks, design exploration, and research simultaneously.

Do I need to install and authenticate Gemini CLI separately to use background delegation?

Yes, background delegation requires Gemini CLI installation and authentication. You must complete this environment setup before assembling context, executing prompts in the background, and retrieving results.

How do I orchestrate a prompt with context and constraints for Gemini CLI?

Prompt orchestration assembles context, target files, and constraints into a clear Gemini prompt. This structured approach ensures accurate background execution and result retrieval for complex code analysis or research tasks.

What are the limitations of delegating tasks to Gemini CLI in the background?

Background delegation to Gemini CLI requires robust error handling to manage execution limits. While it prevents blocking the main conversation, you must account for potential retrieval failures or asynchronous execution errors during complex workflows.