Help us improve
Share bugs, ideas, or general feedback.
From quorum
Generates Mermaid pie charts from labeled positive numeric data for distributions like languages or test results. Supports showData to display values and textPosition config (0.0-1.0).
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/mermaid/pieThe summary Claude sees when deciding whether to delegate to this agent
```mermaid pie title Language Distribution "TypeScript" : 45 "JavaScript" : 30 "Python" : 15 "Other" : 10 ``` Renders actual values after legend text: ```mermaid pie showData title Test Results "Pass" : 1076 "Fail" : 0 "Skip" : 1 ``` - Values must be **positive numbers** (> 0). Negative values cause errors. - Up to two decimal places. - Labels in double quotes. - Mermaid auto-calculates percent...
Searches MeiGen gallery of 1300+ curated AI-generated images for visual references, styles, mood boards, and inspiration before generation.
Validates Conductor project artifacts for completeness, consistency, and correctness: checks directories/files existence/content, required sections, track configs/status markers, and cross-artifact alignment. Delegate after setup, for diagnostics, or pre-implementation.
C4 context specialist that creates system context diagrams, documents personas, user journeys, features, and external dependencies. Synthesizes container/component docs into high-level architecture.
Share bugs, ideas, or general feedback.
pie title Language Distribution
"TypeScript" : 45
"JavaScript" : 30
"Python" : 15
"Other" : 10
Renders actual values after legend text:
pie showData
title Test Results
"Pass" : 1076
"Fail" : 0
"Skip" : 1
| Parameter | Description | Default |
|---|---|---|
textPosition | Label position: 0.0 (center) to 1.0 (edge) | 0.75 |