Vibe Coding
paddo.dev: Hybrid AI Workflows — Spawning Gemini from Inside a Claude Code Session
paddo.dev documents a pattern for routing tasks to Google Gemini directly from an active Claude Code session via a proxy skill, enabling heterogeneous model routing within a single IDE workflow. The pattern is useful for tasks where Gemini's strengths (large-scale document summarization, grounding) complement Claude's coding capabilities without switching tools. Requires the claude-launcher proxy layer to translate between Anthropic and OpenAI-compatible endpoints.
Source
↳ Follow the thread