Consulting design
Skill bg-szy/TOP-SKILLS/skills/claude-code-skills/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.From its SKILL.md
npx -y skills add bg-szy/TOP-SKILLS --skill consulting-designAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 353 tokens by cl100k_base, as published. Nobody here has run it
Design Consultation with Gemini
Tools
| Tool | Use For |
|---|---|
mcp__gemini__ask-gemini | Architecture, design review, trade-offs |
mcp__gemini__brainstorm | 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
Gotchas
- Gemini brainstorm output is non-deterministic — same prompt rerun gives different ideas; save outputs you want to reference.
ask-geminidoesn't preserve conversation context across calls — multi-turn questions need explicit history concatenation in each prompt.- API quota is per-project per-day — bursting on a free tier locks the project out until midnight Pacific.
- Output is markdown but can include LaTeX math — downstream tooling that doesn't render math gets garbled output without warning.
brainstormdefaults to 5 ideas — for divergent ideation, explicitly request more; the default is a hard cap.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.