agentsclimarketplace

Observability designer

Skill tmj-90/gaffer/runner/skills/observability-designer

Self-hosted AI coding factory — sandboxed agents deliver tickets to merged code, gated by a human in a dashboard. Local-first, cost-transparent, human-in-the-loop.

Install
npx -y skills add tmj-90/gaffer --skill observability-designer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when adding observability to a new service, refactoring noisy alerting, or designing a monitoring strategy. Covers the three pillars (metrics/logs/traces), golden-signal dashboards, and alert-noise reduction. For SLO/error-budget math specifically, route to `slo-architect` instead.

SKILL.md

3.8 KB, 774 tokens by cl100k_base, as published. Nobody here has run it

Design production-ready observability

Instrument services so operators know what is broken, why, and where — before users notice. Three pillars, golden signals, low-noise alerting.

The three pillars

PillarPurposeKey decision
MetricsRate, latency, saturation at a glanceRED method for services; USE method for resources
LogsStructured event trail with correlation IDsJSON, log-level discipline, sample high-volume streams
TracesEnd-to-end request flow across servicesMeaningful span boundaries; tail-based sampling for slow/erroring requests

Golden signals to define first: latency, traffic, errors, saturation — cover these before anything else.

Steps

  1. Read the lore first. search_lore for existing observability decisions (dashboards, alert channels, on-call runbooks, APM tooling). Extend in place; don't duplicate.
  2. Identify the service contract. What does this service promise users? That contract → the SLIs. Route SLO/error-budget design to slo-architect.
  3. Design dashboards. Overview → service → component drill-down. Max 7±2 panels per screen; colour semantics (red = critical, amber = warning, green = healthy); SLO target reference lines.
  4. Define alert thresholds. Prefer symptom-based over cause-based alerts. Require every alert to have: condition, severity, runbook link, on-call owner. Suppress during known maintenance.
  5. Reduce noise. Deduplicate, set appropriate alert-evaluation windows, distinguish pager alerts (must wake someone) from dashboard-only signals.
  6. Verify + evidence. Deploy to staging, confirm every golden-signal panel renders with live data; run record-evidence with test output; submit for review.

Build / Test

  • Validate dashboard JSON against the target platform's schema (Grafana, Datadog, CloudWatch) before committing.
  • Alert configs: dry-run evaluation against recent telemetry; confirm alert-to-runbook coverage is 1:1.
  • Structured logging: emit a test event and confirm all required fields appear in the aggregation layer.

Review checklist

  • Golden signals covered — latency/traffic/errors/saturation panels present for every user-facing path.
  • Alert hygiene — every alert has severity, condition, and runbook link; no alert fires without a defined owner.
  • Noise budget — alert evaluation windows are wide enough to avoid flapping; non-actionable signals are dashboard-only.
  • Correlation IDs — all logs carry a request/trace ID so a single request can be followed across services.
  • No SLI/SLO work here — SLO targets and error-budget math delegated to slo-architect.

Rules

  • Every alert must have a runbook link before it ships to production.
  • Symptom-based alerts (user-perceived latency/error rate) take priority over cause-based (CPU %).
  • Do not instrument everything — start with golden signals and add only when a gap causes a missed incident.

Capture lore

The repo's APM tooling, dashboard naming conventions, alert-channel routing, or on-call rotation policy — observability decisions are permanent and cost every future agent a re-search if undocumented. That kind of fact is lore. Capture it via the lore-capture protocol in your brief (CLAUDE.factory.md, step 11 "Memory contribution"): call the Memory MCP suggest_lore once at the close of your work — reusable conventions, gotchas, decisions, and boundaries only, never per-ticket trivia.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.