gemini-claude-resonance

Solid

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

AI & Automation 41 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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` | | **...

Details

Author
tdimino
Repository
tdimino/claude-code-minoan
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

gemini-image

Generate and edit images with Google's Gemini models (Nano Banana, Gemini 3 Pro Image, 3.1 Flash Image) from a zero-dependency Python CLI. Use to create, edit, restyle, or compose an image with Gemini or Google AI, including image-to-image with reference images. Also handles text and model-listing. The maintained successor to the older `gemini-client` plugin.

0 Updated 4 days ago
BryceEWatson
AI & Automation Listed

gemini-consult

Consult Google Gemini (via the local Antigravity `agy` CLI, Pro tier) for three things: (1) natural, native-sounding KOREAN phrasing — copy, UI microcopy, marketing/brochure text, toasts, user-facing messages, translations, rewrites — (2) a MULTI-PERSONA / second-opinion review of a design, plan, spec, PR, or piece of writing, and (3) IMAGE GENERATION via Gemini's image tool (real PNG/JPG files, collected from agy's artifact store). Use this whenever Korean text needs to read naturally (not translated/stiff), whenever the user says the Korean "sounds awkward / 어색해 / 자연스럽게 다듬어줘", whenever you are about to hand-write polished Korean copy yourself, whenever you want an independent NON-Claude model's critique, or when the user asks for a Gemini/Nano-Banana-style generated image. Claude's Korean often reads machine-translated — delegating Korean polish here is this skill's premise (the installing user's standing preference, not a benchmark). Returns candidates/files for the user to choose from. Also triggers on "g

3 Updated 1 weeks ago
uzysjung
AI & Automation Listed

gemini-cli

Google Gemini CLI orchestration (v0.22.0+) for AI-assisted development. Capabilities: second opinion/cross-validation, real-time Google Search grounding, codebase architecture analysis with codebase_investigator, Gemini 3 model access, extensions support (Conductor, Endor Labs), parallel code generation, code review from different perspective. INTEGRATED WITH TASK PRIMITIVE - creates traceable tasks in claude-task-viewer. Actions: query, search, analyze, generate, review with Gemini. Keywords: Gemini CLI, Gemini 3, google_web_search, codebase_investigator, second opinion, cross-validation, web research, current information, parallel AI, code review, architecture analysis, gemini prompt, AI comparison, real-time search, alternative perspective, extensions, Conductor. Use when: needing second AI opinion, searching current web information, analyzing codebase architecture, generating code in parallel, getting alternative code review, researching current events/docs, using Gemini extensions.

146 Updated 1 weeks ago
alfredolopez80