cc-council

cc-council is a command for Claude Code from TheLobbi/claude. It costs 45 tokens per session (8,952 once invoked), scanned A, original, MIT.

A multi-agent review command that asks several specialised reviewers to examine a target, compare their findings, score the results, and optionally apply fixes. Its protocols are different ways of organising that review.

In plain words
What is it for?
Use it for code reviews, security hardening, architecture decisions, quick pull-request feedback, and cross-cutting changes.
Why use it?
It provides structured review for broad, security-sensitive, architectural, contentious, or large changes.

Command for Claude Code

Written for Claude Code: arguments in frontmatter. Also seen: positional $N argument.

Part of the claude-orchestration plugin — 6 skills, 133 commands, 9 agents, 8 hooks, 6 plugins shipped together

Good fit Use it for code reviews, security hardening, architecture decisions, quick pull-request feedback, and cross-cutting changes.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/thelobbi/claude/cc-council
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/TheLobbi/claude

Made for: Claude Code.

Or install claude-orchestration, the plugin that ships this one along with the rest of its 6 skills, 133 commands, 9 agents, 8 hooks, 6 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cc-council

README.md
[![agentmods](https://agentmods.dev/badge/commands/thelobbi/claude/cc-council.svg)](https://agentmods.dev/commands/thelobbi/claude/cc-council)
Your own site
<a href="https://agentmods.dev/commands/thelobbi/claude/cc-council"><img src="https://agentmods.dev/badge/commands/thelobbi/claude/cc-council.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 8,952 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.08952
Opus 5 $0.00023 $0.04476
Sonnet 5 $0.00009 $0.01790
Haiku 4.5 $0.00005 $0.00895

Measured 7d ago against content hash e3d4d8a8cec7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

cc-council scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/cc-council.md · 1,058 lines

How it starts

The opening of the file, as written. The whole thing — 1,058 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Council Review

Target: ${target} | Protocol: ${protocol} | Preset: ${preset} | Depth: ${depth}

State Machine

INIT → PLAN → FAN_OUT → ANALYZE → FAN_IN → DELIBERATE → SCORE → DECIDE → OUTPUT → [AUTO_FIX] → COMPLETE
  │                                                                                       │
  └── RESUME (from saved state) ──────────────────────────────────────────────────────────┘

Each state is checkpointed. Use --resume <session-id> to restart from any failed state.


Protocols

Protocol Agents Interact? Rounds Best For Cost
expert-panel After analysis 1 General code review Medium
red-blue-team Adversarial pairs 2 Security hardening High
six-thinking-hats Structured parallel 6 perspectives Architecture decisions High
rapid-fire No deliberation 1 Quick feedback, small PRs Low
delphi Anonymous rounds 2-3 Contentious decisions High
blackboard Shared knowledge space Async Large PRs, cross-cutting Medium

Analysis Scopes & Scoring

Each scope is independently scored. The final decision uses either weighted combination or pass-fail gates.

Security Scope (default weight: 0.30, pass threshold: 85/100)

Checks: OWASP Top 10, secrets exposure, SQL/NoSQL injection, XSS/CSRF, auth bypass, input validation, insecure dependencies, .env file exposure, CORS misconfiguration, rate limiting gaps

Scoring deductions:

Base 100
  -50  Hardcoded secrets or credentials
  -40  SQL/NoSQL injection vulnerability
  -30  XSS vulnerability
  -25  Authentication/authorization bypass
  -20  Critical dependency vulnerability (CVE)
  -15  Missing input validation on user-facing endpoint
  -10  High-severity dependency vulnerability
  -10  Missing CSRF protection
  -8   Insecure CORS configuration
  -5   Missing rate limiting
  -5   Validation gaps (non-critical)

Read the full file on GitHub · 1,058 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 1,058 lines · 45 tokens per session scan A e3d4d8a8cec7

Subscribe to this mod's changes

cc-council is a command published in the GitHub repository TheLobbi/claude (21 stars, last pushed 2d ago), licensed MIT. It adds 45 tokens to every session and 8,952 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.