mermaid-authoring

mermaid-authoring is a skill for Claude Code, Codex from aretw0/agents-lab. It costs 39 tokens per session (357 once invoked), scanned A, original, MIT.

A guide for writing portable Mermaid diagrams. Mermaid is a text format that turns diagrams into visual flowcharts, state diagrams, and similar graphics.

In plain words
What is it for?
Use it to author or review Mermaid syntax, choose safe node labels, handle template placeholders, and validate generated diagrams.
Why use it?
It reduces rendering problems when the same diagram is used in Markdown, documentation sites, GitHub, Obsidian, or Jekyll.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to author or review Mermaid syntax, choose safe node labels, handle template placeholders, and validate generated diagrams.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aretw0/agents-lab/mermaid-authoring
Install

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.

Any agent
npx skills add aretw0/agents-lab --skill mermaid-authoring
Clone the repo
git clone --depth 1 https://github.com/aretw0/agents-lab

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for mermaid-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/aretw0/agents-lab/mermaid-authoring/github.svg)](https://agentmods.dev/skills/aretw0/agents-lab/mermaid-authoring)
Your own site
<a href="https://agentmods.dev/skills/aretw0/agents-lab/mermaid-authoring"><img src="https://agentmods.dev/badge/skills/aretw0/agents-lab/mermaid-authoring/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.

agentmods 80×15 button for mermaid-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/aretw0/agents-lab/mermaid-authoring"><img src="https://agentmods.dev/badge/skills/aretw0/agents-lab/mermaid-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 357 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00357
Opus 5 $0.00019 $0.00179
Sonnet 5 $0.00008 $0.00071
Haiku 4.5 $0.00004 $0.00036

Measured 10d ago against content hash dbb65d81e12a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

mermaid-authoring 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 10d 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.

packages/pi-skills/skills/mermaid-authoring/SKILL.md · 55 lines

What it actually says

Mermaid Authoring

Use this skill when creating or reviewing Mermaid diagrams.

Goal

Produce Mermaid that renders across common Markdown and docs surfaces without assuming a specific site generator.

Rules

  • Use ASCII ids for nodes/states.
  • Put Portuguese, accents and domain language in quoted labels.
  • Do not use [[wikilinks]] inside Mermaid edge labels.
  • Quote labels containing /, emoji or punctuation-heavy text.
  • Keep renderer-specific choices out of the diagram unless the project documents them.
  • If the output is a generated site, validate the generated artifact, not only the Markdown source.
  • Escape template-engine delimiters such as double-curly placeholders when publishing through Jekyll/Liquid or similar engines.

Patterns

Flowchart:

graph LR
  intake["Entrada"] --> board["Board canônico"]
  board --> check["Validação focal"]

State diagram:

stateDiagram-v2
  state "Em revisão" as inReview
  [*] --> inReview
  inReview --> done: aprovado

Validation

If the repo provides a Mermaid check, run it. In agents-lab:

pnpm run mermaid:check
pnpm run docs:site:build:smoke

If the project commits generated SVGs, also run the project-specific generation/sync command. If the project renders diagrams client-side, run its site smoke to confirm the built HTML still contains reconstructable Mermaid source.

Changes

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.

  1. 10d ago First seen · 55 lines · 39 tokens per session scan A dbb65d81e12a

Subscribe to this mod's changes

mermaid-authoring is a skill published in the GitHub repository aretw0/agents-lab (11 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 357 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

codex-claude-worker

Translate natural-language user requests into bounded Claude Code worker tasks while Codex or ChatGPT remains the supervisor. Use when the user gives an ordinary prompt and wants Codex to clarify scope, choose a safe work boundary, generate a worker prompt, approve or defer worker execution, read run summaries and…

zhuzai-2007/claude-code-mcp-harness · 86 tokens

taiyi-plan

A TaiyiForge planning step that turns a README, product requirements document, or technical plan into a list of separate project changes. Each change includes a suggested work profile, dependencies, and priority.

Dong90/oh-my-taiyiforge · 52 tokens

taiyi-design

A technical-design guide for planning software changes before implementation. It produces a DESIGN.md document comparing at least two approaches and recording the chosen structure and trade-offs.

Dong90/oh-my-taiyiforge · 28 tokens

taiyi-dev

A software-development stage that implements planned tasks using test-driven development, or TDD: write a failing test, make it pass, then improve the code. It checks the task plan, dependencies, file boundaries, and required completion evidence.

Dong90/oh-my-taiyiforge · 21 tokens

taiyi-integration

A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.

Dong90/oh-my-taiyiforge · 27 tokens

taiyi-requirement

A requirements-analysis process that turns a proposed change into a REQUIREMENT.md document. It records user needs, acceptance checks, terminology, triggers, and dependencies, with different levels of detail for different project sizes.

Dong90/oh-my-taiyiforge · 27 tokens