Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub buiducnhat/cobrew --plugin cobrewHow 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 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 self-contained HTML pages for technical diagrams, architecture reviews, diff reviews, plans, and comparisons. Renders complex tables as styled HTML instead of ASCII.
Writes Markdown documents and text-based Mermaid diagrams with style guides, 24 diagram-type references, and 9 document templates. Use for scientific documents, reports, READMEs, or version-controllable diagrams.
Share bugs, ideas, or general feedback.
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.