From cobrew
Create HTML visualizations from repository documentation, markdown files, plan folders, and user context. Generates maps, flows, diagrams, and recommendation views using Mermaid and custom CSS.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cobrew:visualize [doc path, plan path, or visualization request][doc path, plan path, or visualization request]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create source-adjacent HTML visualizations from repository documentation, markdown files, standardized plan folders, and arbitrary user context. This skill is Huashu-derived in workflow discipline, but it is intentionally documentation-focused: it turns real source material into readable maps, timelines, flows, risk blocks, and recommendation diagrams.
Create source-adjacent HTML visualizations from repository documentation, markdown files, standardized plan folders, and arbitrary user context. This skill is Huashu-derived in workflow discipline, but it is intentionally documentation-focused: it turns real source material into readable maps, timelines, flows, risk blocks, and recommendation diagrams.
Use this skill for:
Do not use this skill for:
visualize.html and visualize-assets/ inside the plan folder.<source-base>.visualize.html and <source-base>.visualize-assets/ beside the source file.visualize-YYMMDD-HHmm-<slug>.html and a matching assets folder in the current working directory unless the user specifies a target. Generate the timestamp with date +%y%m%d-%H%M.Always copy references/templates/visualize-theme.css into the adjacent assets folder and link the copied local CSS from the generated HTML. Mermaid CDN usage is allowed for diagrams.
docs/SUMMARY.md exists, read it first.Code Standard docs for implementation conventions.SUMMARY.md and relevant phase-XX-*.md files.references/router.md.
references/templates/plan.html.references/templates/document.html.references/templates/context.html.references/workflow.md and references/content-patterns.md.VISUALIZE: marker regions with source-backed content.visualize-theme.css beside the output before linking it.references/mermaid-recipes.md.references/verification.md.npx claudepluginhub buiducnhat/cobrew --plugin cobrewCreate shareable HTML visual artifacts from markdown, plans, architecture docs, brainstorms, and other structured content. Prefer browser-viewable HTML first when it will materially improve clarity or sharing; otherwise fall back to terminal rendering. Triggers: visualize, mindmap, mind map, show me the structure, draw a map, make this clear, make this visual.
Generates visual artifacts: diagrams, slide decks, diff visualizations, and plan-rendering HTML in markdown or self-contained format. For explaining code, architecture, or git diffs without a live server.
Converts any markdown document into a diagram-enriched visual HTML report. Useful for turning READMEs, ADRs, and specs into illustrated reports.