data-analytics

data analytics

markdown-viewer ↓ 2.8k
Claude Code
View source ↗

What it does

  • Every diagram starts with @startuml and ends with @enduml
  • Use left to right direction for data pipelines (Source → Ingest → Transform → Store → Visualize)
  • Use mxgraph.aws4. stencil syntax for analytics, database, and storage icons
  • Default colors are applied automatically — you do NOT need to specify fillColor or strokeColor
  • Use rectangle "Zone" { ... } or package "Layer" { ... } for grouping pipeline stages
  • Directed flows use -->, async/streaming flows use ..> (dashed)

Requirements & configuration

  • Default colors are applied automatically — you do NOT need to specify fillColor or strokeColor

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

data analytics

Source

Repository: https://github.com/markdown-viewer/skills

data-analytics FAQ

What does the data-analytics skill do?

Create data pipeline and analytics architecture diagrams using PlantUML syntax with database/analytics stencil icons. Best for ETL pipelines, data lakes, real-time streaming, data warehousing, and BI dashboard design. Every diagram starts with @startuml and ends with @enduml Use left to right direction for data pipelines (Source → Ingest → Transform → Store → Visualize)

What does data-analytics require?

Default colors are applied automatically — you do NOT need to specify fillColor or strokeColor

How do I install data-analytics?

Run: npx -y skills add https://github.com/markdown-viewer/skills --skill data-analytics --agent claude-code — the source lives at github.com/markdown-viewer/skills.

Maintain data-analytics?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[data-analytics on getagentictools](https://getagentictools.com/skills/markdown-viewer-skills-data-analytics?ref=badge)
npx agentictools info skills/markdown-viewer-skills-data-analytics

The second line is the CLI lookup for this page — handy in READMEs and docs.