infographics
Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. **This s…
Maintainer Clayton Young / Superior Byte Works, LLC (@borealBytes) · Last updated March 31, 2026
This skill teaches you — and enforces a standard for — creating scientific documentation using **markdown with embedded Mermaid diagrams as the default and canonical format**. The core bet: a relationship expressed as a Mermaid diagram inside a `.md` file is more valuable than any image. It is text, so it diffs cleanly in git. It requires no build step. It renders natively on GitHub, GitLab, Notion, VS Code, and any….
Original source
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/markdown-mermaid-writing
Skill Snapshot
Source Doc
| What matters | Mermaid in Markdown | Python / AI Image |
|---|---|---|
| Git diff readable | ✅ | ❌ binary blob |
| Editable without regenerating | ✅ | ❌ |
| Token efficient vs. prose | ✅ smaller | ❌ larger |
| Renders without a build step | ✅ | ❌ needs hosting |
| Parseable by AI without vision | ✅ | ❌ |
| Works in GitHub / GitLab / Notion | ✅ | ⚠️ if hosted |
| Accessible (screen readers) | ✅ accTitle/accDescr | ⚠️ needs alt text |
| Convertible to image later | ✅ anytime | — already image |
Phase 1 is mandatory. Even if you proceed to Phase 2 or 3, the Mermaid source stays committed.
Related skills
Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. **This s…
Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides compr…
Matplotlib is Python's foundational visuali.
This skill enables the transformation of academic papers into multiple promotional and presentation formats using the Paper2All autonomous p…