Observability

Observability is a skill for Claude Code, Codex from niels-emmer/myace. It costs 36 tokens per session (541 once invoked), scanned A, original, MIT.

An observability guide for making a running service understandable through structured logs, metrics, traces, and alerts. Observability means being able to see what a system is doing and why.

In plain words
What is it for?
It helps instrument services, create health dashboards, trace requests across databases and APIs, and configure useful alerts.
Why use it?
It reduces guesswork during outages by connecting symptoms such as slow requests to causes such as an exhausted database connection pool.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: mentions Codex; built for aider; mentions OpenCode.

Good fit It helps instrument services, create health dashboards, trace requests across databases and APIs, and configure useful alerts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/niels-emmer/myace/observability
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add niels-emmer/myace --skill observability
Clone the repo
git clone --depth 1 https://github.com/niels-emmer/myace

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Observability

README.md
[![agentmods](https://agentmods.dev/badge/skills/niels-emmer/myace/observability.svg)](https://agentmods.dev/skills/niels-emmer/myace/observability)
Your own site
<a href="https://agentmods.dev/skills/niels-emmer/myace/observability"><img src="https://agentmods.dev/badge/skills/niels-emmer/myace/observability.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 541 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00541
Opus 5 $0.00018 $0.00270
Sonnet 5 $0.00007 $0.00108
Haiku 4.5 $0.00004 $0.00054

Measured 4d ago against content hash e885e2e56784, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

Observability scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

collections/base/devops-engineer/skills/observability/SKILL.md · 29 lines

What it actually says

Purpose

You can't operate what you can't see. Observability is the difference between "the service is down" and "the service is down because the database connection pool is exhausted, and here's the query that did it." This skill is the checklist for making production behavior visible from day one.

When to use it

When adding a new service, changing how a service is instrumented, designing dashboards or alerts, or debugging an incident where the existing telemetry wasn't enough to answer "what changed?"

Steps / checklist

  1. Structured logs. Logs are structured (JSON), not free text. Include request id, service, environment, and enough context to correlate with traces. Never log secrets, tokens, or PII.
  2. RED metrics for services. Rate (requests/sec), Errors (failed requests/sec), Duration (latency percentiles). These three answer "is the service healthy" at a glance.
  3. USE metrics for resources. Utilization, Saturation, Errors — for CPUs, memory, disk, connections. These answer "is the resource the bottleneck."
  4. Tracing. Distributed traces across service boundaries so a slow request can be followed end-to-end. Every external call (DB, queue, API) is a span.
  5. Alert on symptoms, not causes. Page on user-facing impact (error rate, latency SLO breach), not on infrastructure noise (CPU at 80%). An alert that doesn't require action is noise; noise trains people to ignore alerts.
  6. Dashboards answer questions. A dashboard is a story about a system, not a wall of graphs. Each panel should answer a question someone actually asks during an incident.
  7. SLOs where it matters. Define SLOs for user-facing services and alert on error budget burn, not on individual failures.

Expected output

A service where a new on-call engineer can answer "is it healthy, and if not, where do I look?" from the dashboards and logs alone — without asking the person who built it. If an incident requires guessing, the observability work isn't done.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 29 lines · 36 tokens per session scan A e885e2e56784

Subscribe to this mod's changes

Observability is a skill published in the GitHub repository niels-emmer/myace (1 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 541 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

datadog

Full-stack observability with Datadog APM, logs, metrics, synthetics, and RUM. Use when implementing monitoring, tracing, alerting, or cost optimization for production systems.

bobmatnyc/claude-mpm-skills · 43 tokens

monitoring-expert

Expert-level monitoring and observability with Prometheus, Grafana, logging, and alerting. Use when the user mentions observability, Prometheus, Grafana, logging, metrics, or alerting, or when the task involves The Three Pillars of Observability, Monitoring Fundamentals, Prometheus Configuration, or Alert Rules.

personamanagmentlayer/pcl · 70 tokens

observability-testing-patterns

Observability and monitoring validation patterns for dashboards, alerting, log aggregation, APM traces, and SLA/SLO verification. Use when testing monitoring infrastructure, dashboard accuracy, alert rules, or metric pipelines.

summarybotng/summarybot-ng · 47 tokens

monitoring-observability

Monitoring and observability patterns for Prometheus metrics, Grafana dashboards, Langfuse v4 LLM tracing (astype, scorecurrentspan, shouldexportspan, LangfuseMedia), and drift detection. Use when adding logging, metrics, distributed tracing, LLM cost tracking, or quality drift monitoring.

yonatangross/orchestkit · 69 tokens

frontmcp-observability

Use when adding tracing, structured logging, metrics, or monitoring to a FrontMCP server. Covers zero-config OpenTelemetry distributed tracing across all flows; the this.telemetry API for custom spans, events, and attributes in tools, plugins, agents, and skills; structured JSON logging with trace correlation and…

agentfront/frontmcp · 177 tokens

grafana-expert

Expert-level Grafana dashboards, visualization, data sources, alerting, and production operations. Use when the user mentions dashboards, visualization, monitoring, observability, or alerting, or when the task involves Grafana Architecture, Installation on Kubernetes, Data Sources, or Dashboard JSON.

personamanagmentlayer/pcl · 61 tokens