cult of claude
Tsk - AI Agent Task Manager and Sandbox banner
dtormoen dtormoen

Tsk - AI Agent Task Manager and Sandbox

DevOps & Infrastructure community intermediate

Description

Delegate development `tsk` tasks to YOLO mode AI agents running in sandbox containers. `tsk` auto-detects your toolchain and builds container images for you, so most projects require very little setup. Agents work asynchronously and in parallel so you can review their work on your own schedule, resp

Installation

Terminal
git clone https://github.com/dtormoen/tsk-tsk

README

tsk-tsk: keeping your agents out of trouble

Delegate development `tsk` tasks to YOLO mode AI agents running in sandbox containers. `tsk` auto-detects your toolchain and builds container images for you, so most projects require very little setup. Agents work asynchronously and in parallel so you can review their work on your own schedule, respecting your time and attention.

    undefined

Each agent gets what it needs and nothing more:

    undefined

Each agent runs in an isolated network where all traffic routes through a proxy sidecar, enforcing the domain allowlist. Beyond network restrictions, agents have full control within their container.

Supports Claude Code and Codex coding agents. Docker and Podman container runtimes.

Installation

Requirements

    undefined

Install `tsk`

# Install using cargo
cargo install tsk-ai
# Or build from source!
gh repo clone dtormoen/tsk-tsk
cd tsk-tsk
cargo install --path .

...