axe - single-purpose AI agents from TOML
Lightweight Go CLI for defining focused AI agents in TOML and triggering them from pipes, git hooks, cron, or the terminal. No framework, just unix.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Featured in
Related entries
Kontext CLI - credential broker for AI coding agents
Go CLI that brokers GitHub, Stripe, and database credentials to coding agents per-session with audit trails, replacing copy-pasted .env keys with scoped tokens.
park - pause a process and free its TCP port
Go CLI that suspends a running process and releases its TCP port, then resumes it later with the same PID and memory intact. Ctrl+Z for long-running servers.
git-lrc - on-commit AI code review
Free Go CLI that runs unlimited AI code reviews on each commit, with no per-review cap or external service in the loop.
crit - feedback loop CLI for coding agents
Go CLI that runs a markdown-driven code review loop against an agent's diff, giving structured critiques the agent can iterate on before opening a PR.