From ruflo-observability
Aggregate and display system metrics with anomaly detection for a time period
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-observability:observe-metrics [--period 1h][--period 1h]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
Aggregate counters, gauges, and histograms from the observability namespace and flag anomalies.
Aggregate counters, gauges, and histograms from the observability namespace and flag anomalies.
When you need a snapshot of system health -- task completion rates, error rates, active agent counts, memory usage, and token consumption. Useful for monitoring swarm performance and detecting degradation.
mcp__claude-flow__agentdb_hierarchical-recall to fetch metric records from the observability namespace for the specified period (default: 1 hour)mcp__claude-flow__agentdb_pattern-search to establish baseline values for each metricmcp__claude-flow__agentdb_pattern-store to record current metric snapshot for future baseline comparisonnpx @claude-flow/cli@latest memory search --query "system metrics for last hour" --namespace observability
npx claudepluginhub abdhenni/ruflo --plugin ruflo-observabilityGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.