将代码转换为 Mermaid 流程图表示,便于理解代码逻辑流程。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill code-flow-visualizer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Code Flow Visualizer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-code-flow-visualizer)More formats (shields.io, HTML) on the badges page.
---
name: Code Flow Visualizer
description: 将代码转换为 Mermaid 流程图表示,便于理解代码逻辑流程。
---
# Code Flow Visualizer
将代码转换为 Mermaid 流程图表示,便于理解代码逻辑流程。
## 功能
- 分析代码逻辑结构
- 生成 Mermaid 流程图
- 支持 Python、JavaScript、TypeScript
## 使用方式
当用户需要可视化代码流程时说"可视化代码"或"生成流程图"。
## 示例
```
用户: 帮我把这个Python函数生成流程图
助手: (使用 code_flow_visualizer skill)
```
## 工具
使用 Mermaid JS 或 PlantUML 生成图表。
## 限制
- 仅处理单一函数/方法
- 不支持 goto 语句
- 复杂循环可能简化显示
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!