claudeers.
// Developer Tools

Claude-Cortex

Claude Cortex

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up Claude-Cortex (git-clone project) into my current project.
Found on https://claudeers.com/claude-cortex
Repo: https://github.com/NickCrew/Claude-Cortex
Homepage/docs: https://cortex.atlascrew.dev/
Detected install method: git-clone → git clone https://github.com/NickCrew/Claude-Cortex
Category: devtools. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
unknown; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/NickCrew/Claude-Cortex

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

Cortex — Multi-Model Development Orchestration

Multi-model development orchestration for Claude Code, Codex, and Gemini.

Documentation · Install · Quick Start


Cortex is a development orchestration framework that coordinates AI agents across model providers. It enforces quality gates — independent code review, test coverage audits, and lint checks — so that no agent grades its own homework. The result is a structured, auditable development workflow where Claude, Codex, and Gemini collaborate with built-in verification at every step.

How It Works

Multi-model review with no self-review

Cortex's core principle: the agent that writes the code never reviews it. When Codex implements a feature, the review is routed to Claude first, then to a different model family, with same-model review as a last resort. Every review produces a structured artifact with severity levels and a pass/fail verdict.

Codex implements → Claude reviews → Codex remediates → Claude re-reviews
                   ↓ (unavailable)
                   Gemini reviews (fallback)
                   ↓ (unavailable)
                   Fresh-context Codex reviews (last resort)

Agent-loops: progressive quality gates

Every code change flows through three sequential loops, each with circuit breakers and escalation rules:

Code Change Loop    →  Implement → Independent review → Remediate P0/P1 → Re-review (max 3 cycles)
Test Writing Loop   →  Audit gaps → Write tests → Verify → Re-audit (max 3 cycles)
Lint Gate           →  Discover linter → Auto-fix → Check → Remediate (max 2 cycles)

P0/P1 findings must be resolved before the loop exits. P2/P3 findings are filed as issues automatically. If circuit breakers trigger, the agent stops and escalates to a human — no infinite remediation loops.

Skill recommendations

Skills are suggested automatically as you work via a two-layer pipeline: fast keyword matching on every prompt (~50ms), with optional semantic matching for deeper recommendations. The TUI runs a background watch daemon for continuous suggestions.

What's Inside

PathPurpose
agents/Agent definitions (specialized reviewers, implementers)
skills/Reusable skill modules — workflow guidance, review prompts, quality standards
rules/Behavioral guardrails and coding conventions
hooks/Automation hooks (skill suggestions, validation gates)
claude_ctx_py/Python CLI and TUI implementation

Key skills

  • agent-loops — The core workflow: structured implementation with independent review, test audit, and lint gates. Includes provider-aware review scripts with fallback chains.
  • test-review — Test quality and coverage auditing across modules.
  • doc-claim-validator — Validates documentation claims against actual code.
  • doc-maintenance — Systematic documentation audit and lifecycle management.

Install

macOS (Homebrew)

brew tap NickCrew/cortex
brew install cortex

post_install symlinks bundled agents, skills, rules, and schemas into ~/.claude/ automatically. Opt out with CORTEX_SKIP_LINK=1 brew install cortex.

Python (any platform)

# Recommended
pipx install claude-cortex

# Alternative
pip install claude-cortex

The Python package also installs cortex-minimal, a smaller command surface for agent runtime environments:

uvx --from claude-cortex cortex-minimal --help
uvx --from claude-cortex cortex-minimal git --help

It exposes only git, tmux, statusline, hooks, and completions while sharing the same tested implementations as the full cortex CLI.

If you install via Homebrew and pip, whichever binary comes first in your $PATH wins. Uninstall one to avoid ambiguity.

Development

git clone https://github.com/NickCrew/claude-cortex.git
cd claude-cortex
pip install -e ".[dev]"

Quick Start

cortex install link          # Symlink bundled assets into ~/.claude
cortex install post          # Shell completions + man pages (optional)
cortex status                # Check what's active
cortex tui                   # Launch the terminal UI

CLI Overview

cortex <command> [options]
CommandWhat it does
statusShow active agents, rules, hooks, skills
agent list|statusManage agent definitions
skills list|info|recommendDiscover and inspect skills
rules list|activateManage behavioral rules
hooks list|installInstall and validate hooks
mcp list|diagnoseMCP server discovery and diagnostics
ai recommend|watchAI-powered skill recommendations
reviewRun review workflows
tuiLaunch terminal UI
docsBrowse bundled documentation
install|uninstallManage Cortex installation

Run cortex --help or cortex <command> --help for details.

Development

just test                    # Run test suite
just lint                    # Check formatting (Black)
just type-check              # Strict mypy
just docs                    # Serve docs locally

See CONTRIBUTING.md for guidelines.

Documentation

Full documentation at cortex.atlascrew.dev.

License

MIT. See LICENSE.

// faq

What is Claude-Cortex?

Claude Cortex. It is open-source on GitHub.

Is Claude-Cortex free to use?

Claude-Cortex is open-source under the MIT license, so it is free to use.

What category does Claude-Cortex belong to?

Claude-Cortex is listed under devtools in the Claudeers registry of Claude-compatible tools.

2 views
32 stars
unclaimed
updated 7 days ago

// embed badge

Claude-Cortex on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-cortex.svg)](https://claudeers.com/claude-cortex)

// retro hit counter

Claude-Cortex hit counter
[![Hits](https://claudeers.com/api/counter/claude-cortex.svg)](https://claudeers.com/claude-cortex)

// reviews

// guestbook

0/500

// related in Developer Tools

🔓

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/JavaScript240,305MIT[ claude ]
🔓

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/TypeScript128,278MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/Python109,277MIT[ claude ]
🔓

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

// devtoolsDietrichGebert/JavaScript104,762MIT[ claude ]
→ see how Claude-Cortex connects across the ecosystem