raphaelbgr

Air Code — Productivity skill for Claude Code

Productivity community

Web-based canvas for managing multiple Claude Code terminal sessions with real-time streaming, workspace organization, and session forking.

How to install Air Code

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

What Air Code does

Web-based canvas for managing multiple Claude Code terminal sessions with real-time streaming, workspace organization, and session forking.

Alternatives in Productivity

README

Air Code

**A web-based canvas for managing multiple AI coding agent terminal sessions.** Organize sessions into workspaces, view live terminal output, fork conversations, and collaborate with multi-user presence — all in your browser.

![Air Code Screenshot](docs/screenshot.png)

![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue?logo=typescript) ![React](https://img.shields.io/badge/React-19-61DAFB?logo=react) ![Node.js](https://img.shields.io/badge/Node.js-22+-339933?logo=nodedotjs) ![License](https://img.shields.io/badge/License-MIT-green)

Why Air Code?

Modern AI coding agents (Claude Code, Codex, etc.) run as CLI sessions. When working on complex projects, you often need **multiple parallel sessions** — one researching, one coding, one testing. Managing these in separate terminal windows quickly becomes chaotic.

Air Code solves this by giving you a **visual canvas** where every session is a card you can see, organize, fork, and monitor in real-time:

┌──────────────────────────────────────────────────────────────┐
│  Air Code Canvas                                              │
│                                                                │
│  ┌─── Workspace: my-app ────────────────────────────────┐     │
│  │  ┌──────────┐  ┌──────────┐  ┌──────────┐           │     │
│  │  │ Session 1 │  │ Session 2 │  │ Session 3 │           │     │
│  │  │ (coding)  │  │ (testing) │  │  (fork)   │           │     │
│  │  │ █████████ │  │ █████████ │  │ █████████ │           │     │
│  │  │ █████████ │  │ █████████ │  │ █████████ │           │     │
│  │  └──────────┘  └──────────┘  └──────────┘           │     │
│  └──────────────────────────────────────────────────────┘     │
│                                                                │
│  ┌─── Workspace: docs ──────┐                                 │
│  │  ┌──────────┐            │                                 │
│  │  │ Session 4 │            │                                 │
│  │  │