render-diagrams-to-svg
Finds DiagramForge-compatible diagram fences in markdown and renders them to SVG in bulk using the repository's render workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Finds DiagramForge-compatible diagram fences in markdown and renders them to SVG in bulk using the repository's render workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rewrites markdown to reference rendered DiagramForge SVGs instead of inline diagram fences, while preserving the original source when possible.
Turns prose, bullets, or structured notes into DiagramForge-compatible diagram source. Prefer Mermaid for graph-native diagrams and the Conceptual DSL for slide-native layouts such as matrix, cycle, funnel, chevrons, radial, pillars, and pyramid.
| name | render-diagrams-to-svg |
| description | Finds DiagramForge-compatible diagram fences in markdown and renders them to SVG in bulk using the repository's render workflow. |
| user-invocable | true |
Use this skill when a user wants to render one or more markdown-embedded diagrams to SVG files using DiagramForge.
This skill is intended for repository or documentation workflows where diagram source remains in markdown and rendered SVGs are generated as build or publish artifacts.
Use the companion script:
pwsh scripts/Render-MarkdownDiagrams.ps1 -RootPath <docs-root> -OutputRoot <svg-output-root>
The script is designed to find diagram fences labeled with:
mermaiddiagramdiagramforgeconceptual