Agent Plugins Marketplace
All plugins

council

v0.1.0

Fan one question out to N independent members and reconcile their answers without manufacturing consensus

Claude Code3 Skills

By cjusLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install council for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install council-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cjus/cjus-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/council/.

Plugin files

plugins/council/
├── .claude-plugin/plugin.json
├── skills/ask/SKILL.md
├── skills/setup/SKILL.md
└── skills/status/SKILL.md

Included Skills3

askskills/ask/SKILL.md

Convene a council of independent perspectives on one question and reconcile their answers — side by side, sorted into agreement/complementary/conflict, or Delphi-pooled so a correct minority survives. Use for high-stakes technical decisions, design trade-offs, and cross-checking a single model's judgement, or when the user asks to "ask the council", wants several independent takes, wants disagreement made explicit, or asks to reduce single-model bias.

setupskills/setup/SKILL.md

Configure which AI members the council seats. Detects installed model CLIs, asks which paid providers you consent to spend quota on, and writes the roster file /council:ask reads. Use when the user wants to add, remove, or review council members, enable external models like ChatGPT/Codex or local Ollama, or asks why the council is Claude-only.

statusskills/status/SKILL.md

Report what the council would actually seat right now — key resolution, roster path, per-member seating, and the correlation class that projects. A 20-second read that writes nothing. Use when the user says "/council:status", asks why the council is Claude-only or still HOMOGENEOUS, or wants to check a roster change took effect before spending a fan-out on it.

Plugin manifests1

plugins/council/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "council",
  "description": "Fan one question out to N independent members and reconcile their answers without manufacturing consensus",
  "version": "0.1.0",
  "author": {
    "name": "cjus"
  },
  "homepage": "https://github.com/cjus/cjus-skills",
  "repository": "https://github.com/cjus/cjus-skills",
  "license": "MIT",
  "keywords": [
    "council",
    "subagents",
    "openrouter",
    "ollama",
    "consensus",
    "review"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[council on Agent Plugins Marketplace](https://pluginsmp.com/plugins/council-2)