Gives a coding agent a senior engineer's standards in one command: shared skills, git hooks that keep secrets out of commits, and a local dashboard.
- Type
- Open source
- Period
- 2026 - Present
- Source
- github.com/FJRG2007
- AI
- Agents
- Developer tooling
- Open Source
A harness for coding agents. Left alone an agent will do most of a task, stop at the boring half and report it as finished; Enigma is the layer that makes it do the whole thing in one pass, to the standard a senior engineer would hold, and verify the work before it is allowed to call it done.
The judgement is loaded per repository - security, testing, git, debugging and style policies, with the stack-specific ones detected rather than configured - and the mistakes are stopped at the door: git hooks refuse any commit carrying a secret or an .env file. It drives Claude Code, Codex and opencode without either of them knowing about it.
Around that sit the parts that make it usable every day: isolated profiles per account, a local dashboard for what is being spent, an SSH manager that keeps its credentials encrypted, and output compression that stops an agent answering three paragraphs to a yes or no.