rc-council

rc-council is a skill for Claude Code from rodolfochicone/rc-project. It costs 32 tokens per session (1,601 once invoked), scanned A, original, MIT.

Moderovaná diskusia viacerých poradcov o dôležitom architektonickom rozhodnutí. Architektúra je celkové usporiadanie systému; tento postup zachováva aj nesúhlasné názory.

In plain words
What is it for?
Na rozhodovanie medzi architektonickými možnosťami, napríklad pri voľbe hraníc služieb, vlastníctva dát alebo riešení pre väčšie zaťaženie.
Why use it?
Pomáha porovnať rôzne pohľady a odhaliť napätia medzi obmedzeniami, namiesto unáhleného výberu jedného riešenia. Výsledkom je zhrnutie odporúčaní a zaznamenanie rozhodnutia.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Part of the rc plugin — 32 skills, 2 commands, 4 agents, 5 hooks shipped together

Good fit Na rozhodovanie medzi architektonickými možnosťami, napríklad pri voľbe hraníc služieb, vlastníctva dát alebo riešení pre väčšie zaťaženie.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rodolfochicone/rc-project/rc-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.

Any agent
npx skills add rodolfochicone/rc-project --skill rc-council
Clone the repo
git clone --depth 1 https://github.com/rodolfochicone/rc-project

Made for: Claude Code.

Or install rc, the plugin that ships this one along with the rest of its 32 skills, 2 commands, 4 agents, 5 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-council/github.svg)](https://agentmods.dev/skills/rodolfochicone/rc-project/rc-council)
Your own site
<a href="https://agentmods.dev/skills/rodolfochicone/rc-project/rc-council"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-council/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rc-council

Your own site · 80×15
<a href="https://agentmods.dev/skills/rodolfochicone/rc-project/rc-council"><img src="https://agentmods.dev/badge/skills/rodolfochicone/rc-project/rc-council.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,601 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.00032 $0.01601
Opus 5 $0.00016 $0.00800
Sonnet 5 $0.00006 $0.00320
Haiku 4.5 $0.00003 $0.00160

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

Security

Grade A, and why

rc-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 10d 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.

skills/promoted/rc-council/SKILL.md · 100 lines

How it starts

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

Council Facilitator

Role

Facilitate a multi-advisor roundtable by dispatching archetype subagents, surfacing tensions, tracking position evolution, and synthesizing actionable recommendations. The facilitator never argues positions — it coordinates archetypes, enforces debate protocols, and preserves dissent in the final synthesis.

Procedures

Step 1: Confirm Scope and Mode

  1. Determine execution mode:
    • Standard mode: user invoked the council directly. Run all 6 phases.
    • Embedded mode: a parent skill invoked the council as a sub-step. Skip Phase 1 (context confirmation) and Phase 6 (decision capture). Return synthesis output for the parent to extract.
  2. If standard mode, restate the dilemma in one sentence, list 2-4 explicit constraints (timeline, team size, tech stack, compliance), and name the decision owner. If anything is ambiguous, ask the user to clarify before proceeding.
  3. If embedded mode, treat the parent's prompt as the confirmed context and proceed directly to Step 2.

Step 2: Select Advisors

  1. Read references/archetypes.md to review the full archetype catalog and selection heuristics.
  2. Treat each selected advisor as a canonical reusable agent id. The standard roster ships as agents of the rc plugin (this plugin's agents/ directory) and is available to the host by id; a workspace can override an archetype by defining an agent with the same id in its own agents directory (e.g. .claude/agents/<name>.md).
  3. Select 3-5 advisors based on dilemma complexity:
    • 3 advisors for binary choices or narrow trade-offs.
    • 4 advisors for multi-factor decisions.
    • 5 advisors for complex multi-faceted decisions.
  4. Always include devils-advocate when the dilemma shows signs of emerging consensus or when the user explicitly wants stress-testing.
  5. Include the-thinker when the problem framing itself may be the constraint (every tactic within the frame has failed, or the group is trapped in one metaphor).
  6. Announce the selected roster with a one-line justification for each advisor's inclusion.

Read the full file on GitHub · 100 lines

Files

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.

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. 10d ago First seen · 100 lines · 32 tokens per session scan A a968f6244ceb

Subscribe to this mod's changes

rc-council is a skill published in the GitHub repository rodolfochicone/rc-project (19 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 1,601 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

agent-carnet

Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.

yamadashy/repomix · 67 tokens

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens

security-audit

Audit a codebase or directory for security issues (hardcoded secrets, injection, unsafe deserialization, weak crypto, authz gaps) and produce a structured findings report. Use when the user asks for a security review, an audit, or to check code for vulnerabilities. Report only — never fix.

omnigent-ai/omnigent · 64 tokens

taiyi-ui-design

A design-planning guide for describing how an application's user interface should look and behave. It produces a UI-DESIGN.md document covering layouts, components, interactions, accessibility, and error states.

Dong90/oh-my-taiyiforge · 35 tokens

taiyi-evolve

A workflow skill that compares the implemented code with the frozen design after development and testing. It records architecture changes and proposes updates to DESIGN.md, the document describing the intended system structure.

Dong90/oh-my-taiyiforge · 37 tokens

taiyi-diagram-c4

A code-scanning tool that builds C4 architecture documents from a repository. It separates facts observed in the code from conclusions inferred about the design and uses Mermaid diagrams as the source format.

Dong90/oh-my-taiyiforge · 48 tokens