Maintain impact diagrams
diagramskillsetup L1★20
Aniket-a14/SRA ↗What it does
Create mermaid flowcharts and architecture diagrams
Best for
Generating architecture diagrams, flowcharts, and sequence diagrams from code or text
Inputs
- · diagram_spec (markdown with mermaid syntax)
- · diagram_type (flowchart, sequence, graph, class)
Outputs
- · rendered_diagram (image or SVG)
- · mermaid_code (validated syntax)
Requires
- · mermaid-cli or browser renderer
Preconditions
Mermaid syntax valid, output format supported
Failure modes
- · Invalid mermaid syntax (parse error)
- · Unsupported diagram type
- · Rendering timeout on large graphs
- · SVG export not available
Trust signals
- · Validates mermaid syntax before rendering
- · Multiple output formats (SVG, PNG, PDF)