← 返回
未分类

Code Flow Graph

This skill generates interactive HTML node-graph diagrams to visualize codebase structure, class relationships, and function call chains. It should be used w...
此技能生成交互式HTML节点图,用于可视化代码库结构、类关系和函数调用链。使用方法...
biubiubiu533 biubiubiu533 来源
未分类 clawhub v1.0.0 1 版本 99804.7 Key: 无需
★ 0
Stars
📥 511
下载
💾 0
安装
1
版本
#code#latest#visualization

概述

Code Flow Graph

Generate interactive node-graph HTML diagrams that visualize code structure and call relationships.

When to Use

  • User requests code structure visualization, architecture diagrams, or call-chain mapping
  • User wants to understand how classes/modules/functions relate to each other
  • User wants to see UI event flows (button click → handler → business logic) — UI projects only
  • User asks to "diagram", "visualize", "map out", or "graph" the code

Architecture

The output consists of two files placed in a dedicated folder:

  1. code_flow_graph.html — rendering engine (from this skill's example/code_flow_graph.html template)
  2. code_flow_graph_data.js — diagram data (generated per-project)

The HTML loads the JS via