From gemini
Internal guidance for composing effective 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 shape a prompt before forwarding it to Gemini CLI.
Use this skill when gemini:gemini-rescue needs to shape a prompt before forwarding it to Gemini CLI.
Prompt Gemini 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.<output_contract>: exact shape, ordering, and brevity requirements.<follow_through_policy>: what Gemini should do by default instead of asking routine questions.<verification_loop>: required for debugging, implementation, or risky fixes.<grounding_rules>: required for review, research, or anything that could drift into unsupported claims.When to add blocks:
verification_loop and completeness_contract.grounding_rules and output_contract.grounding_rules.action_safety so Gemini stays narrow and avoids unrelated refactors.Gemini-specific notes:
Working rules:
Prompt assembly checklist:
<task>.Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub madciapka/gemini-claude-plugin --plugin gemini