maxeonyx agent-tools

A lightweight umbrella for Max's AI agent CLI tools: small focused binaries, pages, and skills that work well together.

trunc

trunc

Smart truncation for pipe output - bounded context for AI agents.

curl -Lo ~/.local/bin/trunc https://trunc.maxeonyx.com/releases/trunc-x86_64-linux
chmod +x ~/.local/bin/trunc

tmux-bridge

tb

Let AI agents run commands in your interactive terminal session.

curl -Lo ~/.local/bin/tb https://tmux-bridge.maxeonyx.com/releases/tb-x86_64-linux
chmod +x ~/.local/bin/tb

dotsync

dotsync

Agent-first dotfile sync with scope branches and merge cascades.

curl -Lo ~/.local/bin/dotsync https://dotsync.maxeonyx.com/releases/dotsync-x86_64-linux
chmod +x ~/.local/bin/dotsync

tdd-ratchet

cargo-ratchet

Enforce strict TDD workflow via git history.

cargo install tdd-ratchet

# Alternative: bare binary release (Linux x86_64)
curl -Lo ~/.local/bin/cargo-ratchet https://tdd-ratchet.maxeonyx.com/releases/cargo-ratchet-x86_64-linux
chmod +x ~/.local/bin/cargo-ratchet

oc

oc

Interactive TUI session manager for OpenCode.

curl -Lo ~/.local/bin/oc https://oc.maxeonyx.com/releases/oc-x86_64-linux
chmod +x ~/.local/bin/oc