Claude-skill-registry consulting-design
Consult Gemini AI for architecture alternatives, design trade-offs, and brainstorming. Use when seeking different perspectives on design, evaluating architectural approaches, comparing solutions, or generating creative ideas.
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/consulting-design" ~/.claude/skills/majiayu000-claude-skill-registry-consulting-design && rm -rf "$T"
manifest:
skills/data/consulting-design/SKILL.mdtags
source content
Design Consultation with Gemini
Tools
| Tool | Use For |
|---|---|
| Architecture, design review, trade-offs |
| Generating alternatives, creative solutions |
ask-gemini
{ "prompt": "I'm designing [system]. Current approach: [desc]. Trade-offs and alternatives?", "model": "gemini-2.5-pro" }
Options:
changeMode: true for structured edits, sandbox: true for code execution
brainstorm
{ "prompt": "How might we [challenge]?", "domain": "software", "methodology": "auto", "ideaCount": 10 }
Methodologies:
divergent, convergent, scamper, design-thinking, lateral, auto