From diagram-expert
Generates detailed Mermaid diagrams for software architecture, data flows, ERDs, sequences, and improves READMEs with visual documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/diagram-expert:diagram-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create detailed, accurate Mermaid diagrams for software architecture, data flows, ERDs, sequences, and more. Improve READMEs with visual documentation.
Create detailed, accurate Mermaid diagrams for software architecture, data flows, ERDs, sequences, and more. Improve READMEs with visual documentation.
| Command | Action |
|---|---|
/diagram <description> | Generate a Mermaid diagram from a description or codebase analysis |
/diagram:readme [path] | Analyse a project and suggest README improvements with diagrams |
Mermaid is natively rendered by:
Detect the provider from git remotes:
git remote get-url origin 2>/dev/null
github.com → GitHubgitlab → GitLabdev.azure.com or visualstudio.com → Azure DevOpsbitbucket.org → BitbucketLoad on demand:
${CLAUDE_PLUGIN_ROOT}/skills/diagram-expert/references/mermaid-patterns.md — Diagram type patterns and syntax${CLAUDE_PLUGIN_ROOT}/skills/diagram-expert/references/diagram-types.md — When to use which diagram type${CLAUDE_PLUGIN_ROOT}/skills/diagram-expert/references/readme-patterns.md — README improvement patternsFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub wrxck/claude-plugins --plugin diagram-expert