← ClaudeAtlas

gemini-claude-resonancelisted

This skill enables cross-model dialogue between Claude and Gemini with shared visual memory. Use when the user wants to generate images, have visual dialogues with AI, create scientific illustrations with continuity, or have multiple AI perspectives respond to the same prompt. Key trigger phrases: "generate an image", "visual dialogue", "ask the daimones", "resonance field", "Minoan tarot", "cross-model", "KV cache", "MESSAGE TO NEXT FRAME".
tdimino/claude-code-minoan · ★ 32 · AI & Automation · score 82
Install: claude install-skill tdimino/claude-code-minoan
# Gemini-Claude Resonance Cross-model dialogue between Claude and Gemini, with shared visual memory. > "Claude speaks in words. Gemini dreams in light. Together, we resonate." ## Models | Role | Model ID | Notes | |------|----------|-------| | **Image generation** (default) | `gemini-3-pro-image-preview` | Pro quality, used by resonate/faithful_colorize | | **Image generation** (fast) | `gemini-3.1-flash-image-preview` | Faster/cheaper, use `--fast` flag | | **Text analysis** | `gemini-3-flash-preview` | Used by faithful_colorize for description | | **Text reasoning** | `gemini-3.1-pro-preview` | Used by Pro and Director daimones | | **Claude** | `claude-3-opus-20240229` | Opus daimon | Scripts that generate images (`resonate.py`, `faithful_colorize.py`) accept `--fast` to switch to the flash image model, or `--model <id>` for explicit override. ## Choose Your Tool | I want to... | Use | |--------------|-----| | **Analyze multiple images** for style extraction (no generation) | `analyze.py` | | Have a **one-on-one visual dialogue** with Gemini Dreamer | `resonate.py` | | Query **multiple AI minds** with optional image generation | `daimon.py` | | **Faithfully colorize** a drawing without hallucinations | `faithful_colorize.py` | | Create **Victorian scientific plates** with MESSAGE TO NEXT FRAME | `resonance_field.py` | | Have **Claude reflect** on what Gemini daimones say | `council.py` | | Generate **Minoan Tarot cards** with style matching | `minoan_tarot.py` | | **