chrzanowy

7 mods across 1 repository, 0 stars between them.

checkpoint

01

chrzanowy/agent-tollbooth

Skill Claude CodeCodex

Save the durable context of the current session to a tollbooth board, on demand. Invoke when the user says "checkpoint", "save context", "save your progress for later", before ending a long session, before a risky compaction, or when handing work off to another agent or model.

0 16d ago A 62 tokens original MIT

janitor

02

chrzanowy/agent-tollbooth

Skill Claude CodeCodex

Compact a tollbooth board into a fresh digest. Invoke when the user says "run the janitor", "compact the board", "digest the board", or "clean up board ". Designed to be run by a cheap model (e.g. Haiku) — the whole point is that compaction does not cost expensive-model tokens.

0 16d ago A 73 tokens original MIT

tollbooth

03

chrzanowy/agent-tollbooth

Skill Claude CodeCodex

Use when a task needs state that outlives this session — remembering facts for future sessions, recalling what past sessions learned, checking whether a webpage changed since it was last seen, reading JS-rendered pages that plain fetch returns empty, running code when no sandbox is available, working as part of a…

0 16d ago A 152 tokens original MIT

toolbox

04

chrzanowy/agent-tollbooth

Skill Claude CodeCodex

Team-local log of problem → tool that actually worked, stored in tollbooth memory (ns=toolbox). Invoke BEFORE building, installing, or hand-rolling anything to solve a problem ("is there a tool for X", "how do we usually do X"), and AFTER a tool demonstrably works ("save this to the toolbox", "remember we used X for…

0 16d ago B 79 tokens original MIT

warmstart

05

chrzanowy/agent-tollbooth

Skill Claude CodeCodex

Resume long-running work from a tollbooth board instead of re-reading old transcripts. Invoke when the user says "warmstart", "warm start from the board", "continue where we left off", "catch up on ", "read the board and continue", or at the start of a session in a project with an active board. (Named warmstart…

0 16d ago A 87 tokens original MIT

tollbooth

06

chrzanowy/agent-tollbooth

MCP server Claude CodeCodexCursor

MCP server "tollbooth", hosted remotely at localhost, as configured in chrzanowy/agent-tollbooth.

0 16d ago A tokens not measured original MIT

agent-tollbooth

07

chrzanowy/agent-tollbooth

MCP server Claude CodeCodexCursor

MCP server "agent-tollbooth" as configured in chrzanowy/agent-tollbooth. Runs in Docker (ghcr.io/chrzanowy/agent-tollbooth:v0.1.2).

0 16d ago A tokens not measured original MIT