graphviz
✓通过精确的布局控制创建复杂的有向/无向图。最适合依赖树、组织结构图、网络拓扑和模块关系。当您需要细粒度的边缘布线或具有多个级别的分层布局时使用。不适用于简单流程图(使用 mermaid)或数据图表(使用 vega)。
SKILL.md
Important: Use `dot as the code fence identifier, NOT `graphviz .
Quick Start: Choose digraph (directed) or graph (undirected) → Define nodes with attributes (shape, color, label) → Connect with -> or -- → Set layout (rankdir, spacing) → Wrap in `dot fence. Default: top-to-bottom (rankdir=TB), cluster names must start with cluster, use semicolons.
| Nodes overlapping | Increase nodesep and ranksep | | Poor layout | Change rankdir or add {rank=same} | | Edges crossing | Use splines=ortho or adjust node order | | Cluster not showing | Name must start with cluster | | Label not displaying | Check quote escaping |
通过精确的布局控制创建复杂的有向/无向图。最适合依赖树、组织结构图、网络拓扑和模块关系。当您需要细粒度的边缘布线或具有多个级别的分层布局时使用。不适用于简单流程图(使用 mermaid)或数据图表(使用 vega)。 来源:markdown-viewer/skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/markdown-viewer/skills --skill graphviz- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 graphviz?
通过精确的布局控制创建复杂的有向/无向图。最适合依赖树、组织结构图、网络拓扑和模块关系。当您需要细粒度的边缘布线或具有多个级别的分层布局时使用。不适用于简单流程图(使用 mermaid)或数据图表(使用 vega)。 来源:markdown-viewer/skills。
如何安装 graphviz?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/markdown-viewer/skills --skill graphviz 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/markdown-viewer/skills
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-01