Skip to content
Development
Command

/visualize

Generate temporal HTML call graph visualization

From plugin
codebase-index
1629 skills9 commands1 MCP
Install
> /plugin marketplace add Helweg/open-codebase-index
> /plugin install codebase-index@helweg-plugins

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/visualize

Context preview

What this command does when you run it.

Generate temporal HTML call graph visualization

Command definition

visualize.md
description: Generate temporal HTML call graph visualization

Generate an interactive temporal call graph visualization that starts with recent movement/onboarding context, then supports module overview, symbol exploration, hotspots, and cycles.

User input: $ARGUMENTS

Parse input for optional parameters:

  • Plain text → directory filter (e.g., `/visualize src/services`)
  • `max=N` or "limit N" → sets maxNodes
  • `orphans` or `include-orphans` → sets includeOrphans=true
  • No input → visualize recent code movement plus entire call graph

Call `index_visualize` with parsed parameters.

Examples:

  • `/visualize` → temporal onboarding view with changes, modules, symbols, hotspots, and cycles
  • `/visualize src/tools` → only symbols in src/tools/
  • `/visualize max=1000` → limit to 1000 nodes
  • `/visualize src/indexer orphans` → include disconnected nodes

If the index doesn't exist, run `index_codebase` first.

Return the generated file path and open instructions.

Terminology:

  • Modules are path-based code areas, such as `src/tools` or `native`.
  • Symbols are indexed named code units, such as functions, methods, classes, or Rust modules.
  • Cycles are loops where code can eventually call or depend back on itself.
Ships withcodebase-index

Search a codebase by meaning, then follow the result into definitions, callers, and dependency paths. open-codebase-index is a local semantic code index for OpenCode, Jcode, Pi, Codex, Claude Code, and other MCP clients.

Get the whole plugin
Stats
170
Stars
31
Forks
Active
Maintenance
TypeScript
Language
MIT
License
4h ago
Last commit
7mo ago
Created

Repo: Helweg/open-codebase-index