// a record of why, for agent-driven work

Your agent produces. Hub links it. You trace it.

Point Hub at a folder — every task, decision, run, and diagram becomes one searchable, traceable page. The manifest records what you decided, what the agent decided, what it found, and the plan; lineage makes that record navigable, so nothing your agent makes floats free. No npm. No framework. Pure stdlib Python — nothing leaves your machine.

pip install hubspaces View on GitHub →

Two ways in: pip install hubspaces for the standalone package, or /plugin install hub@hub for the batteries-included Claude Code plugin (engine bundled, works offline). Then hub serve — or try it instantly: hub serve --demo.

Hub index — every document in one searchable page

// what it does


// get started

# package — standalone, isolated install
pipx install hubspaces
cd ~/my-project
hub serve             # http://localhost:8787, rebuilds on change

# plugin — batteries-included for Claude Code (engine bundled, offline)
/plugin marketplace add auth-02/hub
/plugin install hub@hub
/hub:serve            # producer skills + the viewer, one install

Configure with a hub.toml (hub init scaffolds one): scan root, port, excluded dirs, default view.