Help us improve
Share bugs, ideas, or general feedback.
From hyrex-observability
Trace agent execution by collecting spans and building a trace tree for a task
npx claudepluginhub akhilyad/deployy --plugin hyrex-observabilityHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-observability:observe-trace <task-id><task-id>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Collect distributed trace spans for a task and build a visual trace tree showing the execution flow, timing, and bottlenecks.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Collect distributed trace spans for a task and build a visual trace tree showing the execution flow, timing, and bottlenecks.
When you need to understand how a task was executed across agents -- which spans ran, how long each took, where bottlenecks occurred, and how agents coordinated.
mcp__hyrex__memory_search --namespace observability (or memory_list) to retrieve all spans matching the <task-id>. The memory_* tool family routes by namespace; agentdb_hierarchical-* does NOT (it routes by tier working|episodic|semantic), so use memory_* here. See hyrex-agentdb ADR-0001 §"Namespace convention".parentSpanId references, with the root span at the topmcp__hyrex__agentdb_context-synthesize to combine span metadata into a narrative summary of the execution flownpx @hyrex/cli@latest memory search --query "trace spans for task TASK_ID" --namespace observability