The Matrix
Description
Autonomous agent ecosystem — CLI tools that provision, scaffold, and maintain Claude Code agent ecosystems
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
**Version**: 2.2 **Created**: 2026-03-12 **Last Updated**: 2026-08-10 **Authors:** Ömer Ufuk
the-matrix
Four Go CLIs that provision and maintain autonomous agent ecosystems for Claude Code and OpenAI Codex.
Most agent setups are hand-crafted, generic, and stale within weeks. The-matrix replaces that ritual with four small tools that interview your repo, synthesize real knowledge from Tier-1 sources, scaffold services with the autonomous loop pre-wired, and keep everything fresh as your stack evolves.
- Setup-time rigor over runtime cleverness. Permissions, tool allowlists, agent roles, and ADRs are pre-filled at provisioning time — not negotiated mid-session.
- Knowledge is first-class. Oracle synthesizes best-practice docs from official sources; trinity flags when they go stale and prints the re-research commands to run.
- Multi-repo aware. Got six services? Neo treats it that way, with per-service agent configs that share a common knowledge base.
Install
**Current public release**: v1.9.0 (released 2026-08-11). Source builds currently report `1.9.0-dev`. The `v1.8.0` tag marks the clean root commit; `main` continues from that public baseline.
Homebrew
brew tap 0merUfuk/thematrix
brew install neo morp oracle trinity
Then in any project:
cd ~/my-project
neo init # defaults to Claude Code
neo init --runtime codex # provision an OpenAI Codex ecosystem
From source
git clone https://github.com/0merUfuk/the-matrix.git
cd the-matrix
make build
Binaries land in `bin/`. Add it to your `PATH` or copy the binaries elsewhere on `PATH`.
With `go install`
Requires Go 1.25.8+:
go install github.com/0merUfuk/the-matrix/cmd/neo@latest
go install github.com/0merUfuk/the-matrix/cmd/morp@latest
go install github.com/0merUfuk/the-matrix/cmd/oracle@latest
go install github.com/0merUfuk/the-matrix/cmd/trinity@latest
Tool Inventory
| Tool | What it doe
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11