trace

Display agent flow trace timelines and aggregate summaries for session debugging.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill trace-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/trace
Command: npx skills add https://github.com/YeaChan05/Remittance --skill trace-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill provides a clear visualization of agent interactions by displaying a timeline of events and a concise summary to aid debugging and performance analysis.

Core Features & Use Cases

  • Timeline visualization shows chronological events (hooks, keywords, skills, agents, tools) during a session.
  • Summary metrics deliver aggregate counts, mode changes, and bottlenecks for quick assessment.
  • Use Case: During debugging, identify where flows deviate and optimize agent coordination.

Quick Start

Run trace_timeline with no arguments to display the latest session timeline, then run trace_summary to view the aggregated statistics.

Frequently Asked Questions about trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug agent flow interactions during a session?

Debug agent flow interactions by rendering a chronological timeline of hooks, keywords, skills, agents, and tools. This visualization identifies where flows deviate to optimize agent coordination.

Can I get aggregate statistics for agent performance bottlenecks?

Yes, compute aggregate statistics for agent performance bottlenecks using a summary view. It delivers aggregate counts, mode changes, and bottleneck metrics for quick session assessment.

What is the best way to view a chronological timeline of agent events?

The best way to view a chronological timeline of agent events is by rendering the latest session timeline with no arguments. This displays chronological interactions across hooks, skills, agents, and tools.

How do I filter agent trace events by specific types?

Filter agent trace events by applying type filters to the timeline rendering. This narrows the chronological event display to specific hooks, keywords, skills, agents, or tools during session debugging.

Do I need any dependencies to visualize agent session traces?

No dependencies are required to visualize agent session traces. The tool independently renders chronological event timelines and computes aggregate statistics for debugging.

Why does my agent flow deviate from the expected execution path?

Agent flow deviates from expected execution paths due to interaction conflicts. Displaying a timeline of chronological events identifies exactly where hooks, keywords, skills, agents, and tools intersect incorrectly.