Help us improve
Share bugs, ideas, or general feedback.
From gemini
Retrieve the output of a completed Gemini background job. Use when the user wants to see what Gemini produced.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:resultThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the `gemini_result` MCP tool to retrieve the output of a completed Gemini job.
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub szetty/gemini-cli-plugin-cc --plugin geminiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.