brainstorm
Installation
SKILL.md
3-Round Brainstorm: Claude x Gemini (v2.1 — Two-Layer Architecture)
Setup (first run only)
Before first brainstorm, verify these prerequisites:
-
Find
gemini.py— bundled atscripts/gemini.pyrelative to this SKILL.md. Locate it with:find . ~/.claude/skills -name gemini.py -path '*/gemini/*' 2>/dev/null | head -1Store the result as
GEMINIvariable for the session. -
Check
GOOGLE_API_KEY— must be set. Check withecho $GOOGLE_API_KEY. If empty, look for.envfile and source it, or tell the user to get a key at https://aistudio.google.com -
Check
google-genaipackage — runpython3 -c "from google import genai; print('OK')". If missing, runpip install google-genai.
If any check fails, tell the user what's missing and how to fix it. Do NOT proceed without all three.
Two-layer model architecture: Flash researches, Pro reasons. Claude orchestrates both.