From engineering-skills
Design every change with traceability, diagnostics, and fast incident triage in mind across mobile, web, and web3 stacks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-skills:eng-observabilityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Make it trivial to answer “what is happening” and “why” without attaching a debugger in production.
npx claudepluginhub tjboudreaux/cc-engineering-skills --plugin engineering-skillsInstruments code with logging, metrics, traces, and alerting so production behavior is visible and diagnosable. Use when shipping features, diagnosing slow incidents, or reviewing PRs with I/O or cross-service calls.
Provides rigid checks for structured logs, request IDs, tracing, metrics in production request handlers, RPCs, background jobs to ensure diagnosability.
Design observability (metrics, logs, traces) for understanding system behavior in production. Use when debugging distributed systems or building monitoring.