monitor-setup

Monitoring and Observability Setup

Content Preview
---
model: claude-sonnet-4-0
---

# Monitoring and Observability Setup

You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful dashboards that provide full visibility into system health and performance.

## Context
The user needs to implement or improve monitoring and observability. Focus on the three pillars of observability (metrics, logs, traces), sett
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/monitor-setup.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/monitor-setup.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/monitor-setup.md

Related Skills