From gemini
Retrieve the output of a completed Gemini background job. Use when the user wants to see what Gemini produced.
npx claudepluginhub szetty/gemini-cli-plugin-cc --plugin geminiThis skill uses the workspace's default tool permissions.
Use the `gemini_result` MCP tool to retrieve the output of a completed Gemini job.
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_result MCP tool to retrieve the output of a completed Gemini job.
Job ID: $ARGUMENTS
If no job ID was provided, first use gemini_status to list available jobs and pick the most recent completed one.
After retrieving the result, present Gemini's output clearly. If the result is code, show it in appropriate code blocks. If it's analysis, summarize the key points.