Skip to main content

Context orchestration CLI with curated agents, rules, skills, and management tools for Claude Code

Project description

Cortex — Multi-Model Development Orchestration

Tests Type Check PyPI License

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

Path Purpose
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

# Recommended
pipx install claude-cortex

# Alternative
pip install claude-cortex

For 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]
Command What it does
status Show active agents, rules, hooks, skills
agent list|status Manage agent definitions
skills list|info|recommend Discover and inspect skills
rules list|activate Manage behavioral rules
hooks list|install Install and validate hooks
mcp list|diagnose MCP server discovery and diagnostics
ai recommend|watch AI-powered skill recommendations
review Run review workflows
tui Launch terminal UI
docs Browse bundled documentation
install|uninstall Manage 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_cortex-4.1.0.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_cortex-4.1.0-py3-none-any.whl (480.7 kB view details)

Uploaded Python 3

File details

Details for the file claude_cortex-4.1.0.tar.gz.

File metadata

  • Download URL: claude_cortex-4.1.0.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for claude_cortex-4.1.0.tar.gz
Algorithm Hash digest
SHA256 b462da8b86b3896dccaf1c7c7339e617f80da5d25f47ca451827918304e78313
MD5 dd954c022ba71ac7564490316d954973
BLAKE2b-256 d28376726a66782a973a3ff33a4ee3d0b0c02d1f6b4a291dd9c530d2392ca134

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_cortex-4.1.0.tar.gz:

Publisher: semantic-release.yml on NickCrew/Claude-Cortex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file claude_cortex-4.1.0-py3-none-any.whl.

File metadata

  • Download URL: claude_cortex-4.1.0-py3-none-any.whl
  • Upload date:
  • Size: 480.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for claude_cortex-4.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ee995bfce74395ebab34723799e7d2bf6f3f942ce5e4aba52e2e320025169d9d
MD5 74d3cc8d2c238a14bb4dd222766c3c4b
BLAKE2b-256 5291638dd383eb8ea4c3b7916d462c4dcffeb00e91a9bb3e3e7072077f6c3c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for claude_cortex-4.1.0-py3-none-any.whl:

Publisher: semantic-release.yml on NickCrew/Claude-Cortex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page