The Matrix banner
0merUfuk 0merUfuk

The Matrix

Development community

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