Skill: Mermaid Diagram Master
Capabilities
Transform abstract code or system descriptions into high-quality visual documentation compatible with GitHub Markdown.
Guidelines
- •Selection: Choose the right diagram type based on the content (Flowchart for logic, Sequence for interactions, ERD for data).
- •Conciseness: Keep node labels short.
- •Organization: Use subgraphs for domain grouping.
- •Reference: Follow the syntax-guide.md for correct Mermaid formatting.
Process
- •Analyze the input (code or text).
- •Generate the Mermaid code block.
- •Verify syntax and readability.