Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add yanjumlinnb-boop/scientific-agent-skills --skill markdown-mermaid-writinggit clone --depth 1 https://github.com/yanjumlinnb-boop/scientific-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yanjumlinnb-boop/scientific-agent-skills/markdown-mermaid-writing)<a href="https://agentmods.dev/skills/yanjumlinnb-boop/scientific-agent-skills/markdown-mermaid-writing"><img src="https://agentmods.dev/badge/skills/yanjumlinnb-boop/scientific-agent-skills/markdown-mermaid-writing/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yanjumlinnb-boop/scientific-agent-skills/markdown-mermaid-writing"><img src="https://agentmods.dev/badge/skills/yanjumlinnb-boop/scientific-agent-skills/markdown-mermaid-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00060 | $0.03581 |
| Opus 5 | $0.00030 | $0.01791 |
| Sonnet 5 | $0.00012 | $0.00716 |
| Haiku 4.5 | $0.00006 | $0.00358 |
Grade A, and why
markdown-mermaid-writing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to markdown-mermaid-writing — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 318 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Markdown and Mermaid Writing
Overview
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 markdown viewer. It uses
fewer tokens than a prose description of the same relationship. And it can always be
converted to a polished image later — but the text version remains the source of truth.
"The more you get your reports and files in .md in just regular text, which mermaid is as well as being a simple 'script language'. This just helps with any downstream rendering and especially AI generated images (using mermaid instead of just long form text to describe relationships < tokens). Additionally mermaid can render along with markdown for easy use almost anywhere by humans or AI."
— Clayton Young (@borealBytes), K-Dense Discord, 2026-02-19
When to Use This Skill
Use this skill when:
- Creating any scientific document — reports, analyses, manuscripts, methods sections
- Writing any documentation — READMEs, how-tos, decision records, project docs
- Producing any diagram — workflows, data pipelines, architectures, timelines, relationships
- Generating any output that will be version-controlled — if it's going into git, it should be markdown
- Working with any other skill — this skill defines the documentation layer that wraps every other output
- Someone asks you to "add a diagram" or "visualize the relationship" — Mermaid first, always
Do NOT start with Python matplotlib, seaborn, or AI image generation for structural or relational diagrams. Those are Phase 2 and Phase 3 — only used when Mermaid cannot express what's needed (e.g., scatter plots with real data, photorealistic images).
What ships with it
36 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/examples/example-research-report.md 8.8 KB
- references/diagrams/architecture.md 4.3 KB
- references/diagrams/block.md 4.7 KB
- references/diagrams/c4.md 6.1 KB
- references/diagrams/class.md 8.3 KB
- references/diagrams/complex_examples.md 17 KB
- references/diagrams/er.md 7.4 KB
- references/diagrams/flowchart.md 6.8 KB
- references/diagrams/gantt.md 5.7 KB
- references/diagrams/git_graph.md 2.0 KB
- references/diagrams/kanban.md 3.5 KB
- references/diagrams/mindmap.md 2.2 KB
- references/diagrams/packet.md 1.7 KB
- references/diagrams/pie.md 1.5 KB
- references/diagrams/quadrant.md 2.1 KB
- references/diagrams/radar.md 2.1 KB
- references/diagrams/requirement.md 2.4 KB
- references/diagrams/sankey.md 2.1 KB
- references/diagrams/sequence.md 5.4 KB
- references/diagrams/state.md 5.3 KB
- references/diagrams/timeline.md 4.1 KB
- references/diagrams/treemap.md 2.0 KB
- references/diagrams/user_journey.md 4.9 KB
- references/diagrams/xy_chart.md 1.8 KB
- references/diagrams/zenuml.md 2.2 KB
- references/markdown_style_guide.md 34 KB
- references/mermaid_style_guide.md 26 KB
- templates/decision_record.md 7.0 KB
- templates/how_to_guide.md 6.9 KB
- templates/issue.md 13 KB
- templates/kanban.md 11 KB
- templates/presentation.md 7.9 KB
- templates/project_documentation.md 11 KB
- templates/pull_request.md 13 KB
- templates/research_paper.md 9.9 KB
- templates/status_report.md 7.0 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 318 lines · 60 tokens per session scan A 50a75a499515
markdown-mermaid-writing is a skill published in the GitHub repository yanjumlinnb-boop/scientific-agent-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 3,581 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to markdown-mermaid-writing, differing in 7 lines, and is treated as a copy.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…