From quorum
Generates Mermaid mindmaps from indentation-based hierarchies. Supports node shapes, Font Awesome/Material icons, CSS classes, Markdown text, and YAML layout configs like tidy-tree.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/mermaid/mindmapThe summary Claude sees when deciding whether to delegate to this agent
```mermaid mindmap root((quorum)) Adapters claude-code gemini codex openai-compatible Core bridge.mjs context.mjs tools/ Providers Auditors claude openai ollama vllm ``` Indentation defines parent-child hierarchy. System compensates for inconsistent indentation by selecting nearest ancestor. ``` id[Square] id(Rounded square) id((Circle)) id)Bang( id))Cloud(( id{{Hexagon}} Default text ...mindmap
root((quorum))
Adapters
claude-code
gemini
codex
openai-compatible
Core
bridge.mjs
context.mjs
tools/
Providers
Auditors
claude
openai
ollama
vllm
Indentation defines parent-child hierarchy. System compensates for inconsistent indentation by selecting nearest ancestor.
id[Square]
id(Rounded square)
id((Circle))
id)Bang(
id))Cloud((
id{{Hexagon}}
Default text %% No delimiter = default shape
mindmap
Root
Child::icon(fa fa-book)
Font Awesome and Material Design icons supported. Must be registered by site admin.
mindmap
Root
Child:::urgent
mindmap
Root
**Bold text**
*Italic text*
---
config:
layout: tidy-tree
mindmap:
maxNodeWidth: 200
padding: 10
---
Configurable: layoutAlgorithm, maxNodeWidth, padding
npx claudepluginhub berrzebb/quorum --plugin quorumExpert Go code reviewer that analyzes diffs, runs go vet and staticcheck, and checks for idiomatic Go, concurrency bugs, error handling, and security issues.