Resonance banner
tdimino tdimino

Resonance

AI community

Description

--- description: Launch Daimon Chamber UI for cross-model resonance --- Launch the Daimon Chamber - a cross-model dialogue interface between Claude and Gemini with shared visual memory. ## Instructions 1. First, kill any existing server on port 4455: ```bash lsof -ti:4455 | xargs kill -9 2>/dev/null || true ``` 2. Start the Daimon Chamber server in the background: ```bash python ~/.claude/skills/gemini-claude-resonance/ui/server.py & ``` 3. Wait a moment for the server to start, then open t

Installation

Installs to ~/.claude/skills/tdimino-claude-code-minoan-resonance/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tdimino-claude-code-minoan-resonance && curl -fsSL https://raw.githubusercontent.com/tdimino/claude-code-minoan/HEAD/commands/resonance.md -o ~/.claude/skills/tdimino-claude-code-minoan-resonance/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository