observability

observability is a skill for Claude Code, Codex from aneja5/forge-skills. It costs 53 tokens per session (1,485 once invoked), scanned A, original, MIT.

A set of rules for preparing project documents for external sharing by finding and replacing sensitive information. It keeps the original files unchanged and records what was removed.

In plain words
What is it for?
Use it to sanitize internal documents, project artifacts, case studies, or security materials before sending them to outsiders.
Why use it?
It reduces the risk of exposing credentials, prices, business plans, or other private details when sharing documents.

Skill for Claude CodeCodex

Part of the forge-skills plugin — 42 skills, 36 commands, 13 agents, 1 hook shipped together

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.

agentmods
npx agentmods add skills/aneja5/forge-skills/observability
Any agent
npx skills add aneja5/forge-skills --skill observability
Clone the repo
git clone --depth 1 https://github.com/aneja5/forge-skills

Made for: Claude Code, Codex.

Or install forge-skills, the plugin that ships this one along with the rest of its 42 skills, 36 commands, 13 agents, 1 hook.

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/aneja5/forge-skills/observability.svg)](https://agentmods.dev/skills/aneja5/forge-skills/observability)
Your own site
<a href="https://agentmods.dev/skills/aneja5/forge-skills/observability"><img src="https://agentmods.dev/badge/skills/aneja5/forge-skills/observability.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,485 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00053 $0.01485
Opus 5 $0.00026 $0.00743
Sonnet 5 $0.00011 $0.00297
Haiku 4.5 $0.00005 $0.00148

Measured yesterday against content hash ef18b330ddde, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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.

skills/observability/SKILL.md · 127 lines

How it starts

The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Observability

Overview

Define how the system tells you it's broken — before it's broken. Output is .forge/observability.md: structured logging conventions, correlation ID flow, the metrics taxonomy (golden signals per service, USE for resources), trace sampling policy, SLO + alert thresholds (page-worthy vs ticket-worthy), dashboard layouts, log retention, and PII redaction rules. Pairs with error-handling-and-resilience (errors classified there get observed here) and incident-response-and-postmortems (alerts there route to runbooks).

When to Use

  • A service is going to production and there's no monitoring beyond console.log
  • Logs exist but are unstructured (free-text) and unsearchable
  • Alerts fire constantly (fatigue) or don't fire when they should (gaps)
  • Distributed system has no correlation IDs and debugging requires log archaeology
  • A new component has been added without dashboards or alerts
  • The team can't answer "what's the p95 latency right now?" in under 30 seconds

When NOT to Use

  • Local-only scripts, prototypes, or one-off jobs
  • Trivial CRUD additions to a service that already has observability
  • Pure documentation or refactoring tasks with no runtime surface

Common Rationalizations

Thought Reality
"Log everything, we'll filter later" Noise drowns signal. INFO-everything logs are unsearchable in production at scale.
"We'll add monitoring later" You can't debug what you can't see. Add the dashboard before the first user hits the endpoint.
"Console.log is fine for now" Unstructured logs can't be queried, aggregated, or correlated across services.
"Alerts can wait" The first outage you miss without an alert costs more than every alert you'll set up this quarter.
"We don't need traces, we have logs" Logs tell you what happened; traces tell you why it took 4 seconds. They're different.
"Sample 100% of traces" Tracing cost grows linearly with throughput. Sample, with head-based + tail-based sampling for errors.

Read the full file on GitHub · 127 lines

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. yesterday First seen · 127 lines · 53 tokens per session scan A ef18b330ddde

Subscribe to this mod's changes

observability is a skill published in the GitHub repository aneja5/forge-skills (3 stars, last pushed 3mo ago), licensed MIT. It adds 53 tokens to every session and 1,485 once invoked, about $0.0003 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.