From gemini
Internal guidance for optimizing prompts before sending 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 reshaping user requests into effective Gemini prompts.
Guidance for reshaping user requests into effective Gemini prompts.
Used by gemini-agent before forwarding to the companion script.
For complex tasks, use this template:
<task>
[Clear description of what needs to be done]
</task>
<context>
[Relevant files, constraints, prior findings]
</context>
<output_format>
[What shape the answer should take]
</output_format>
Choose the right mode for the task:
plan — read-only, Gemini can only read files (good for review)auto_edit — Gemini can edit files automatically (good for implementation)yolo — Gemini auto-approves everything (use sparingly)Default to plan for analysis, auto_edit for implementation tasks.
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 bbingz/gemini-plugin-cc