monitoring-setup
Installation
SKILL.md
Monitoring Setup
Sets up production monitoring so you know when things break before your users tell you.
How It Works
- Detect what monitoring already exists
- Set up error tracking (Sentry recommended)
- Set up product analytics (PostHog recommended)
- Configure health checks and uptime monitoring
- Verify everything works
Step-by-Step Procedure
Step 1: Detect Current Monitoring
# Check for error tracking
grep -rn "@sentry/\|sentry-sdk\|SENTRY_DSN" package.json requirements.txt --include="*.env*" . 2>/dev/null | head -5