Ai Code Connect banner
jacob-bd jacob-bd

Ai Code Connect

AI community

Description

A CLI tool that connects Claude Code and Gemini CLI, eliminating manual copy-paste between AI coding assistants.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AIC² - AI Code Connect

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-FFDD00?style=flat-square&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/jacobbd)

 █████╗ ██╗ ██████╗ ██████╗
██╔══██╗██║██╔════╝ ╚════██╗
██║  ██║██║██║       █████╔╝
███████║██║██║      ██╔═══╝
██╔══██║██║██║      ███████╗
██║  ██║██║██║      ╚══════╝
██║  ██║██║╚██████╗
╚═╝  ╚═╝╚═╝ ╚═════╝

A CLI tool that connects **Claude Code** and **Gemini CLI**, eliminating manual copy-paste between AI coding assistants.

**AIC²** = **A**I **C**ode **C**onnect (the two C's = ²)

The Problem

When working with multiple AI coding tools:

  1. Ask Gemini for a proposal
  2. Copy the response
  3. Paste into Claude for review
  4. Copy Claude's feedback
  5. Paste back to Gemini...

This is tedious and breaks your flow.

The Solution

AIC² Demo Video
(10 min overview/demo video)

`aic` bridges both tools in a single interactive session with:

  • Persistent sessions - Both tools remember context
  • One-command forwarding - Send responses between tools instantly
  • Interactive mode - Full access to slash commands and approvals
  • Detach/reattach - Keep tools running in background

Installation

npm install -g ai-code-connect

That's it! The `aic` command is now available globally.

Alternative: Install from Source

git clone https://github.com/jacob-bd/ai-code-connect.git
cd ai-code-connect
npm install
npm run build
npm link

Prerequisites

Install both AI CLI tools:

  • Claude Code: npm install -g @anthropic-ai/claude-code
  • Gemini CLI: npm install -g @google/gemini-cli

Verify:

aic tools
# Should show both as "✓ available"

Quick Start

aic

That's it! This launches the interactive session.

Usa