mermaid-creator

Generate Mermaid diagrams from FDD prompts into a single Markdown file.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/tassosgomes/poc-iam-service --skill mermaid-creator-tassosgomes
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mermaid-creator
Source: https://github.com/tassosgomes/poc-iam-service/tree/main/.github/skills/common/mermaid-creator
Command: npx skills add https://github.com/tassosgomes/poc-iam-service --skill mermaid-creator-tassosgomes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of Mermaid diagrams to visualize FDD content, reducing manual diagramming time and ensuring consistency across documentation.

Core Features & Use Cases

  • Generate Mermaid diagrams from FDD prompts.
  • Produce a single autocontained Markdown document embedding all Mermaid diagrams.
  • Validate node labels for clarity and language consistency, and export ready-to-render code.

Quick Start

Provide the FDD path and target output folder; the tool will generate a single Markdown file with embedded Mermaid diagrams.

Frequently Asked Questions about mermaid-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Mermaid diagrams from an FDD automatically?▼

To generate Mermaid diagrams from an FDD automatically, provide the FDD file path and target output folder. The tool processes the content and outputs a single Markdown file with embedded Mermaid code blocks.

What is the best way to visualize FDD architecture in technical documentation?▼

Visualizing FDD architecture in technical documentation is best done by generating targeted Mermaid diagrams. This approach supports main flows, decision points, and public contracts within a single autocontained Markdown document.

Can I validate node labels for language consistency when creating Mermaid diagrams?▼

Yes, you can validate node labels for clarity and language consistency when creating Mermaid diagrams. The generation process checks labels to ensure they are clear and consistent before exporting ready-to-render code.

Does this diagram generation approach produce multiple files or a single document output?▼

This diagram generation approach produces a single autocontained Markdown document. All generated Mermaid diagrams are embedded directly within this one file, ensuring documentation remains consolidated and easy to manage.

What types of diagrams can I create to communicate FDD architecture visually?▼

You can create targeted diagrams that visually communicate an FDD's architecture. The generated Mermaid diagrams specifically support visualizing main flows, decision points, and public contracts for technical docs.

Do I need any external dependencies to automate FDD diagram generation?▼

No external dependencies are required to automate FDD diagram generation. The tool operates independently to parse your FDD prompt and produce a Markdown file with embedded, ready-to-render Mermaid code blocks.