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 skills add aldianriski/lean-flow --skill councilgit clone --depth 1 https://github.com/aldianriski/lean-flowWrote 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/aldianriski/lean-flow/council)<a href="https://agentmods.dev/skills/aldianriski/lean-flow/council"><img src="https://agentmods.dev/badge/skills/aldianriski/lean-flow/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.00237 | $0.01839 |
| Opus 5 | $0.00118 | $0.00920 |
| Sonnet 5 | $0.00047 | $0.00368 |
| Haiku 4.5 | $0.00024 | $0.00184 |
Grade A, and why
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 8d 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 — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
LLM Council
Ask one AI, get one answer — and you can't tell if it's great or mid, because you only saw one perspective. The council runs your question through 5 independent advisors (different thinking lenses), has them peer-review each other anonymously, then a chairman synthesizes a final recommendation: where they agree, where they clash, and what to actually do. Adapted from Andrej Karpathy's LLM Council, run inside Claude via sub-agents with different lenses instead of different models.
Cap (ADR-006): this SKILL is the procedure only. The executable artifacts — advisor definitions, prompt templates, the worked example — live in
references/and are read on demand, so they don't count toward the ~140-line cap.
When to invoke
For decisions where being wrong is expensive and there's genuine uncertainty — pricing, positioning, pivots, hard architectural / scope forks, "am I crazy to do X?". NOT for one-right-answer questions, creation tasks, or processing/summarizing tasks. If you already know the answer and just want validation, expect the council to tell you things you don't want to hear — that's the point. Triggers are in the description; reserve it (~11 model calls/run — each spawn re-pays the full base substrate, so cost ≈ 11 × context, not 11 small calls; ADR-010 cost term).
The five advisors
Five thinking styles chosen for the tensions they create — Contrarian ↔ Expansionist (downside ↔
upside), First Principles ↔ Executor (rethink ↔ ship), with the Outsider in the middle keeping everyone
honest. Full definitions → ${CLAUDE_SKILL_DIR}/references/advisors.md (read before step 2).
Tier
Dispatched roles — advisors (step 2), peer reviewers (step 3), the research pass (step 1C) — run on the
execution role (sonnet default); only the chairman synthesis (step 4) runs on the decision
role (session model — the high-judgment step). Role map → .claude/CONTEXT.md (ADR-010).
The 6 steps
All sub-agent prompt templates are in ${CLAUDE_SKILL_DIR}/references/prompts.md — read it before spawning.
What ships with it
3 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.
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.
- 8d ago First seen · 75 lines · 237 tokens per session scan A a9154c82b1a2
council is a skill published in the GitHub repository aldianriski/lean-flow (5 stars, last pushed 9d ago), licensed MIT. It adds 237 tokens to every session and 1,839 once invoked, about $0.0012 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.
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-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
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…