trace

Display agent flow timelines to debug hooks, keywords, skills, agents, and tools.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/eszxcvfd/ANIZAKI --skill trace-eszxcvfd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/eszxcvfd/ANIZAKI/tree/main/.agents/skills/trace
Command: npx skills add https://github.com/eszxcvfd/ANIZAKI --skill trace-eszxcvfd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Displays the chronological trace of how hooks, keywords, skills, agents, and tools interact during a session to aid debugging and optimization.

Core Features & Use Cases

  • Real-time visibility into agent execution flow
  • Timeline view via trace_timeline and aggregate insights via trace_summary
  • Helps debugging and auditing of AI agent orchestration

Quick Start

Run trace_timeline with no arguments to display the latest session timeline.

Frequently Asked Questions about trace

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

FAQPage Schema
How do I visualize agent interaction flow in real-time?

Visualize agent interaction flow by running trace_timeline with no arguments to display the latest session timeline, showing chronological interactions of hooks, skills, agents, and tools. This aids debugging and auditing of AI agent orchestration.

How do I debug bottlenecks in AI agent orchestration?

Debug bottlenecks in AI agent orchestration by reviewing the trace_summary, which provides aggregate insights and highlights modes, bottlenecks, and flow patterns from your session data to help optimize execution.

What is the best way to audit conversation workflows in agent sessions?

The best way to audit conversation workflows is to review the chronological trace of how hooks, keywords, skills, agents, and tools interact during a session, enabling developers to review event sequences and transitions for debugging.

Can I view event sequences and transitions without configuring dependencies?

Yes, you can view event sequences and transitions without configuring dependencies. The skill operates with no dependencies, allowing you to quickly run trace_timeline to display the latest session timeline immediately.

Does the trace timeline show how hooks and tools interact together?

Yes, the trace timeline shows how hooks, keywords, skills, agents, and tools interact together during a session, providing real-time visibility into agent execution flow for debugging and optimization purposes.

Why do I need a timeline view for debugging agent execution flow?

You need a timeline view for debugging agent execution flow because it displays the chronological trace of interactions, helping you understand event sequences, identify bottlenecks, and review transitions across hooks and tools.