mviz

Solid

A chart & report builder designed for use by AI.

Web & Frontend 214 stars 10 forks Updated 1 months ago

Install

View on GitHub

Quality Score: 70/100

Stars 20%
78
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

mviz v1.6.4 # mviz Generate clean, data-focused charts and dashboards from compact JSON specs or markdown. Maximizes data-ink ratio with minimal chartjunk, gridlines, and decorative elements. Uses a 16-column grid layout system. ## Setup No installation required. Use `npx -y -q mviz` which auto-downloads from npm. The `-q` flag reduces npm output while still showing lint errors. For faster repeated use, install globally: `npm install -g mviz` ## What This Skill Does Converts minimal JSON specifications into standalone HTML visualizations using ECharts. Instead of writing 50-100 lines of chart code, write a compact spec that gets expanded into a full HTML artifact with professional styling. ## Visual Style (mdsinabox theme) - **Font**: Helvetica Neue, Arial (clean sans-serif) - **Signature**: Orange accent line at top of dashboards - **Palette**: Blue primary, orange secondary, semantic colors (green=positive, amber=warning, red=error) - **Background**: Paper (`#f8f8f8` light) / Dark (`#231f20` dark) - **Principles**: High data-ink ratio, no chartjunk, minimal gridlines, data speaks for itself ## How to Use ### Single Chart (JSON) ```bash echo '<json_spec>' | npx -y -q mviz -o chart.html ``` ### Dashboard from Markdown ```bash npx -y -q mviz dashboard.md -o dashboard.html ``` ### Dashboard from Folder ```bash npx -y -q mviz my-dashboard/ -o dashboard.html ``` ## 16-Column Grid System Components are sized using `size=[cols,rows]` syntax: ````markdown ```big_v...

Details

Author
matsonj
Repository
matsonj/mviz
Created
4 months ago
Last Updated
1 months ago
Language
N/A
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

visualize

Render rich interactive visuals — SVG diagrams, HTML widgets, Chart.js charts, interactive explainers — directly inline in chat using the render_visualization tool. Use whenever the user asks to visualize, diagram, chart, draw, map out, or illustrate something, or when a topic has spatial, sequential, or systemic relationships a diagram would clarify better than prose. Also use proactively for data comparisons, metrics, architecture, processes, or mechanisms that benefit from a visual.

367 Updated 4 days ago
Classic298
Web & Frontend Listed

excalidraw

Generate hand-drawn Excalidraw-style diagrams from text prompts. Triggers on requests for diagrams, flowcharts, architecture sketches, system designs, hand-drawn visuals, or when the user says /excalidraw.

22 Updated 3 months ago
aref-vc
AI & Automation Solid

mermaid-studio

Expert Mermaid diagram creation, validation, and rendering with dual-engine output (SVG/PNG/ASCII). Supports all 20+ diagram types including C4 architecture, AWS architecture-beta with service icons, flowcharts, sequence, ERD, state, class, mindmap, timeline, git graph, sankey, and more. Features code-to-diagram analysis, batch rendering, 15+ themes, and syntax validation. Use when users ask to create diagrams, visualize architecture, render mermaid files, generate ASCII diagrams, document system flows, model databases, draw AWS infrastructure, analyze code structure, or anything involving "mermaid", "diagram", "flowchart", "architecture diagram", "sequence diagram", "ERD", "C4", "ASCII diagram". Do NOT use for non-Mermaid image generation, data plotting with chart libraries, or general documentation writing.

4,426 Updated 4 days ago
tech-leads-club
Web & Frontend Solid

mprove-build-dashboard

Build Mprove Dashboard

335 Updated yesterday
mprove-io
Data & Documents Solid

cmux-markdown

Open markdown files in a formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists).

13,404 Updated 1 months ago
manaflow-ai