ck:mermaidjs-v11

Convert Mermaid v11 diagram definitions into SVG, PNG, or PDF images.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/quanganh208/cookmate --skill ck-mermaidjs-v11-quanganh208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:mermaidjs-v11
Source: https://github.com/quanganh208/cookmate/tree/main/.opencode/skills/mermaidjs-v11
Command: npx skills add https://github.com/quanganh208/cookmate --skill ck-mermaidjs-v11-quanganh208

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create complex, publication-ready diagrams from plain-text Mermaid v11 syntax so teams can document systems, processes, and flows without manual drawing or graphic tools.

Core Features & Use Cases

  • Text-to-diagram rendering: Convert Mermaid v11 definitions into SVG, PNG, or PDF for documentation and presentations.
  • Wide diagram support: Includes flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, state machines, architecture diagrams, timelines, and user journeys.
  • CLI and programmatic workflows: Supports mermaid-cli, Docker-based rendering, and Node.js programmatic rendering for batch processing and CI pipelines.
  • Theming, accessibility, and configuration: Diagram-level frontmatter, global initialization, custom CSS, ARIA/accTitle support, and layout options for consistent, accessible output.
  • Use case: Produce architecture diagrams from spec text, render embedded Mermaid blocks in Markdown for static sites, or generate sequence diagrams for API documentation.

Quick Start

Render a Mermaid v11 flowchart describing user signup, verification, and welcome email and output it as a dark-themed SVG.

Frequently Asked Questions about ck:mermaidjs-v11

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

FAQPage Schema
How do I render Mermaid text into SVG or PNG images for documentation?

You can render Mermaid v11 textual diagram definitions into SVG, PNG, or PDF images using CLI, Docker-based rendering, or Node.js programmatic workflows for batch processing and CI pipelines.

What types of diagrams can I generate from plain text using Mermaid?

Mermaid supports generating flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, state machines, architecture diagrams, timelines, and user journeys directly from plain-text syntax.

Can I use mermaid-cli for batch processing in CI/CD pipelines?

Yes, mermaid-cli supports batch processing in CI/CD pipelines through Docker-based rendering and Node.js programmatic workflows, enabling automated generation of architecture and sequence diagrams from spec text.

Does Mermaid support theming and accessibility metadata for diagrams?

Mermaid supports diagram-level frontmatter configuration, global initialization, custom CSS theming, and ARIA/accTitle accessibility metadata to ensure consistent, accessible diagram output.

What is the best way to generate API sequence diagrams from text?

The best way to generate API sequence diagrams from text is converting Mermaid v11 definitions through CLI or programmatic rendering, producing SVG or PDF outputs tailored for API documentation.