charts-flow

仓库创建 2025年11月10日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

将图表独立文件化并回链,便于版本管理与可视化维护。

这个 Skill 做什么

为 SDD 文档生成与维护独立的 Mermaid 架构图并保持可追溯性。

把架构图用 Mermaid 单独维护成 traceable 文件,放在 diagrams/ 里并保持可回溯到父级 SDD 文档的稳定 ID 和反向链接。在给 BRD/PRD/ADR/SPEC/IPLAN 新增或迁移图示时用,既让主文档更轻量又方便单独渲染和版本管理。特别之处是统一负责生成、校验和导出 SVG,保证图与文档的一致性。

▸ 展开 SKILL.md 英文原文

Create and manage Mermaid architecture diagrams as separate, traceable files linked to their parent SDD documents. Use when adding or migrating diagrams for BRD, PRD, ADR, SPEC, or IPLAN documents.

开发编程图表管理Mermaid文档追溯通用
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/charts-flow/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/charts-flow/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# charts-flow

## Purpose

Generate and maintain Mermaid architecture diagrams for SDD documents. Diagrams
live in separate `diagrams/` files next to their parent document — keeping the
parent lean to render — and stay traceable back to that parent through a stable
diagram ID and a back-reference link.

This is the single diagram skill for the plugin: all Mermaid generation,
validation, and SVG rendering lives here.

## When to Use

Use `charts-flow` when:

- Adding an architecture diagram (flowchart, sequence, class, state, component,
  or deployment) to a BRD, PRD, ADR, SPEC, or IPLAN.
- Migrating an existing inline `mermaid` block into a separate diagram file.
- A parent document renders 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有