From aidd-context
Generates valid Mermaid diagrams from markdown content using a structured plan-validate workflow with user confirmation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:09-mermaidThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produces valid, structured Mermaid diagrams through iterative planning and user confirmation.
Produces valid, structured Mermaid diagrams through iterative planning and user confirmation.
@actions/01-mermaid.md
npx claudepluginhub ai-driven-dev/frameworkEnforces syntax rules for Mermaid diagrams in documentation: quote labels with special chars, avoid <br/> and hardcoded colors, use themes. Validates via check-mermaid.sh.
Routes Mermaid diagram requests to type-specific guides (sequence, activity, ER, architecture); validates .md files, renders .mmd to SVG, architects from codebases.
Generates Mermaid diagrams—flowcharts, sequence, ERD, class, state, Gantt—from text using mmdc CLI. Outputs SVG, PNG, PDF for Markdown docs and READMEs.