Webioinfo01

Aweteam — Development skill for Claude Code

Development community

A minimal tmux handoff interface for local coding agents.

How to install Aweteam

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

What Aweteam does

A minimal tmux handoff interface for local coding agents.

Alternatives in Development

  • T3code — A minimal web GUI for coding agents 7.9k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★

README

aweteam

aweteam: AI Coding Team Coordinator

Thin tmux handoff interface for local AI coding teams.

Start a leader, delegate to configured workers, keep conversations visible in tmux panes.

English · 简体中文

Version Node

Status Providers npm install Platform npm downloads GitHub stars

Start a leader, delegate to configured workers, keep conversations visible in tmux panes.

`aweteam` starts a real leader CLI in `leader/main`, lets that leader create worker panes from configured profiles, and records explicit run artifacts under `.aweteam/runs//`.

It is intentionally small. It is not a scheduler, hosted agent platform, or replacement UI. The normal workflow stays inside tmux: you talk to the leader in plain language, the leader delegates to configured workers, and the worker conversations remain visible in their own panes.

Demo

![aweteam tmux leader and worker panes](./example.png)

Install

Requires Node.js 20 or later and tmux.

Install from npm:

npm install -g aweteam
aweteam --help

Or install from this repository