pair-session

Coordinate AI pair programming sessions between Claude and Codex with human observation.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill pair-session
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pair-session
Source: https://github.com/eprouveze/HealthPulse/tree/main/.claude/skills/pair-session
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill pair-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables real-time AI-assisted pair programming between Claude (builder) and Codex (advisor) with a human observer to improve code quality and knowledge transfer.

Core Features & Use Cases

  • Supports Standard, Ping-Pong, and Strong-Style pairing to suit different learning and collaboration needs.
  • Allows selecting among advisors (Codex, Gemini, DeepSeek) and managing session flow.
  • Defines a comprehensive session lifecycle: setup, per-turn context curation, change proposals, reviews, and knowledge-transfer logging.

Quick Start

Start a session with /pair-session build <task> and follow prompts to choose an advisor and pairing style.

Frequently Asked Questions about pair-session

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate an AI pair programming session with multiple advisors?▼

AI pair programming sessions coordinate a builder AI like Claude with an advisor AI like Codex, Gemini, or DeepSeek while a human observes. This structured workflow manages per-turn context sharing, code diffs, and decisions to improve code quality.

What are the different pairing styles for AI-assisted coding sessions?▼

AI-assisted coding sessions support Standard, Ping-Pong, and Strong-Style pairing styles. These approaches accommodate different collaboration and learning needs between the builder, advisor, and human observer during mid-to-large coding tasks.

How do I start a pair programming session using a builder and an advisor?▼

Start a pair programming session by running the build command with your specified task. Follow the prompts to select an advisor and your preferred pairing style to initiate the structured workflow.

Can I use Codex as an advisor for live code review during development?▼

Codex can be selected as an advisor for live code review alongside a builder. The session enforces a comprehensive lifecycle including setup, change proposals, reviews, and knowledge transfer logs to facilitate collaboration.

What is included in the session lifecycle for AI pair programming?▼

The session lifecycle for AI pair programming includes setup, per-turn context curation, change proposals, reviews, and knowledge transfer logging. This structure ensures real-time collaboration and effective knowledge transfer between AIs and humans.

When should I use structured AI pair programming over solo AI coding?▼

Structured AI pair programming is designed for mid-to-large coding tasks that require live collaboration across multiple styles and advisor options. It improves code quality and knowledge transfer compared to solo AI coding workflows.