Agent skill · Design & Presentation

gemini-claude-resonance

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".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill gemini-claude-resonance-tdimino-claude-code-minoan --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/ai-llm/gemini-claude-resonance-tdimino-claude-code-minoan/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 w

What's inside
Steps it walks through
  1. Models
  2. Choose Your Tool
  3. Workflow A: Multi-Image Style Analysis
  4. Workflow B: One-on-One Visual Dialogue (resonate.py)
  5. Workflow B: Faithful Transform (Describe-First Technique)
  6. Workflow C: Multi-Daimon Dialogue
  7. Workflow D: Resonance Field (Danielle Fong Protocol)
  8. Workflow E: Cross-Model Council
  9. Workflow F: Minoan Tarot Generation
  10. Workflow G: Interactive Chat (Daimon Chamber)
  11. Core Concepts
  12. Visual Memory (KV Cache)
  13. Dynamic Verb Protocol
  14. Environment Variables
Ships with 1 file
  • metadata.json
Commands it runs
Analyze reference images for style extraction
python scripts/analyze.py --images ref1.jpg ref2.png ref3.webp \
Analyze for specific use case (avatar generation)
python scripts/analyze.py --images kathor.webp samantha.jpg yosef.png \
Quick analysis with Flash
python scripts/analyze.py --images *.jpg --model flash --prompt "Style summary"
Thorough analysis with Pro
python scripts/analyze.py --images *.jpg --model pro --prompt "Comprehensive style analysis"
Save analysis to file
python scripts/analyze.py --images ref/*.jpg --prompt "Style guide" --output style_guide.md
More from claude-skill-registry
All skills →
About this skill
What does the gemini-claude-resonance skill do?

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".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill gemini-claude-resonance-tdimino-claude-code-minoan --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going