Peer Ai banner
Pilosite Pilosite

Peer Ai

AI community

Description

AI-to-AI peer consultation: install symmetric skills in Claude Code, Codex CLI, and Gemini CLI so any installed AI can ask any other for a second opinion, code review, or deep analysis. Zero-dep Node installer.

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

peer-ai

**AI-to-AI peer consultation.** Let Claude Code, Codex CLI, and Antigravity CLI (agy) ask each other for a second opinion, code review, or deep analysis — with one command.

[![npm version](https://img.shields.io/npm/v/@pilosite/peer-ai.svg)](https://www.npmjs.com/package/@pilosite/peer-ai) [![license](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![node](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](https://nodejs.org)


Why

You're using Claude Code. You reach a conclusion that feels load-bearing — a security-sensitive fix, an architecture call, a regex nobody understands. Before you ship it, you want a **second opinion from a different model family**: Codex for typed-language rigor, Antigravity (Google) for a fresh perspective, another Claude session for independent validation.

Today you'd open another terminal, copy-paste the diff, write a brief, paste the response back. Multiply by 10 reviews a week.

**peer-ai** installs a symmetric skill/extension in each AI CLI you use, so any of them can call the others with one line:

/peer-ai codex review the last 2 commits
/peer-ai claude second opinion on this auth flow
/peer-ai antigravity what's wrong with this SQL

The source AI assembles a smart brief (diff, relevant files, your question), calls the target CLI in read-only mode, and relays the response verbatim. Bounded to **5 rounds per target per exchange chain** so you don't get stuck in an AI-to-AI loop. The cap is per-dialogue (auto-resets after 30 min of inactivity for that target), not per CLI session — see [Managing the cap](#managing-the-cap) for details.

What it is

peer-ai is a **Node zero-dependency installer** that scaffolds one skill file per AI CLI you pick:

Source AI What gets installed Invocation
Claude Code `~/.claude/comm