Agent skill
asking-gemini
Architecture advice, design trade-offs, brainstorming, comparing approaches via Gemini. Use when user asks about architecture decisions, system design, design patterns, trade-offs analysis, brainstorming ideas, comparing options, or creative problem-solving. Supports SCAMPER, design thinking, divergent/convergent thinking methodologies. Do not use for web searches or shell commands.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/asking-gemini
SKILL.md
Gemini Consultation
Spawn the gemini-consultant agent for architecture and design questions.
Foreground (blocking)
Task(subagent_type="gemini-consultant", prompt="[mode]: <question>")
Background (for context efficiency)
Task(subagent_type="gemini-consultant", prompt="[mode]: <question>", run_in_background=true)
Use TaskOutput(task_id="<id>") to retrieve results.
Modes: prompt (default), brainstorm, review, compare
Brainstorming Methodologies:
divergent- Generate many diverse ideasconvergent- Refine and evaluate existing ideasscamper- Substitute, Combine, Adapt, Modify, Put to other uses, Eliminate, Reversedesign-thinking- Human-centered, empathy-driven approachlateral- Unexpected connections, challenge assumptionsauto- AI selects best methodology
The agent uses Gemini MCP tools (mcp__gemini__gemini, mcp__gemini__brainstorm) directly.
Didn't find tool you were looking for?