Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From quorum
Generates radar charts using Mermaid beta syntax. Supports axes, multiple data curves, custom min/max scales for visualizing multi-dimensional metrics like code quality scores.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/mermaid/radarThe summary Claude sees when deciding whether to delegate to this agent
```mermaid --- title: "Code Quality Scores" --- radar-beta axis cq["Code Quality"], t["Tests"], cc["Claim-Code"] axis cl["Cross-Layer"], s["Security"], i["i18n"] curve a["Project A"]{85, 90, 80, 70, 75, 90} curve b["Project B"]{70, 75, 85, 80, 90, 85} max 100 min 0 ``` ``` radar-beta axis <id>["Label"], <id>["Label"], ... %% Axes (comma-separated, one or multiple lines) curve <id>["Label"]{v...Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
---
title: "Code Quality Scores"
---
radar-beta
axis cq["Code Quality"], t["Tests"], cc["Claim-Code"]
axis cl["Cross-Layer"], s["Security"], i["i18n"]
curve a["Project A"]{85, 90, 80, 70, 75, 90}
curve b["Project B"]{70, 75, 85, 80, 90, 85}
max 100
min 0
radar-beta
axis <id>["Label"], <id>["Label"], ... %% Axes (comma-separated, one or multiple lines)
curve <id>["Label"]{v1, v2, ...} %% Data series (values match axis order)
max <number> %% Scale maximum
min <number> %% Scale minimum
radar-beta keyword required (feature is in beta)---\ntitle: "..."\n---axis lines allowed — all axes are concatenated