一键导入
mermaid-authoring
Author and review Mermaid diagrams with portable syntax. Use when writing Mermaid in Markdown, Obsidian, GitHub, Jekyll, Astro or .mermaid files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Author and review Mermaid diagrams with portable syntax. Use when writing Mermaid in Markdown, Obsidian, GitHub, Jekyll, Astro or .mermaid files.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
First-party, sovereign workflows form — author, list, and validate multi-step workflow specs (YAML, DAG of block/command/agent steps with typed I/O). Use when writing or checking .workflows/*.workflow.yaml. Execution (running workflows) is delivered by SP2; this slice provides the form (workflow_list, workflow_validate).
Conduz um experimento de dogfood onde a colônia Pi executa uma task do .project/tasks.json em dois tempos (research → código) com gates do operador. Use quando o operador quiser ativar um experimento colony-experiment-phase1 ou colony-experiment-phase2.
Use when a Pi session needs to continue local-safe work with low operator friction: discover focus, interview only for missing constraints, prepare bounded slices, use workers only behind gates, checkpoint, and stop on real risk.
Interact with web pages via browser automation: navigate, click, fill forms, screenshot, and evaluate JavaScript. Uses Chrome/Chromium remote debugging (CDP).
Operar o control-plane local-first do agents-lab com board canônico, long-runs bounded, handoff/checkpoint, rollout/rollback e espelhos externos sem perder governança.
Guia o cultivo de uma primitiva reutilizável. Use quando o usuário identificar um padrão recorrente que merece ser extraído como skill, extensão ou convenção.
| name | mermaid-authoring |
| description | Author and review Mermaid diagrams with portable syntax. Use when writing Mermaid in Markdown, Obsidian, GitHub, Jekyll, Astro or .mermaid files. |
Use this skill when creating or reviewing Mermaid diagrams.
Produce Mermaid that renders across common Markdown and docs surfaces without assuming a specific site generator.
[[wikilinks]] inside Mermaid edge labels./, emoji or punctuation-heavy text.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
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.