Plugin Claude Code
Knowledge graph tools for exploring system architecture, code structure, and service dependencies.
Plugin Claude Code
Knowledge graph tools for exploring system architecture, code structure, and service dependencies.
Command Claude Code
Report the current session state: branch, changes, PR status, and a summary. Use when: "what's the status", "where are we", "session status", "what have we done".
Command Claude Code
Hard reset to origin/main and clear the chat context.
Command Claude Code
Fetch PR review comments, fix the issues, reply to threads, and push. Pass a PR number as argument, or omit to use the current branch's PR. Use this command when: "check pr comments", "fix pr feedback", "address review comments" "resolve pr comments", "review-pr", "handle pr comments" After pushing code that has been…
Command Claude Code
Report the current session state: branch, changes, PR status, and a summary. Use when: "what's the status", "where are we", "session status", "what have we done".
Settings file Claude Code
Agent settings configuring statusLine.
Instructions file
Instructions for opentrace/opentrace, covering opentrace, repository structure, building & running, build everything and run individual components.
Plugin Claude Code
Knowledge graph tools for exploring system architecture, code structure, and service dependencies.
MCP server Claude CodeCodexCursor +2
OpenTrace Python agent — maps system architecture, code structure, and service relationships into a knowledge graph. Runs locally from the opentraceai Python package.
Agent
Explores indexed code structure using the OpenTrace knowledge graph. Finds classes, functions, files, directories, services, modules, and their relationships. Use this agent to understand how code is organized, browse repo structure, trace dependencies, and discover connected components. Use this agent when the user…
Agent
Analyzes dependencies and blast radius for code changes. Maps what depends on a given component and what it depends on. Use this agent to assess the impact of changes before making them. Use this agent when the user asks: "What will this change break?" or "Is it safe to change X?" "What uses X?" or "What depends on…
Agent
Explains how a service, module, or major component works by walking the OpenTrace knowledge graph from the top down. Use this agent when the user asks: "How does service X work?" or "Explain X to me" "Give me an overview of X" or "Walk me through X" "What does the X service/module do?" "Help me understand X" or "I'm…
Agent
Finds all usages, callers, and references to a specific component using the OpenTrace knowledge graph. Use this agent when the user asks: "What calls X?" or "Who uses X?" "Find all references to X" "Where is X used?" or "Show me callers of X" "What invokes this function/method/endpoint?" Any question about finding…
Agent
Interactive walk-through of the OpenTrace knowledge graph. Chains traversals, explanations, and shortest-path queries; closes each answer with a concrete next hop so the user keeps moving instead of having to ask "what now?". Use this agent when the user asks: "explore this graph with me", "walk me through it", "guide…
Agent
General-purpose agent for answering ANY question about the codebase using the OpenTrace knowledge graph. This is the default agent to use when you're not sure which specialist to pick — it handles everything from file browsing to architecture exploration to dependency analysis. Use this agent when the user asks…
Command
Surface god nodes, cross-cluster bridges, and suggested questions. Use when: "/analyze", "what should I look at first?", "surface the highlights".
Command
Build a knowledge graph over the current folder (or a path / GitHub URL). Runs the native OpenTrace pipeline: index → cluster → analyze. Use when: "build the knowledge graph", "/build", "full pipeline on this folder".
Command
Re-run clustering on the existing index. Use when: "re-cluster the graph", "/cluster", "split clusters again after re-indexing".
Command
Explore a component in the OpenTrace knowledge graph.
Command
Export the graph as GraphML (Gephi / yEd / Cytoscape). Use when: "/export-graphml", "open this in Gephi".
Command
Export an Obsidian-compatible vault — one .md per node, folder per cluster. Use when: "/export-obsidian", "open this graph in Obsidian".
Command
Export a folder of linked markdown pages — an index dashboard (provenance header, Mermaid cluster map), per-cluster and per-god-node pages, and a bridges page. Use when: "/export-report", "generate docs from the graph".
Command
Show an overview of what's indexed in the OpenTrace knowledge graph.
Command
Index (or re-index) the current project into the OpenTrace knowledge graph. Use when: "index this repo", "re-index", "update the graph", "build the index".