From gemini
Delegate a coding task to Gemini CLI to run in the background. Use when the user wants Gemini to handle a task independently, get a parallel implementation, or offload work.
npx claudepluginhub szetty/gemini-cli-plugin-cc --plugin geminiThis skill uses the workspace's default tool permissions.
Use the `gemini_delegate` MCP tool to hand off a task to Gemini CLI for background execution.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Performs token-optimized structural code search using tree-sitter AST parsing to discover symbols, outline files, and unfold code without reading full files.
Use the gemini_delegate MCP tool to hand off a task to Gemini CLI for background execution.
Task to delegate: $ARGUMENTS
If no task was specified, ask the user what they want Gemini to work on.
Default behavior:
After delegation, report the job ID and remind the user they can check progress with /gemini:status and retrieve results with /gemini:result.