Help us improve
Share bugs, ideas, or general feedback.
From hyrex-observability
Aggregate and display system metrics with anomaly detection for a time period
npx claudepluginhub akhilyad/deployy --plugin hyrex-observabilityHow this skill is triggered — by the user, by Claude, or both
Slash command
/hyrex-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.
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.
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__hyrex__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__hyrex__agentdb_pattern-search (ReasoningBank-routed; don't pass a namespace argument — pattern-* tools ignore it) to establish baseline values for each metric.mcp__hyrex__agentdb_pattern-store with type: 'metric-snapshot'. No namespace arg.mcp__hyrex__memory_store --namespace observability for the snapshot tied to a timestamp.npx @hyrex/cli@latest memory search --query "system metrics for last hour" --namespace observability