← ClaudeAtlas

markdown-viewerlisted

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.
988hj7tczd-oss/skill-tool · ★ 0 · Data & Documents · score 73
Install: claude install-skill 988hj7tczd-oss/skill-tool
# Markdown Viewer 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. ## Setup If the upstream skill pack is not installed, install it first: ```bash npx skills add markdown-viewer/skills ``` After 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. ## Skill Selection 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,