From 7c70e1d025ec2320fd7c174b4c6e719cca579301 Mon Sep 17 00:00:00 2001 From: Omar Nahhas Sanchez Date: Mon, 3 Aug 2026 02:33:49 +0100 Subject: [PATCH] Add Mermaid Diagrams plugin --- plugins/mermaid_diagrams/index.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/mermaid_diagrams/index.yaml diff --git a/plugins/mermaid_diagrams/index.yaml b/plugins/mermaid_diagrams/index.yaml new file mode 100644 index 0000000..844fc6e --- /dev/null +++ b/plugins/mermaid_diagrams/index.yaml @@ -0,0 +1,12 @@ +title: Mermaid Diagrams +description: >- + Renders Mermaid code blocks as interactive SVG diagrams directly in the chat UI, so flowcharts, + sequence diagrams, class and ER diagrams, state machines, mindmaps and timelines appear as + pictures instead of raw syntax. Ships a skill that teaches the agent Mermaid syntax plus a + behavioural nudge to reach for a diagram when a user asks to be shown a process, architecture + or set of relationships. +github: https://github.com/agent-zero-plugins/agent-zero-plugin-mermaid-diagrams +tags: + - ui + - documents + - workflow