Install
npx skillscat add yeachan-heo/oh-my-codex/trace Install via the SkillsCat registry.
We need to produce a 2-3 sentence plain-text summary, objective, factual, no marketing language, no superlatives, no calls to action. Must be natural prose, no bullet points, no headings, no markdown. At most 60 words. Must be only the summary text, no extra. So we need to describe what the skill does: Show agent flow trace timeline and summary. Problem it solves: visualize interaction flow, identify bottlenecks, etc. When to use: when debugging or analyzing session interactions. Must be 2-3 sentences, objective. Let's craft maybe 2 sentences, within 60 words.
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
trace_timelineMCP tool to show the chronological event timeline- Call with no arguments to show the latest session
- Use
filterparameter to focus on specific event types (hooks, skills, agents, keywords, tools, modes) - Use
lastparameter to limit output
Use
trace_summaryMCP tool to show aggregate statistics- 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)