compoundingtech
- 8 skills
- 0 followers
- 6 hours ago last updated
- ▌ Convoy · compoundingtech bundleStand up and run a crew of agents — a CoS → supervisor → worker network — on this machine. convoy is the front door: it DECLARES agents into a synced catalog, materializes each one's workspace overlay, and hosts + supervises the running network (respawn, crash-loop cap). Reach for convoy whenever you need to CREATE, LAUNCH, HOST, or TEAR DOWN agents — not to talk to them.
- ▌ Fabric · compoundingtech bundleInstall, configure, operate, verify, and troubleshoot the Fabric Rust CLI and daemon for trusted cross-machine socket transport over iroh. Use when connecting machines with Fabric, managing peer trust, exposing or dialing Unix/TCP/exec services, syncing folders between trusted peers (fabric sync), configuring the managed user service, diagnosing reachability, or developing and validating the compoundingtech/fabric repository.
- ▌ Pty Relay · compoundingtech bundleReach a `pty` session — or a shell — running on ANOTHER machine, over an end-to-end-encrypted WebSocket tunnel, from a browser, phone, or a second terminal. pty-relay is the remote-access / transport layer on top of `pty`: the same peek / send / wait / tag / events verbs, but addressed to a remote `<host>`. The relay in the middle only ever sees opaque encrypted frames.
- ▌ Pty · compoundingtech bundleRun and manage long-lived or background processes — dev servers, test suites, builds, interactive CLIs, agents — in persistent, detachable terminal sessions. Reach for pty INSTEAD of `&` / nohup / raw background shell whenever you need to start work, go do something else, then come back to read its output, send it input, or restart it; and for any interactive tool that needs a real TTY (auth/keychain prompts, TUIs, REPLs).
- ▌ Smalltalk · compoundingtech bundleThe smalltalk message-bus + agent-status layer, driven by the `st` (long form `smalltalk`) CLI. Reach for it whenever you need to COMMUNICATE with another actor on this machine — send or read a message, reply to a `[DING]` poke, orchestrate work, deliver a result, ask a blocker, or check who's around and their status — instead of printing to your own (unattended) terminal. Also covers your lossless-restart working state (context).
- ▌ Evals · compoundingtech bundleInspect, validate, or run isolation-gated st2 agent-team eval cells. Use for corpus inventory, free preflight, an explicitly authorized cell run, or adding a held-out-graded cell.
- ▌ Evalskill Project · compoundingtechEval harness: the PROJECT-scope inheritance probe. Use when asked to run the eval skill-inheritance check.
- ▌ Evalskill Plugin · compoundingtechEval harness: the PLUGIN-scope (union) inheritance probe. Use when asked to run the eval skill-inheritance check.