Install
npx skillscat add reinamaccredy/maestro/trace Install via the SkillsCat registry.
SKILL.md
Agent Flow Trace
[TRACE MODE ACTIVATED]
Objective
Display the flow trace showing how hooks, keywords, skills, agents, tools, and modes interacted during this session.
User Command
$ARGUMENTS
Instructions
- Call
trace_timelineMCP tool first.- Default: latest session timeline with no arguments
- If
--filter <tool|agent>is provided, passfilter - If
--last Nis provided, passlast
- Call
trace_summaryMCP tool after timeline. - Present the timeline first, then the summary.
- Highlight:
- Bottlenecks (tools with average duration >5s)
- Mode transitions (execution mode changes)
- Failure clusters (repeated failures by tool/step)
- Flow patterns (keyword → skill → agent/tool chains)
- Note runtime wiring when relevant:
- MCP server config lives in
mcp_template.json - Trace server runs via
node toolboxes/trace/trace.js
- MCP server config lives in
Output Format
## Trace Timeline
<chronological events from trace_timeline>
## Trace Summary
<aggregate metrics from trace_summary>
## Highlights
- Bottlenecks: ...
- Mode transitions: ...
- Failure clusters: ...
- Flow patterns: ...