export-diagrams

Extract Mermaid blocks from architecture blueprints and render them as PNG images.

2|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/navraj007in/architecture-cowork-plugin --skill export-diagrams
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: export-diagrams
Source: https://github.com/navraj007in/architecture-cowork-plugin/tree/main/skills/export-diagrams
Command: npx skills add https://github.com/navraj007in/architecture-cowork-plugin --skill export-diagrams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill exports Mermaid diagrams embedded in architecture blueprints and renders them as high-quality PNG images suitable for presentations and documentation.

Core Features & Use Cases

  • Automated diagram rendering: Identify Mermaid diagrams across architecture blueprints and render them as PNG assets.
  • Output organization: Create a diagrams/ folder with consistently named image files and a diagrams/README.md index for easy navigation.
  • Use Case: Share architecture visuals with stakeholders who cannot render Mermaid diagrams, embed diagrams in Confluence/Notion, or include visuals in pitches and docs.

Quick Start

Use the export-diagrams skill to generate presentation-ready PNG diagrams from your blueprint file.

Frequently Asked Questions about export-diagrams

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

FAQPage Schema
How do I render Mermaid diagrams into PNG images for documentation?▼

To render Mermaid diagrams into PNG images, this Skill extracts Mermaid blocks from architecture blueprints and converts them into presentation-ready PNG assets using Mermaid CLI. It outputs the images to a dedicated diagrams folder with a Markdown index for easy navigation.

What is the best way to share architecture diagrams with stakeholders who cannot render Mermaid?▼

The best way to share architecture diagrams with stakeholders is to export Mermaid blocks as high-quality PNG images. This Skill automates the rendering process and organizes the output into a diagrams folder, making the visuals ready for stakeholder communication and documentation.

Do I need Mermaid CLI installed to export diagrams from blueprints?▼

You need Mermaid CLI to export diagrams from blueprints, as the Skill relies on it for rendering. If Mermaid CLI is unavailable, the Skill can use Kroki as a fallback to ensure your Mermaid diagrams are still successfully rendered into PNG files.

Can I automatically generate an index for exported diagram files?▼

You can automatically generate an index for exported diagram files because the Skill creates a diagrams/README.md file. This Markdown index sits alongside your consistently named PNG assets, providing easy navigation for your architecture documentation and design reviews.

How do I embed Mermaid architecture visuals into Confluence or Notion?▼

To embed Mermaid architecture visuals into Confluence or Notion, use this Skill to render your Mermaid blocks into static PNG images. Once exported to the diagrams folder, the high-quality PNG files can be directly uploaded and embedded into your documentation pages.