Help us improve
Share bugs, ideas, or general feedback.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/mermaid/themingThe summary Claude sees when deciding whether to delegate to this agent
| Theme | Description | |-------|-------------| | `default` | Standard theme | | `neutral` | Black/white print-friendly | | `dark` | Dark mode | | `forest` | Green palette | | `base` | **Only customizable theme** | ```yaml --- config: theme: dark --- ``` or ``` %%{init: { "theme": "forest" } }%% ``` Only the `base` theme supports variable overrides. **Values must be hex** (not color names). ```...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.
| Theme | Description |
|---|---|
default | Standard theme |
neutral | Black/white print-friendly |
dark | Dark mode |
forest | Green palette |
base | Only customizable theme |
---
config:
theme: dark
---
or
%%{init: { "theme": "forest" } }%%
Only the base theme supports variable overrides. Values must be hex (not color names).
---
config:
theme: base
themeVariables:
primaryColor: "#ff6600"
primaryTextColor: "#ffffff"
lineColor: "#333333"
---
| Variable | Default | Purpose |
|---|---|---|
primaryColor | #fff4dd | Node backgrounds |
primaryTextColor | calculated | Text on primary |
secondaryColor | calculated | Secondary fill |
tertiaryColor | calculated | Tertiary fill |
lineColor | calculated | Connector stroke |
textColor | calculated | General text |
nodeBorder, clusterBkg, clusterBorder, titleColor, nodeTextColor
actorBkg, actorBorder, signalColor, loopTextColor, activationBkgColor
pie1-pie12 (section colors), pieTitleTextSize, pieSectionTextColor, pieStrokeWidth
labelColor, altBackground
classText
Derived colors auto-adjust from primary settings. Set primaryColor and most others adapt automatically.