diagram-maker

Solid

Генерация диаграмм из текстового описания: flowchart, sequence, architecture, ER-схемы в синтаксисе Mermaid. Вход — natural language описание, выход — готовый код Mermaid + рекомендация по рендерингу (mermaid.live / mermaid-cli / MCP). Триггеры: 'диаграмма', 'diagram', 'mermaid', 'flowchart', 'блок-схема', 'sequence diagram', 'архитектура', 'ER-схема', 'нарисуй схему', 'draw a diagram', 'схема', 'architecture diagram'.

AI & Automation 5 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
26
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Diagram Maker — генерация диаграмм из текстового описания Загружай этот скилл когда нужно превратить словесное описание в диаграмму: блок-схему процесса, sequence-диаграмму взаимодействия, схему архитектуры сервисов или ER-схему базы данных. Выход всегда в синтаксисе Mermaid. ## When to use - Нужна блок-схема (flowchart) бизнес-процесса или алгоритма - Нужна sequence-диаграмма взаимодействия компонентов/пользователей - Нужна схема архитектуры сервисов и их связей - Нужна ER-схема (сущности и связи) для базы данных - Нужно быстро визуализировать описание, чтобы показать команде - Нужен код Mermaid для вставки в README, docs или issue ## Do NOT use to - Не используй для генерации изображений/картинок (это test-graphics) - Не используй для презентаций (это presentation-maker) - Не используй для рисования от руки или векторной графики (SVG/Canvas) - Не используй для диаграмм Ганта, mindmap или других типов, которые Mermaid не поддерживает нативно — сначала проверь Reference - Не используй для диаграмм, требующих интерактивности или анимации ## What this skill does **Вход:** natural language описание (текст на stdin, файл или прямо в чате). **Выход:** 1. Код Mermaid нужного типа (flowchart / sequence / architecture / er) 2. Рекомендация, как отрендерить результат: - [mermaid.live](https://mermaid.live) — быстрый онлайн-рендер - `mmdc` (mermaid-cli) — локальный рендер в PNG/SVG/PDF - MCP-сервер mermaid — рендер прямо из агента 3. (опционально) markdown-файл с m...

Details

Author
bestdeejay-design
Repository
bestdeejay-design/agent-skills
Created
1 weeks ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

mermaid-diagram-builder

Creates clear, valid, version-controllable diagrams as code using Mermaid — flowcharts, sequence diagrams, ER diagrams, class diagrams, state machines, Gantt charts, C4/architecture diagrams, and more. Use this skill when the user asks to "draw a diagram", "make a flowchart", "create a sequence diagram", "diagram this architecture", "visualize this process/data model/API flow", "show the ER diagram", "render Mermaid", "diagram as code", or wants a chart embeddable in Markdown, GitHub, Notion, or docs. Covers picking the right diagram type, writing syntactically correct Mermaid, styling, and validating that it renders.

3 Updated 3 weeks ago
JayRHa
AI & Automation Listed

mermaid-diagram

Use this skill ANY time the user wants a diagram, chart, or visual documentation of any kind — flowcharts, sequence diagrams, architecture diagrams, ER diagrams, state machines, gantt charts, class diagrams, deployment diagrams, mindmaps, or any visual representation of systems, processes, or relationships. Trigger on: "diagram", "chart", "visualize", "draw", "map out", "document the flow", "show how X connects to Y", or when the user describes states, transitions, timelines, or service interactions that imply a visual even without saying "diagram". Also trigger when the user mentions "mermaid" by name or asks to convert code to a diagram.

2 Updated 3 weeks ago
petermcalister
AI & Automation Solid

mermaid-diagram

Create Mermaid diagrams, generate PNGs via mmdc, and reference them from Markdown documents. Use when creating, updating, or managing diagrams in a project.

9 Updated 3 days ago
koborin-ai