A coding-agent CLI in Go. It reuses your Claude Code subscription credentials, so no API key is needed.
Sigma is a minimal but complete agent harness with the Claude-standard feature set — tools, a permission gate, rules, slash commands, skills, MCP servers, hooks, sub-agents, and resumable sessions.
go build -o sigma ./cmd/sigma
Requires Go 1.25+ and an authenticated Claude Code install.
sigma run "Summarize the TODOs in this repo." sigma chat # interactive TUI; /help lists commands
More docs land as features ship.