Multi-agent deliberation against a quorum orchestrator. Installs the /quorum:brainstorm slash command that wraps `quorum run` for collaborative reasoning with consensus convergence.
Claude Code plugin that adds the /quorum:brainstorm slash command —
submits a topic to a multi-agent deliberation against a
quorum orchestrator and
streams the converged answer back into Claude Code.
In your terminal:
claude
You should now see the Claude Code prompt — the > cursor where you
normally type questions.
At the Claude Code prompt (not your shell), type:
/plugin marketplace add peeramid-labs/quorum-claude-plugin
The leading / is what makes Claude Code intercept this — it's a
built-in slash command, not a message to the model.
Still at the Claude Code prompt:
/plugin install quorum@quorum-marketplace
quorum is the plugin name (defined in .claude-plugin/plugin.json
in this repo); quorum-marketplace is the marketplace name (defined
in .claude-plugin/marketplace.json).
You'll see Claude Code confirm Plugin "quorum" installed. No restart
needed.
Still at the Claude Code prompt:
/quorum:brainstorm Should we adopt elliptic-curve identifiers for agent attestation?
(or whatever topic you want the agent team to deliberate on)
The plugin runs prereq checks, dispatches the deliberation via the
local quorum CLI, streams agent activity as it arrives, and surfaces
the converged verdict.
Claude Code doesn't install plugins from raw GitHub URLs. It installs
them from a marketplace — a JSON registry that lists one or more
plugins. This repo ships both the marketplace registry and the plugin
itself, so step 2 (marketplace add) and step 3 (plugin install) point
at the same repo. Two commands; one repo.
claude plugin install peeramid-labs/quorum-claude-plugin typed at a
terminal will NOT work — that's not a real shell command. The
install machinery is inside Claude Code; the slash-command flow above
is the only supported install path today.
The skill expects, in your shell environment:
| Requirement | How to install / set |
|---|---|
quorum CLI ≥ 0.6.0 | cargo install --locked --git https://github.com/peeramid-labs/quorum-rs --branch dev quorum-rs |
QUORUM_DEMO_TOKEN env var | export QUORUM_DEMO_TOKEN=<token from the demo handout> |
nsed.yaml in pwd | curl -fsSL https://raw.githubusercontent.com/peeramid-labs/nsed/demo/zoom-for-ai/examples/demo/nsed.yaml > nsed.yaml |
Note on the quorum install: the crates.io quorum-cli package
belongs to a different project and is NOT what this skill expects.
The git-install above pulls v0.6.0+ from the canonical repo's default
branch (peeramid-labs/quorum-rs), which ships the quorum binary as
part of the quorum-rs crate. Once a release tag publishes
quorum-rs to crates.io, the simpler cargo install quorum-rs will
work too. Rust toolchain required (rustup install stable if you
don't have one).
If any prerequisite is missing the skill surfaces the exact fix and refuses to proceed — no silent failures.
At the Claude Code prompt:
/plugin uninstall quorum
/plugin marketplace remove quorum-marketplace
quorum run --room <room> against the orchestrator named in
nsed.yaml-> CortexA propose, <- CortexA proposed,
etc.) back to the user as it arrivesverdict.md from the output dir and presents it, with a
footer pointing at quorum trace <job_id> for per-round drill-downThe full skill prompt is at skills/brainstorm/SKILL.md in this repo.
Authored in the nsed repo at
examples/demo/plugin/; this repository is a distribution mirror.
File issues / PRs against the source repo.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub peeramid-labs/quorum-claude-plugin --plugin quorumPre-commit AI-slop firewall. Sub-10ms verdict per patch. Splices /slop:poke, /slop:apply, /slop:learn into Claude Code plus a PreToolUse hook that gates every `git commit`.
Multi-agent deliberation CLI in Claude Code. Wraps the `quorum` binary with smart prompts, `.env` auto-detection, post-run diagnosis, and a session-start tip that surfaces orchestrator + agent health before the operator types a single command. Slash commands: /quorum:init, /quorum:redeem, /quorum:run, /quorum:serve, /quorum:status, /quorum:trace, /quorum:validate, /quorum:tui.
Pre-commit AI-slop firewall. Sub-10ms verdict per patch. Splices /slop:poke, /slop:apply, /slop:learn into Claude Code plus a PreToolUse hook that gates every `git commit`.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.