원클릭으로
observe-metrics
Aggregate and display system metrics with anomaly detection for a time period
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Aggregate and display system metrics with anomaly detection for a time period
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build or rebuild the ADR index + dependency graph in AgentDB by running the in-process `agentdb index` command (one cold-start, all surfaces in one pass — no per-record npx round-trips). Handles v3-style and plugin-style ADR formats.
Create a new Architecture Decision Record with sequential numbering and AgentDB registration
Hive Mind orchestration patterns — queen-led multi-agent coordination with Byzantine/Raft/Gossip/CRDT consensus, typed collective memory, dialectic council, and session checkpoint/resume. Use for decision-bearing work; use swarm-advanced for parallel execution without consensus.
Analyze git diffs for risk scoring, reviewer recommendations, and change classification
Detect missing test coverage and generate test suggestions
Hive Mind orchestration patterns — queen-led multi-agent coordination with Byzantine/Raft/Gossip/CRDT consensus, typed collective memory, dialectic council, and session checkpoint/resume. Use for decision-bearing work; use swarm-advanced for parallel execution without consensus.
| name | observe-metrics |
| description | Aggregate and display system metrics with anomaly detection for a time period |
| argument-hint | [--period 1h] |
| allowed-tools | mcp__ruflo__memory_search mcp__ruflo__memory_list mcp__ruflo__memory_store mcp__ruflo__agentdb_pattern-search mcp__ruflo__agentdb_pattern-store mcp__ruflo__agentdb_semantic-route Bash |
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.
Note (ADR-0238 S3): For live AgentDB introspection (resource usage, circuit-breaker state, rate limits, query stats), use
mcp__ruflo__agentdb_resource_usage,mcp__ruflo__agentdb_circuit_status,mcp__ruflo__agentdb_rate_limit_status, andmcp__ruflo__agentdb_query_stats. The twoagentdb_telemetry_*introspection tools were removed (the bound class has nogetMetrics/getSpansmethods).
mcp__ruflo__memory_search --namespace observability (or memory_list) to fetch metric records for the specified period (default: 1 hour). The memory_* tool family routes by namespace; agentdb_hierarchical-* does NOT, so use memory_* here.mcp__ruflo__agentdb_pattern-search (ReasoningBank-routed; don't pass a namespace argument — pattern-* tools ignore it) to establish baseline values for each metric.mcp__ruflo__agentdb_pattern-store with type: 'metric-snapshot'. No namespace arg.mcp__ruflo__memory_store --namespace observability for the snapshot tied to a timestamp.npx @sparkleideas/cli@latest memory search --query "system metrics for last hour" --namespace observability