Claude-skill-registry 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
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/asking-gemini" ~/.claude/skills/majiayu000-claude-skill-registry-asking-gemini && rm -rf "$T"
manifest:
skills/data/asking-gemini/SKILL.mdsource content
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:
- Generate many diverse ideasdivergent
- Refine and evaluate existing ideasconvergent
- Substitute, Combine, Adapt, Modify, Put to other uses, Eliminate, Reversescamper
- Human-centered, empathy-driven approachdesign-thinking
- Unexpected connections, challenge assumptionslateral
- AI selects best methodologyauto
The agent uses Gemini MCP tools (
mcp__gemini__gemini, mcp__gemini__brainstorm) directly.