Σ sigma
· coding agent

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.

Install

go build -o sigma ./cmd/sigma

Requires Go 1.25+ and an authenticated Claude Code install.

Use

sigma run "Summarize the TODOs in this repo."
sigma chat            # interactive TUI; /help lists commands

What's inside

More docs land as features ship.