Converts architecture descriptions, specs, and workflow docs into valid Mermaid diagram syntax. You feed it prose about how your system works and it outputs flowcharts, sequence diagrams, class diagrams, state machines, ERDs, or Gantt charts ready to drop into markdown. Supports the common use cases like visualizing module relationships, agent interactions, DDD workflow phases, and data models. The skill walks through identifying the right diagram type for your source material, extracting entities and relationships, then generating clean Mermaid code. Beats manually writing Mermaid syntax when you're documenting architecture or need to turn meeting notes into actual diagrams. Just be ready to tweak node labels if your source descriptions are ambiguous.
npx skills add https://github.com/rysweet/amplihack --skill mermaid-diagram-generator