Agents365-aiAgents365-aiCommunityยท1 Agent Skills Included

mermaid-skill

Generate and export Mermaid diagrams from plain text

Generates flowcharts, sequence, class, ER, state, and Gantt diagrams from plain-language requests using Mermaid syntax. Validates every diagram before export, so broken syntax never reaches a PNG, SVG, or PDF file. Self-checks rendered images for clipped labels and cramped layouts, then applies fixes automatically. Keeps diagrams as version-controlled text that embeds directly in READMEs and documentation.
npx skills add Agents365-ai/mermaid-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mermaid-skill?โ–ผ

Run `npx skills add Agents365-ai/mermaid-skill --all -g -y` in your terminal to install the skill globally.

How to create diagrams from text descriptions?โ–ผ

Describe the diagram you want in plain English, and the skill writes the Mermaid source, validates it, and exports a PNG, SVG, or PDF automatically.

What diagram types does mermaid-skill support?โ–ผ

It supports 17+ types including flowcharts, sequence, class, ER, state, Gantt, pie, git graph, mind maps, and architecture diagrams, all with automatic layout.

Does mermaid-skill work without installing anything?โ–ผ

Yes. It can validate and export through the Kroki web API using only curl, so no local Node.js or browser setup is required.

Can I use mermaid-skill without coding experience?โ–ผ

Yes. You simply describe the diagram in everyday language, and the skill handles the syntax, validation, and image export for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’