Skip to content

graph-visualize

workspaceread-only

Generate Mermaid diagrams of instruction chain graphs, skill graphs, or domain-focused views. Returns Mermaid syntax that renders in GitHub, VS Code, and most MCP clients without requiring any external rendering service.

ViewDescription
chain-graphColor-coded instruction chainTo routing graph — shows all 20 tools and their chain-to relationships
skill-graphAll 102 skills grouped by domain
instruction-chainLinear sequence of workflow instruction tools
domain-focusSkills filtered to a single domain (requires domain parameter)
ParameterTypeRequiredDescription
viewstringrequiredOne of chain-graph, skill-graph, instruction-chain, domain-focus
domainstringOnly for domain-focusDomain prefix to focus on (e.g. "qm", "gov", "adapt")
{
"view": "chain-graph"
}

Output: Mermaid graph TD diagram with color-coded nodes (workflow = blue, specialist = orange, gated = red, terminal = grey) and directed chain-to edges.

{
"view": "domain-focus",
"domain": "qm"
}

Output: Mermaid diagram showing all 15 quantum-mechanics skills and their relationships.

{
"view": "skill-graph"
}

Output: All 102 skills clustered into 18 domain subgraphs.

PrefixDomain
adaptAdaptive (bio-inspired)
archArchitecture
benchBenchmarking
debugDebugging
docDocumentation
evalEvaluation
flowWorkflows
govGovernance
grGeneral Relativity
leadLeadership
orchOrchestration
promptPrompting
qmQuantum Mechanics
qualQuality
reqRequirements
resilResilience
stratStrategy
synthResearch/Synthesis

The returned Mermaid syntax renders in:

  • GitHub — fenced code blocks with ```mermaid
  • VS Code — with Mermaid Preview extension
  • Most MCP clients — Mermaid blocks are auto-rendered
  • Starlight docs — via the astro-mermaid integration
PropertyValue
readOnlyHinttrue
destructiveHintfalse
idempotentHinttrue
openWorldHintfalse