From ruflo-observability
Trace agent execution by collecting spans and building a trace tree for a task
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-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.
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__claude-flow__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 ruflo-agentdb ADR-0001 §"Namespace convention".parentSpanId references, with the root span at the topmcp__claude-flow__agentdb_context-synthesize to combine span metadata into a narrative summary of the execution flownpx @claude-flow/cli@latest memory search --query "trace spans for task TASK_ID" --namespace observability
Offers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.
3plugins reuse this skill
First indexed May 13, 2026
npx claudepluginhub wodeh/ruflo-kimi --plugin ruflo-observability