forge: Skill for Claude Code

.claude/skills/council-router/SKILL.md

council-router is a skill for Claude Code from automagik-dev/forge. It costs 31 tokens per session (381 once invoked), scanned A, original, Apache-2.0.

A review-routing guide that sends code changes to specialist reviewers based on the kind of code involved.

In plain words
What is it for?
Use it when reviewing pull requests, design decisions, new dependencies, public interfaces, deployment settings, or other significant code changes.
Why use it?
It helps ensure that security, performance, architecture, deployment, and other important concerns get the right expert perspective.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is automagik-dev/forge's own configuration. It tells Claude Code how to work on forge itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything forge configures →

Reuse

Borrowing it

Nothing to install: this file belongs to automagik-dev/forge. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/automagik-dev/forge/main/.claude/skills/council-router/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/automagik-dev/forge

Made for: Claude Code.

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 council-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/automagik-dev/forge/council-router.svg)](https://agentmods.dev/skills/automagik-dev/forge/council-router)
Your own site
<a href="https://agentmods.dev/skills/automagik-dev/forge/council-router"><img src="https://agentmods.dev/badge/skills/automagik-dev/forge/council-router.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 381 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00031 $0.00381
Opus 5 $0.00015 $0.00191
Sonnet 5 $0.00006 $0.00076
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

council-router 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 6d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/council-router/SKILL.md · 43 lines

What it actually says

Council Router

Routes reviews to specialized council members based on code context.

When to Invoke Council

  • PR reviews with significant changes
  • Architecture decisions or design proposals
  • New dependency additions
  • Security-sensitive code modifications
  • Performance-critical path changes
  • API surface changes

Routing Rules

Context Route To Why
Security-sensitive code (auth, crypto, input validation) @sentinel Troy Hunt mindset - security-first
Performance-critical paths (hot loops, data processing) @benchmarker Matteo Collina - measure everything
New dependencies or abstractions @questioner Ryan Dahl - challenge assumptions
API changes (public interfaces, CLI) @ergonomist Sindre Sorhus - DX obsession
Deployment configs (Docker, K8s, CI/CD) @operator, @deployer Kelsey + Guillermo - ops reality
Observability code (logging, metrics, tracing) @measurer, @tracer Bryan + Charity - production debugging
Architecture decisions (module boundaries, patterns) @architect Linus - systems thinking
Complex abstractions (over-engineering risk) @simplifier TJ - elegant minimalism

Usage

When a review context matches multiple categories, invoke multiple council members. Each member votes: APPROVE, REJECT, or MODIFY with rationale.

Agent Aliases

All council members are available as Claude agents:

  • @questioner, @benchmarker, @simplifier
  • @sentinel, @ergonomist, @architect
  • @operator, @deployer, @measurer, @tracer
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. 6d ago First seen · 43 lines · 31 tokens per session scan A dfae59e92070

Subscribe to this mod's changes

council-router is a skill published in the GitHub repository automagik-dev/forge (89 stars, last pushed 8mo ago), licensed Apache-2.0. It adds 31 tokens to every session and 381 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-30.

Related

Other skills, from other repositories

github-review-pr

Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…

feiskyer/claude-code-settings · 90 tokens

receiving-code-review

Use when receiving code review feedback, before implementing suggestions - requires technical verification rather than performative agreement or blind implementation.

andreymudri/claude-teammates · 28 tokens

learn-from-sage

Detection-gap (miss) analysis for Code Review Sage. Learn from shipped fixes, acted-on human comments, and design outcomes to close reviewer blind spots. Inline during review stages a candidate; a human triggers a one-shot AI consolidation into the live ruleset.

kirodotdev/KiroCrew · 56 tokens

pre-landing-review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when explicitly asked for the specialized pre-landing workflow. Product /review requests are handled by OpenBitFun's unified Review mechanism instead.…

GCWing/BitFun · 75 tokens

pr-review-canvas

Create a OpenBitFun Canvas for reviewing a pull request, branch diff, or change set with Cursor-style diff cards, review maps, risk callouts, and focused reviewer flow. Use when the user asks for a PR review canvas, diff walkthrough, change-set overview, or visual review summary.

GCWing/BitFun · 64 tokens

document-service

This skill should be used when the user asks to "analyze this codebase", "document this service", "generate technical docs", "I inherited this code", "help me understand this system", "create docs for this project", "what does this system look like", "onboard me to this codebase", "this codebase has no docs"…

awslabs/agent-plugins · 141 tokens