Skip to content

Architecture

Toolshed is a marketplace of independent Claude Code plugins. Hooks run at Claude Code lifecycle points, local observers turn selected activity into counts, and the dashboard reads the resulting loopback data. Sidequest keeps tickets and dispatch policy in its own store. Codex Gateway sits in front of the model API only when you choose a gateway model.

flowchart LR
CC[Claude Code] --> H[Plugin hooks]
H --> O[Workbench observer]
O --> C[Loopback Collector]
C --> G[Local dashboard]
CC --> S[Sidequest board + dispatch]
S --> E[Executors]
CC --> W[Codex Gateway shim]
W --> P[Local proxy]
P --> API[Claude or Codex backend]

See modular toolshed architecture for the file-based integration points and category routing rules.