Create rich diagrams, data visualizations, technical architecture views, and editorial content cards directly in Markdown using the Markdown Viewer Agent Skills pack. Use for Mermaid-like diagram requests, PlantUML architecture diagrams, Vega charts, JSON Canvas maps, infographics, UML, cloud/network/security/data/IoT diagrams, and polished Markdown documentation visuals.
70
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill when the user wants a diagram, visualization, architecture view, data chart, technical documentation graphic, infographic, mind map, or editorial-quality content card directly inside Markdown.
Markdown Viewer Agent Skills is an opinionated skill pack for AI coding agents. It covers diagram generation, data visualization, and technical documentation using multiple Markdown-rendered engines, including PlantUML, Vega/Vega-Lite, JSON Canvas, infographic blocks, and direct HTML/CSS embeds.
If the upstream skill pack is not installed, install it first:
npx skills add markdown-viewer/skillsAfter installation, prefer reading the specific upstream skill for the requested output type before writing complex diagrams. The pack includes detailed syntax rules, examples, and common pitfalls for each renderer.
Choose the smallest renderer that fits the user's goal:
| User goal | Use |
|---|---|
| Bar, line, scatter, heatmap, area, radar, word cloud, or data-driven chart | vega / vega-lite |
| KPI card, roadmap, timeline, SWOT, funnel, org chart, or structured visual summary | infographic |
| Free-position mind map, concept map, knowledge graph, or planning board | canvas |
| System layers, microservices, app/data/infrastructure layers | architecture |
| Editorial knowledge card, event card, data highlight, or polished content tile | infocard |
| UML class, sequence, activity, state, component, deployment, package, or use-case diagram | uml |
| AWS, Azure, GCP, Alibaba Cloud, Kubernetes, serverless, or multi-cloud diagram | cloud |
| LAN/WAN, data center, enterprise network, or device topology | network |
| Threat model, zero-trust, IAM, firewall, encryption, or compliance view | security |
| Enterprise architecture with business/application/technology layers | archimate |
| BPMN workflow, swim lanes, integration pattern, or value stream map | bpmn |
| ETL/ELT, warehouse, lakehouse, ML pipeline, or analytics workflow | data-analytics |
| Sensors, edge computing, smart factory/home, fleet, or digital twin view | iot |
| Hierarchical brainstorm tree or study outline | mindmap |
vega-lite or vega for data charts.infographic for infographic YAML blocks.canvas for JSON Canvas maps.plantuml or puml for UML, cloud, network, security, ArchiMate, BPMN, data analytics, IoT, and PlantUML mind maps.architecture and infocard, embed the HTML/CSS directly in Markdown when that renderer expects raw HTML instead of a code fence.SKILL.md for exact syntax and pitfalls..md and include only the final artifact plus concise notes.When finished, tell the user:
Do not use static screenshots when the user asked for Markdown-native visuals. The value of this skill is that the output stays editable, reviewable, and renderable from Markdown.
33c342e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.