From gemini
Guidance for composing effective prompts when delegating tasks to Gemini CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gemini:gemini-promptingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guidance for composing effective prompts when delegating tasks to Gemini CLI.
Guidance for composing effective prompts when delegating tasks to Gemini CLI.
Treat Gemini as an operator, not a collaborator. Give it a complete, self-contained task — not a conversation.
Structure with clear sections. Use Markdown headings to separate:
Be explicit about scope. State what Gemini should and should not do:
Provide grounding. For tasks with uncertain outcomes:
Define completion. Tell Gemini what "done" looks like:
npx claudepluginhub jiachengxu/gemini-plugin-cc --plugin geminiUse when the user asks to run Gemini CLI (gemini, gemini resume) or references Google Gemini for code analysis, refactoring, or automated editing
Delegates tasks to Gemini CLI for large-context analysis like broad codebase reviews or long-document processing. Activates on explicit requests such as 'use gemini' or 'delegate to gemini'.
Invokes Google Gemini CLI for complex reasoning, research, and AI tasks in headless mode. Supports preview models, fallbacks, and session continuation.