From gemini
Internal guidance for presenting Gemini helper output back to the user
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:gemini-result-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the helper returns Gemini output:
When the helper returns Gemini output:
gemini:gemini-rescue, do not turn a failed or incomplete Gemini run into a Claude-side implementation attempt. Report the failure and stop.gemini:gemini-rescue, if Gemini was never successfully invoked, do not generate a substitute answer at all./gemini:setup and do not improvise alternate auth flows./gemini:status <job-id> for live state, /gemini:result <job-id> once the job completes, or /gemini:cancel <job-id> to stop a runaway job.failed, cancelled, worker_missing, or broker_unhealthy, never fabricate a successful result on top of it — preserve the failure state and recommended action.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub seungmanchoi/claude-gemini-plugin --plugin gemini