interrogate
25Command
Answer a question about the codebase without making any changes. Use when: "how does X work", "what is X", "where is X", "explain X", "why does X".
Command
Answer a question about the codebase without making any changes. Use when: "how does X work", "what is X", "where is X", "explain X", "why does X".
Command
Find a shortest path between two graph nodes. Use when: "/path A B", "how does X connect to Y?".
Command
Check for and install updates to the OpenTrace CLI (opentraceai). Use when: "update opentraceai", "update cli", "check for updates", "upgrade opentraceai", "new version".
Hook
Runs when a session starts, executing session-start.sh. From opentrace/opentrace.
Hook
Runs before the agent uses a tool for Grep, Glob and Bash tool calls, executing opentrace-hook.py via python3. From opentrace/opentrace.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing edit-hook.py via python3. From opentrace/opentrace.
Skill Claude CodeCodex
Explore code structure, architecture, files, directories, and component relationships using the OpenTrace knowledge graph. Use this skill for ANY question about the codebase that the graph might answer — including browsing, searching, and understanding code organization. Triggers on: Structure: "how does X work"…
Skill Claude CodeCodex
Run the full OpenTrace knowledge-graph pipeline over a folder or repo — index, clustering, highlight surfacing, and the markdown / graphml / Obsidian exporters. Use this skill when the user wants more than the bare structural index: when they ask for clusters, highlights, or a navigable artifact to hand to another…