████████╗███████╗██████╗ ███╗ ███╗██████╗ █████╗ ██████╗ ███████╗██████╗ ╚══██╔══╝██╔════╝██╔══██╗████╗ ████║██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗ ██║ █████╗ ██████╔╝██╔████╔██║██████╔╝███████║██████╔╝█████╗ ██████╔╝ ██║ ██╔══╝ ██╔══██╗██║╚██╔╝██║██╔═══╝ ██╔══██║██╔═══╝ ██╔══╝ ██╔══██╗ ██║ ███████╗██║ ██║██║ ╚═╝ ██║██║ ██║ ██║██║ ███████╗██║ ██║ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝ ╚═╝
A set of terminal tools for managing Claude Code state.
Sessions, transcripts, skills. From the terminal.
================================================================================
~/termpaper $ ls
-
a-team
// sessions
Run a whole team of Claude Code sessions without losing track of them. Name each one, put it on whichever Mac suits (this laptop, or a server you leave running), and reach any of them from your phone.
a-team layoutrebuilds your entire screen after a reboot: every session in the right folder, with the right tab title, grouped into the windows you actually work in. Each session can launch holding only the credentials it should have, so one client’s agent cannot reach another’s. Built to be driven by agents as much as by you, so every command emits JSON.pipx install git+https://github.com/nigelglenday/a-team -
redpen
// review
Your agent built you a page and you want to change eleven things on it. Without this you screenshot it and describe what you mean, and the agent edits the wrong one. redpen serves the page with a comment overlay: highlight the thing, type what you want, and the agent receives the CSS selector, the element’s own HTML and the file on disk to edit. Numbered pins stay on the page until each is processed. Works in front of a running dev server too. One file, standard library only.
curl -O https://raw.githubusercontent.com/nigelglenday/redpen/main/redpen -
crmmy
// records
A file-based CRM your agent keeps current. Contacts and deals are markdown with typed frontmatter; a build step validates them (Pydantic), reconciles relationships both ways, and renders a queryable
state.jsonplus a self-contained HTML dashboard with a due-for-touch view. Point an agent at it on a loop (email, calendar, transcripts) and it maintains the pipeline. No database, no SaaS. A starter pattern you clone.git clone https://github.com/nigelglenday/crmmy -
Graphite Atlas
// brain
Give Claude a brain about your business. The map agents read to know how things actually run, people, processes, systems, customers. No ontology rabbit holes.
https://graphiteatlas.com -
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 -
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 -
watchthis
// automation
Drop a file in a folder; a launchd agent wakes on its own, runs a handler you write (transcribe, summarize, build, whatever), and hands the result off to a Claude Code session. A macOS scaffold for the dropbox-to-agent pattern, with the fiddly launchd and TCC parts already solved. Clone, edit one handler, run install.
git clone https://github.com/nigelglenday/watchthis
================================================================================
Older
Superseded, kept because the pattern still reads well.
-
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
================================================================================
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 git clone https://github.com/nigelglenday/crmmy git clone https://github.com/nigelglenday/watchthis