install
source · Clone the upstream repo
git clone https://github.com/Yeachan-Heo/oh-my-codex
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Yeachan-Heo/oh-my-codex "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/trace" ~/.claude/skills/yeachan-heo-oh-my-codex-trace && rm -rf "$T"
manifest:
skills/trace/SKILL.mdsource content
Agent Flow Trace
[TRACE MODE ACTIVATED]
Objective
Display the flow trace showing how hooks, keywords, skills, agents, and tools interacted during this session.
Instructions
-
Use
MCP tool to show the chronological event timelinetrace_timeline- Call with no arguments to show the latest session
- Use
parameter to focus on specific event types (hooks, skills, agents, keywords, tools, modes)filter - Use
parameter to limit outputlast
-
Use
MCP tool to show aggregate statisticstrace_summary- Hook fire counts
- Keywords detected
- Skills activated
- Mode transitions
- Tool performance and bottlenecks
Output Format
Present the timeline first, then the summary. Highlight:
- Mode transitions (how execution modes changed)
- Bottlenecks (slow tools or agents)
- Flow patterns (keyword -> skill -> agent chains)