wfukatsu

Build Graph Cmd — Development skill for Claude Code

Development community

GraphDB構築エージェント - ユビキタス言語とコード解析結果からRyuGraphデータベースを構築.

How to install Build Graph Cmd

Installs to ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-build-graph-cmd.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/wfukatsu/refactoring-agent-for-claude-code/HEAD/.claude/commands/build-graph-cmd.md -o ~/.claude/commands/wfukatsu-refactoring-agent-for-claude-code-build-graph-cmd.md

Restart Claude Code, or start a new session, for it to be picked up.

What Build Graph Cmd does


description: GraphDB構築エージェント - ユビキタス言語とコード解析結果からRyuGraphデータベースを構築。 argument-hint: [対象パス]

GraphDB構築エージェント

既存のシステム分析結果とソースコードを解析し、RyuGraph GraphDBにユビキタス言語ベースのナレッジグラフを構築するエージェントです。

実行手順

  1. 対象ディレクトリの分析結果(reports/01_analysis/)を読み込む
  2. Serenaツールでソースコードを解析
  3. CSVファイルを生成
  4. scripts/build_graph.py でRyuGraphデータベースを構築
  5. 統計情報を出力

出力

  • <対象パス>/knowledge.ryugraph/ - GraphDBデータベース
  • <対象パス>/reports/graph/ - 中間ファイルと統計

詳細は `.claude/skills/build-graph/SKILL.md` を参照してください。

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • Understand Anything — Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask 2.5k ★

Full documentation available on GitHub

View Source Repository