{
  "markdown": "# Markdown Viewer Agent Skills\n\nOpinionated skills for AI coding agents to create stunning diagrams and visualizations directly in Markdown. These skills extend agent capabilities across diagram generation, data visualization, and technical documentation.\n\n**14 skills** covering 5 rendering engines — from software modeling to enterprise architecture, data analytics, and editorial-quality content cards.\n\nSkills follow the [Agent Skills](https://agentskills.io/) format.\n\n---\n\n## 🧭 Quick Navigation\n\n**[🚀 Installation](#-installation)** • **[📚 Available Skills](#-available-skills)** • **[📖 Skill Structure](#-skill-structure)** • **[🔗 Links](#-links)**\n\n---\n\n## 🚀 Installation\n\n### Quick Install (Recommended)\n\n```bash\nnpx skills add markdown-viewer/skills\n```\n\nThis method works with multiple AI coding agents (Claude Code, Codex, Cursor, etc.)\n\n### Manual Installation\n\n**For Claude Code (Manual)**\n```bash\ncp -r skills/<skill-name> ~/.claude/skills/\n```\n\n**For claude.ai**\n\nAdd skills to project knowledge or paste SKILL.md contents into the conversation.\n\n**For GitHub Copilot / VS Code**\n\nSkills are automatically detected when placed in `.github/skills/` directory.\n\n---\n\n## 📚 Available Skills\n\n### Standalone Skills\n\n| Category | Skill | Code Fence | Description | Best For |\n|----------|-------|------------|-------------|----------|\n| � Data Charts | [vega](vega/SKILL.md) | ` ```vega-lite ` / ` ```vega ` | Data-driven charts with Vega-Lite and Vega | Bar, line, scatter, heatmap, area charts, radar, word cloud |\n| 📈 Infographic | [infographic](infographic/SKILL.md) | ` ```infographic ` | 70+ pre-designed templates with YAML syntax | KPI cards, timelines, roadmaps, SWOT, funnels, org trees |\n| 🎨 Mind Map | [canvas](canvas/SKILL.md) | ` ```canvas ` | Spatial node-based diagrams with JSON Canvas format | Mind maps, knowledge graphs, concept maps, planning boards |\n\n### HTML/CSS Embedded Skills\n\nThese skills generate HTML/CSS directly embedded in Markdown (no code fence):\n\n| Category | Skill | Templates | Description | Best For |\n|----------|-------|-----------|-------------|----------|\n| 🏛️ Layered Architecture | [architecture](architecture/SKILL.md) | 13 layouts × 12 styles | Color-coded layer diagrams with grid-based component layout | System layers, microservices, enterprise apps |\n| 🃏 Info Cards | [infocard](infocard/SKILL.md) | 13 layouts × 14 styles | Editorial-style information cards with magazine-quality typography | Knowledge summaries, data highlights, event announcements |\n\n### PlantUML-Based Skills\n\nThese skills use PlantUML as the diagram engine, with domain-specific mxgraph stencil icons and conventions. All use ` ```plantuml ` or ` ```puml ` code fence.\n\n| Category | Skill | Description | Best For |\n|----------|-------|-------------|----------|\n| 📐 UML Diagrams | [uml](uml/SKILL.md) | 14 UML diagram types with 9500+ mxgraph stencil icons | Software modeling, design patterns, API flows |\n| ☁️ Cloud Architecture | [cloud](cloud/SKILL.md) | AWS, Azure, GCP, Alibaba, IBM, OpenStack, Kubernetes icons | Cloud infrastructure, serverless, multi-cloud |\n| 🌐 Network Topology | [network](network/SKILL.md) | Network diagrams with Cisco/Citrix/industry device icons | LAN/WAN, enterprise networks, data center |\n| 🔒 Security Architecture | [security](security/SKILL.md) | IAM, encryption, firewall, threat detection, compliance icons | Threat models, zero-trust, compliance auditing |\n| 🏢 ArchiMate | [archimate](archimate/SKILL.md) | Enterprise architecture with ArchiMate layered modeling | Business/application/technology layer modeling |\n| 📋 BPMN | [bpmn](bpmn/SKILL.md) | Business process modeling, EIP, and Lean Mapping stencils | Workflow automation, EIP, value stream mapping |\n| 📊 Data Analytics | [data-analytics](data-analytics/SKILL.md) | Data pipeline and analytics workflow diagrams | ETL/ELT pipelines, data warehouses, ML workflows |\n| 📡 IoT | [iot](iot/SKILL.md) | IoT device, sensor, and edge computing diagrams | Smart home/factory, fleet management, digital twins |\n| 🧠 Mind Map | [mindmap](mindmap/SKILL.md) | Native PlantUML mind map syntax with directional branches and rich text | Brainstorming trees, study outlines, decision maps |\n\n### Skill Selection Guide\n\n| Use Case | Recommended Skill | Reason |\n|----------|-------------------|--------|\n| **Software Modeling** | | |\n| Flowchart / process flow | `uml` | PlantUML activity diagram with auto-layout |\n| Sequence diagram | `uml` | UML lifeline and flow shapes |\n| State machine | `uml` | UML statechart notation |\n| Class / object diagram | `uml` | Standard UML notation |\n| Component / deployment | `uml` | UML component and deployment views |\n| Dependency graph / module relations | `uml` | Package diagram with hierarchical layout |\n| **Data Visualization** | | |\n| Bar / line / scatter chart | `vega` | Data-driven visualization |\n| Heatmap / multi-series | `vega` | Statistical analysis |\n| Radar chart / word cloud | `vega` | Advanced Vega syntax |\n| KPI dashboard / metrics | `infographic` | Pre-designed card templates |\n| Timeline / roadmap | `infographic` | Built-in timeline templates |\n| SWOT / comparison | `infographic` | Structured comparison templates |\n| **Content & Presentation** | | |\n| Knowledge summary card | `infocard` | Editorial typography and layout |\n| Data highlight / metrics card | `infocard` | Magazine-quality data presentation |\n| Event announcement | `infocard` | Professional card design |\n| Topic overview | `infocard` | Content-driven tone sensing |\n| **Concept Mapping** | | |\n| Mind map / brainstorm (hierarchical auto-layout) | `mindmap` | PlantUML mind map syntax with automatic tree layout |\n| Mind map / brainstorm (free-position) | `canvas` | Free spatial positioning |\n| Knowledge graph | `canvas` | Node-edge with coordinates |\n| **Architecture** | | |\n| System layers (User→App→Data→Infra) | `architecture` | Color-coded HTML/CSS layer templates |\n| Microservices architecture | `architecture` | Grid-based component layout |\n| Enterprise architecture (ArchiMate) | `archimate` | ArchiMate layered modeling notation |\n| **Network & Cloud** | | |\n| Network topology (LAN/WAN) | `network` | Cisco/Citrix/industry device icons |\n| AWS architecture | `cloud` | AWS stdlib icons |\n| Azure / GCP / Alibaba Cloud | `cloud` | Provider-specific PlantUML stdlib |\n| Kubernetes deployment | `cloud` | K8s-specific icons |\n| **Security** | | |\n| Threat model | `security` | Security-specific icons and patterns |\n| Zero-trust architecture | `security` | IAM, firewall, encryption icons |\n| Compliance diagram | `security` | Audit and compliance flows |\n| **Business Process** | | |\n| BPMN workflow | `bpmn` | BPMN notation with swim lanes |\n| Integration pattern (EIP) | `bpmn` | Enterprise integration patterns |\n| Value stream mapping | `bpmn` | Lean Mapping stencils |\n| **Data Engineering** | | |\n| ETL/ELT pipeline | `data-analytics` | Data pipeline icons and patterns |\n| Data warehouse architecture | `data-analytics` | Warehouse/lake/lakehouse models |\n| ML workflow | `data-analytics` | ML pipeline visualization |\n| **IoT** | | |\n| Sensor network | `iot` | IoT device and sensor icons |\n| Edge computing architecture | `iot` | Edge/cloud integration patterns |\n| Digital twin / fleet management | `iot` | Asset modeling and tracking |\n\n---\n\n## 📖 Skill Structure\n\nEach skill contains:\n\n```\nskills/\n├── <skill-name>/\n│   ├── SKILL.md        # Detailed instructions for the agent (with YAML frontmatter)\n│   ├── examples/       # Example diagrams (PlantUML-based skills)\n│   ├── references/     # Syntax specs and examples (canvas, vega, infographic)\n│   ├── layouts/        # Layout templates (architecture, infocard)\n│   └── styles/         # Color style templates (architecture, infocard)\n└── README.md           # This file\n```\n\n### Skill Hierarchy\n\n```mermaid\nflowchart TD\n    plantuml[\"📐 PlantUML<br/><small>Base: text-based diagramming engine</small>\"]\n    standalone[\"🧩 Standalone<br/><small>Independent rendering engines</small>\"]\n    htmlcss[\"🎨 HTML/CSS<br/><small>Direct HTML embedding</small>\"]\n    \n    plantuml --> uml[\"📐 uml<br/><small>14 UML types + 9500 stencils</small>\"]\n    plantuml --> cloud[\"☁️ cloud<br/><small>AWS/Azure/GCP/Alibaba/IBM</small>\"]\n    plantuml --> network[\"🌐 network<br/><small>Cisco/Citrix devices</small>\"]\n    plantuml --> security[\"🔒 security<br/><small>IAM/Firewall/Encryption</small>\"]\n    plantuml --> archimate[\"🏢 archimate<br/><small>Enterprise ArchiMate layers</small>\"]\n    plantuml --> bpmn[\"📋 bpmn<br/><small>BPMN/EIP/Lean Mapping</small>\"]\n    plantuml --> dataanalytics[\"📊 data-analytics<br/><small>ETL/Warehouse/ML</small>\"]\n    plantuml --> iot[\"📡 iot<br/><small>Sensors/Edge/Smart systems</small>\"]\n    plantuml --> mindmap[\"🧠 mindmap<br/><small>Hierarchical brainstorming maps</small>\"]\n    \n    standalone --> vega[\"📊 vega<br/><small>Data-driven charts</small>\"]\n    standalone --> infographic[\"📈 infographic<br/><small>70+ YAML templates</small>\"]\n    standalone --> canvas[\"🎨 canvas<br/><small>JSON Canvas mind maps</small>\"]\n    \n    htmlcss --> architecture[\"🏛️ architecture<br/><small>12 styles × 13 layouts</small>\"]\n    htmlcss --> infocard[\"🃏 infocard<br/><small>14 styles × 13 layouts</small>\"]\n```\n\n### SKILL.md Format\n\nEach `SKILL.md` includes:\n- **YAML frontmatter** with `name`, `description`, and `metadata` fields\n- **Critical Syntax Rules** to avoid common errors\n- **Templates / Examples** for reference\n- **Common Pitfalls** and solutions\n\n---\n\n## 🎯 Usage Tips\n\n### For AI Agents\n\nWhen the agent receives a request involving diagrams or visualizations:\n\n1. **Identify the diagram type** from user requirements\n2. **Read the appropriate SKILL.md** for detailed instructions\n3. **Follow the syntax rules** carefully to avoid render failures\n4. **Use the code fence** specified in each skill\n\n### Code Fence Reference\n\n| Skill | Code Fence | Output Format |\n|-------|------------|---------------|\n| Vega-Lite | ` ```vega-lite ` | SVG/Canvas |\n| Vega | ` ```vega ` | SVG/Canvas |\n| Infographic | ` ```infographic ` | HTML |\n| Canvas | ` ```canvas ` | SVG |\n| UML | ` ```plantuml ` / ` ```puml ` | SVG |\n| Cloud | ` ```plantuml ` / ` ```puml ` | SVG |\n| Network | ` ```plantuml ` / ` ```puml ` | SVG |\n| Security | ` ```plantuml ` / ` ```puml ` | SVG |\n| ArchiMate | ` ```plantuml ` / ` ```puml ` | SVG |\n| BPMN | ` ```plantuml ` / ` ```puml ` | SVG |\n| Data Analytics | ` ```plantuml ` / ` ```puml ` | SVG |\n| IoT | ` ```plantuml ` / ` ```puml ` | SVG |\n| Mindmap | ` ```plantuml ` / ` ```puml ` | SVG |\n| Architecture | (no fence, raw HTML) | HTML |\n| Infocard | (no fence, raw HTML) | HTML |\n\n---\n\n## 🔗 Links\n\n- [Markdown Viewer Extension](https://docu.md) - The rendering engine behind these skills\n- [Agent Skills Format](https://agentskills.io/) - Standard format for AI agent skills\n- [Chrome Extension](https://chromewebstore.google.com/detail/markdown-viewer/jekhhoflgcfoikceikgeenibinpojaoi) - Install for Chrome and Chromium browsers\n- [Edge Extension](https://microsoftedge.microsoft.com/addons/detail/documd-markdown-viewer/iphmkjlbnogmhofmmcahdhodiilokfca) - Install from Microsoft Edge Add-ons\n- [Firefox Add-on](https://addons.mozilla.org/firefox/addon/markdown-viewer-extension/) - Install for Firefox\n- [Obsidian Plugin](https://community.obsidian.md/plugins/markdown-viewer-extension) - Install from the Obsidian community directory\n- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=xicilion.markdown-viewer-extension) - Install for VS Code\n\n---\n\n## 🤝 Contributing\n\nTo add a new skill:\n\n1. Create a new folder under `skills/` with your skill name\n2. Add a `SKILL.md` file following the standard format:\n   ```yaml\n   ---\n   name: your-skill-name\n   description: Brief description of the skill\n   metadata:\n     author: Your attribution text\n   ---\n   ```\n3. Include examples/references in a subfolder\n4. Update this README to include your skill in the tables\n\n---\n\n## 📄 License\n\nGPL-3.0\n",
  "bytes": 12011,
  "sha": "dd783f94d7c9f0440a1999ff7f843f480c8f098552309a18e7e72679cf2076b3",
  "repo_slug": "markdown-viewer/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_markdown_viewer_skills_data_analytics_d58eea3f/readme"
}