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.
npx agentmods add skills/kryptobaseddev/cleo/ct-councilnpx skills add kryptobaseddev/cleo --skill ct-councilgit clone --depth 1 https://github.com/kryptobaseddev/cleoWrote 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.
[](https://agentmods.dev/skills/kryptobaseddev/cleo/ct-council)<a href="https://agentmods.dev/skills/kryptobaseddev/cleo/ct-council"><img src="https://agentmods.dev/badge/skills/kryptobaseddev/cleo/ct-council.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00166 | $0.05639 |
| Opus 5 | $0.00083 | $0.02819 |
| Sonnet 5 | $0.00033 | $0.01128 |
| Haiku 4.5 | $0.00017 | $0.00564 |
Grade A, and why
ct-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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 378 lines — stays where its author put it; the contents beside it link to each section on GitHub.
The Council
Overview
The Council reviews a proposal, plan, architecture decision, or existing implementation from five locked perspectives, cross-checks each perspective through a shuffled gate-based peer review, runs a convergence detector to catch frame drift, then has a Chairman synthesize one final verdict for the owner.
Five advisors → Shuffled peer review (4 pass/fail gates per reviewee) → Convergence detector → Chairman synthesis → Single verdict to owner.
Every Council run's output is validated by scripts/validate.py — structural failures are caught automatically.
When to use
- Owner presents a plan, design, or existing implementation and wants it stress-tested from multiple angles.
- A decision is high-stakes enough that a single-perspective analysis feels thin.
- The user explicitly invokes the council ("convene the council", "council on X", "run the five", etc.).
Do NOT use for simple factual questions, routine implementation tasks, or anything the user wants a quick answer on. The Council is heavyweight by design.
The five advisors
Each advisor has their own progressive-disclosure file with full persona, mandate, hard rules, and self-contained output template. When running an advisor pass, load only that advisor's file — this enforces frame integrity and works equally well in single-Claude mode (re-read per pass) and subagent mode (each subagent briefed with only their persona).
| Advisor | Frame | Produces | Persona file |
|---|---|---|---|
| Contrarian | Devil's advocate / risk analyst | Failure modes with trigger conditions | references/contrarian.md |
| First Principles | Zero-based rebuilder | Atomic truths + reconstructed solution | references/first-principles.md |
| Expansionist | Frame-expander / opportunity-spotter | Asymmetric upside + latent assets | references/expansionist.md |
| Outsider | Cold-read stranger | Claim/reality gaps from the artifact alone | references/outsider.md |
| Executor | Action-only | Exactly one 60-minute action with expected outcome | references/executor.md |
What ships with it
29 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .gitignore 312 B
- optimization/.gitignore 111 B
- optimization/HARDENING-PLAYBOOK.md 7.2 KB
- optimization/README.md 4.0 KB
- optimization/scenarios.yaml 5.9 KB
- optimization/scripts/campaign.py 21 KB runs code
- optimization/scripts/test_campaign.py 5.9 KB runs code
- references/chairman.md 7.2 KB
- references/contrarian.md 4.2 KB
- references/evidence-pack.md 8.9 KB
- references/examples.md 16 KB
- references/executor.md 5.8 KB
- references/expansionist.md 4.4 KB
- references/first-principles.md 4.5 KB
- references/outsider.md 5.0 KB
- references/peer-review.md 9.2 KB
- scripts/analyze_runs.py 11 KB runs code
- scripts/fixtures/executor_multi.md 4.9 KB
- scripts/fixtures/missing_advisor.md 2.7 KB
- scripts/fixtures/missing_convergence.md 4.1 KB
- scripts/fixtures/thin_evidence.md 4.1 KB
- scripts/fixtures/valid_with_llmtxt.md 9.6 KB
- scripts/fixtures/valid.md 9.6 KB
- scripts/llmtxt_ref.py 8.2 KB runs code
- scripts/run_council.py 21 KB runs code
- scripts/telemetry.py 22 KB runs code
- scripts/test_telemetry.py 24 KB runs code
- scripts/test_validate.py 18 KB runs code
- scripts/validate.py 16 KB runs code
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.
- 2d ago First seen · 378 lines · 166 tokens per session scan A 0bb3c13cf03c
ct-council is a skill published in the GitHub repository kryptobaseddev/cleo (160 stars, last pushed 16d ago), licensed MIT. It adds 166 tokens to every session and 5,639 once invoked, about $0.0008 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-09-03.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…