Install
openclaw skills install @mohitagw15856/architecture-diagramDiagram a system or technical architecture — services, data stores, and how they connect. Use when asked to draw an architecture, show how components fit together, map a system/data flow, or visualize services and dependencies. Produces a ready-to-render Mermaid diagram with grouped subgraphs (renders live, exportable as PNG/SVG) plus a component legend and notes.
openclaw skills install @mohitagw15856/architecture-diagram"How does the system fit together?" is best answered with a picture. This skill turns a described system into a clean Mermaid architecture diagram — clients, services, data stores, and third parties, grouped into logical layers with labelled connections (sync vs async, protocols) — not an undifferentiated blob of boxes.
Ask for these only if they aren't already provided:
One line on what the diagram covers and its boundary.
Component legend — one line per non-obvious component (what it is, why it's there).
Notes — trust boundaries, single points of failure, sync vs async (-.-> = async), anything to revisit.
flowchart LR (or TD) with subgraph Name ... end for logical layers.[(name)]; queues/buses as [[name]].--> for synchronous calls, dotted -.label.-> for async/events.Architecture diagramming (C4-style grouping, logical layers, sync/async edges), expressed as renderable Mermaid.