platform-observability

platform-observability is a skill for Claude Code, Codex from ccoalm/ccl-skills. It costs 204 tokens per session (7,948 once invoked), scanned A, original, Apache-2.0.

A guide for making a backend service observable through logs, measurements, traces, dashboards, alerts, and on-call procedures. Distributed tracing follows a request across multiple services; SLOs define the reliability a service aims to provide.

In plain words
What is it for?
Use it to instrument services, review monitoring coverage, design dashboards and alerts, set SLOs, and define on-call procedures.
Why use it?
It helps teams identify missing evidence when debugging incidents, setting reliability targets, or deciding whether a release is ready.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the ccl-skills plugin — 33 skills, 4 commands, 7 hooks shipped together

Good fit Use it to instrument services, review monitoring coverage, design dashboards and alerts, set SLOs, and define on-call procedures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ccoalm/ccl-skills/platform-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 ccoalm/ccl-skills --skill platform-observability
Clone the repo
git clone --depth 1 https://github.com/ccoalm/ccl-skills

Made for: Claude Code, Codex.

Or install ccl-skills, the plugin that ships this one along with the rest of its 33 skills, 4 commands, 7 hooks.

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 platform-observability

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccoalm/ccl-skills/platform-observability.svg)](https://agentmods.dev/skills/ccoalm/ccl-skills/platform-observability)
Your own site
<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/platform-observability"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/platform-observability.svg" alt="Measured on agentmods" height="20"></a>
Per session 204 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,948 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00204 $0.07948
Opus 5 $0.00102 $0.03974
Sonnet 5 $0.00041 $0.01590
Haiku 4.5 $0.00020 $0.00795

Measured today against content hash 133383e47751, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

platform-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 today.

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/platform-observability/SKILL.md · 248 lines

How it starts

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

Platform Observability

Owns logs/metrics/traces, correlation, dashboards, alerts, on-call routing, SLI/SLO/error-budget design and framework wiring for new services.

  • Code/test changes require self-checks; invoke code-review automatically before completion.

You do not own:

  • Traffic routing, retries, timeouts, mTLS, or service mesh policy — go to platform-service-connectivity.
  • Deploy pipeline, env matrix, promotion/rollback gates, secret distribution — go to platform-release-engineering.
  • Service-internal architecture (HTTP handler shape, DB layout, queue topology) — go to language-specific service-architecture skills.
  • LLM/RAG/agent inference observability beyond standard trace/metrics — coordinate with llm-inference-integration; you still own log_id/trace_id propagation rules.

Skill Routing

  • Use this skill for: instrumenting a new service, reviewing whether a service is observable, designing a dashboard, drafting an alert, sizing an SLO, hunting a missing signal, deciding what log fields propagate, deciding sampling rates, deciding metric label cardinality, judging whether a release has enough observability evidence to be promoted.
  • Own on-call SOP design end to end — 值班/排班 SOP、告警统一入口与分级路由、P0/P1 打断策略 MUST be designed here; hand release-period duty and rollback decisions(发布值班/回滚)to platform-release-engineering.
  • Use platform-service-connectivity first when the question is about traffic policy, mesh, routing, retries, or service-to-service identity.
  • Use platform-release-engineering first when the question is "can this change be promoted?" or "did rollback work?" — those skills consume your SLIs as evidence.
  • Use defect-diagnosis first when the user reports a specific failure; come back here only to land the missing-signal lesson if observability gaps allowed the bug to escape.
  • Use testing-strategy when the main question is which test layer should prove the behavior; come back here for the production-evidence layer.

Core Mental Model

Read the full file on GitHub · 248 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. today Changed · +2 lines 133383e47751
  2. yesterday Changed · +16 tokens per session 3da20332d76f
  3. 5d ago Changed · +1 lines 1d73a36f4d4e
  4. 8d ago First seen · 245 lines · 188 tokens per session scan A 42929080361c

Subscribe to this mod's changes

platform-observability is a skill published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed today), licensed Apache-2.0. It adds 204 tokens to every session and 7,948 once invoked, about $0.0010 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-08-31.

Related

Other skills, from other repositories

security-review

Perform a focused security review of pending git changes to identify high-confidence security vulnerabilities with real exploitation potential. Use this skill when the user asks for a security review, security audit, vulnerability scan, or wants to check pending changes on a branch for security issues before merging.…

waybarrios/opencode-power-pack · 64 tokens

huggingface-llm-trainer

Train or fine-tune language models with TRL or Unsloth on Hugging Face Jobs, including SFT, DPO, GRPO, reward models, and GGUF conversion. Use for cloud LLM training; use huggingface-vision-trainer for vision tasks.

waybarrios/opencode-power-pack · 65 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

memstack-deployment-domain-ssl

Use this skill when the user says 'setup domain', 'configure DNS', 'SSL certificate', 'domain-ssl', 'custom domain', 'HTTPS setup', or needs to configure DNS records, SSL certificates, and custom domains for any hosting provider. Do NOT use for full deployment workflows.

cwinvestments/memstack · 66 tokens

memstack-development-refactor-planner

Use this skill when the user says 'refactor', 'refactoring plan', 'code cleanup', 'reduce duplication', 'simplify code', 'tech debt', 'god class', 'tight coupling', or needs to systematically improve existing code. Identifies targets, assesses risk, and builds incremental execution plans. Do NOT use for writing new…

cwinvestments/memstack · 81 tokens