.----------------.
|   _          _   |
|  | |        | |  |
|  | |   __   | |  |    "Code responsibly.
|  | |__/  \__| |  |     Or don't."
|  |____________|  |
 '----------------'

CUITE

The Claude sUITE Framework

Orchestrate teams of Claude Code agents. Turn complex development tasks into seamless, multi-agent sessions where the only thing getting hammered is your technical debt.

Get Started GitHub
Stability Hazardous Vibe Immaculate Reasoning Anthropic Powered by Claude Code

Features

Everything you need to orchestrate AI agents

Domain-Specialized Agents

Auto context-switches between specialized personas — Plan, Build, Improve, and Question — based on file paths and domain detection.

plan build improve question
🛡

Security Hooks

Six enforcement hooks run on every agent. Supply chain verification, network egress whitelisting, prompt injection detection, and scope enforcement.

supply-chain network injection scope
🧠

Self-Improving Expertise

Agents don't just work — they learn. Every build cycle feeds the review-improve loop, updating tips.md and expertise.yaml automatically.

tips.md expertise.yaml flywheel

Orchestration Commands

Five commands cover every workflow. /do for single-domain tasks, /do-teams for parallel work, /improve for maintenance.

/do /do-teams /improve /cuite-init

Quick Start

Up and running in 60 seconds

# Run from your project root
curl -fsSL https://cuite.quest/install.sh | bash

Or manually:

cd /path/to/your-project
git clone https://github.com/fentas/cuite.git /tmp/cuite
/tmp/cuite/bin/cuite init
rm -rf /tmp/cuite

Then bootstrap your domains:

/cuite-init

This scans your repo, detects languages and sub-projects, proposes domains, and on approval generates domains.md, domain-map.conf, and starter expertise files.

Architecture

Hybrid subtree + symlinks

Framework travels via git subtree. Symlinks bridge to where Claude Code expects files. Your domain expertise stays in your project.

Framework .claude/cuite/

hooks/
commands/
agents/
templates/
bin/cuite

Symlinks .claude/

hooks
commands
agents/*.md
templates
+

Your Project .claude/

settings.json
domains.md
domain-map.conf
experts/your-domain/