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.
npx skills add ccoalm/ccl-skills --skill platform-observabilitygit clone --depth 1 https://github.com/ccoalm/ccl-skillsWrote 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.
[](https://agentmods.dev/skills/ccoalm/ccl-skills/platform-observability)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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-reviewautomatically 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-connectivityfirst when the question is about traffic policy, mesh, routing, retries, or service-to-service identity. - Use
platform-release-engineeringfirst when the question is "can this change be promoted?" or "did rollback work?" — those skills consume your SLIs as evidence. - Use
defect-diagnosisfirst 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-strategywhen the main question is which test layer should prove the behavior; come back here for the production-evidence layer.
Core Mental Model
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 282 B
- references/alerting-and-on-call.md 4.4 KB
- references/framework-middleware-checklist.md 19 KB
- references/infra-component-deployment.md 14 KB
- references/log-correlation-recipe.md 9.8 KB
- references/log-schema-canonical.md 8.0 KB
- references/metrics-conventions.md 12 KB
- references/obs-stack-architecture.md 9.4 KB
- references/sli-slo-design.md 6.4 KB
- references/source-register.md 1.7 KB
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.
- today Changed · +2 lines 133383e47751
- yesterday Changed · +16 tokens per session 3da20332d76f
- 5d ago Changed · +1 lines 1d73a36f4d4e
- 8d ago First seen · 245 lines · 188 tokens per session scan A 42929080361c
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.
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.…
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.
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…
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…
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.
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…