████████╗███████╗██████╗ ███╗ ███╗██████╗ █████╗ ██████╗ ███████╗██████╗ ╚══██╔══╝██╔════╝██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗ ██║ █████╗ ██████╔╝██╔████╔██║██████╔╝███████║██████╔╝█████╗ ██████╔╝ ██║ ██╔══╝ ██╔══██╗██║╚██╔╝██║██╔═══╝ ██╔══██║██╔═══╝ ██╔══╝ ██╔══██╗ ██║ ███████╗██║ ██║██║ ╚═╝ ██║██║ ██║ ██║██║ ███████╗██║ ██║ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝
A set of terminal tools for managing Claude Code state.
Sessions, transcripts, skills. From the terminal.
================================================================================
~/termpaper $ ls
The set
-
a-team
// sessions
Manage parallel Claude Code sessions in Ghostty. One command restores every terminal session after a reboot, in the right folder, with the right window title. Categories, scratch sessions, picker UI.
pipx install git+https://github.com/nigelglenday/a-team -
skillbox
// capabilities
Inventory and manage Claude Code skills, slash commands, and subagents. Unified picker across your user-level installs, every plugin's bundled set, and per-project
.claude/directories. Audit duplicates and prune sprawl.pipx install git+https://github.com/nigelglenday/skillbox -
eagent
// orchestration
Agents talk to each other. Each Claude Code session has an inbox folder; an agent writes a markdown file into it and hooks surface the message automatically. Workers run on
/loopschedules (email triage, calendar prep) and can spawn or message other agents. Knowledge persists in a markdown KB (Karpathy LLM-wiki pattern). Optional a-team integration registers each worker as a switchable agent. A multi-session executive assistant starter, not a pip install.git clone https://github.com/nigelglenday/eagent -
whispertty
// input
Record a meeting or call, transcribe with Whisper (mlx-whisper on Apple Silicon), optionally label speakers with pyannote. Batch, not real-time. Transcripts land as plain files in
~/Documents/transcripts/so any agent on the same machine can read them. No cloud, no MCP, no API.pipx install git+https://github.com/nigelglenday/whispertty
================================================================================
Install
brew install pipx pipx ensurepath pipx install git+https://github.com/nigelglenday/a-team pipx install git+https://github.com/nigelglenday/whispertty pipx install git+https://github.com/nigelglenday/skillbox git clone https://github.com/nigelglenday/eagent