From gemini
Internal guidance for composing Gemini prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin
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
Use this skill when `gemini:gemini-rescue` needs to compose a prompt for Gemini.
Use this skill when gemini:gemini-rescue needs to compose a prompt for Gemini.
Gemini works best with structured, phase-driven prompts. Unlike GPT-5.4 which prefers XML block contracts, Gemini responds well to explicit phase decomposition and thinking-level hints.
Core rules:
Default prompt recipe:
## Task: the concrete job with repository/failure context.## Output Contract: exact shape, ordering, and brevity requirements.## Completion Criteria: what "done" looks like.## Follow-Through Policy: what Gemini should do by default instead of asking.## Verification: required for debugging, implementation, or risky fixes.## Grounding Rules: required for review, research, or claims-heavy tasks.When to add sections:
Model awareness:
Working rules:
Prompt assembly checklist:
## Task.Reusable blocks live in references/prompt-blocks.md. Task recipes live in references/gemini-prompt-recipes.md. Common failure modes to avoid live in references/gemini-prompt-antipatterns.md.
npx claudepluginhub wocks1123/gemini-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.