From gemini
Internal guidance for composing Gemini and AGY 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 prepare a prompt for Gemini or AGY.
Use this skill when gemini:gemini-rescue needs to prepare a prompt for Gemini or AGY.
Prompt the model like an operator, not a collaborator. Keep prompts compact and block-structured with XML tags. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter.
Core rules:
Default prompt recipe:
<task>: the concrete job and the relevant repository or failure context.<structured_output_contract> or <compact_output_contract>: exact shape, ordering, and brevity requirements.<default_follow_through_policy>: what the model should do by default instead of asking routine questions.<verification_loop> or <completeness_contract>: required for debugging, implementation, or risky fixes.<grounding_rules> or <citation_rules>: required for review, research, or anything that could drift into unsupported claims.Model selection guidance (<model_selection> block):
--effort high (→ gemini-2.5-pro)--effort medium (→ gemini-2.5-flash)--effort low (→ gemini-2.5-flash)--model is ignored; effort controls are irrelevant. Use AGY for speed and simplicity.When to add blocks:
completeness_contract, verification_loop, and missing_context_gating.grounding_rules, structured_output_contract, and dig_deeper_nudge.research_mode and citation_rules.action_safety so the model stays narrow and avoids unrelated refactors.Working rules:
Prompt assembly checklist:
<task>.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 arcobaleno64/gemini-plugin-cc --plugin gemini