add-performance-monitoring

Setup application performance monitoring

Content Preview
# Add Performance Monitoring

Setup application performance monitoring

## Instructions

1. **Performance Monitoring Strategy**
   - Define key performance indicators (KPIs) and service level objectives (SLOs)
   - Identify critical user journeys and performance bottlenecks
   - Plan monitoring architecture and data collection strategy
   - Assess existing monitoring infrastructure and integration points
   - Define alerting thresholds and escalation procedures

2. **Application Performance Moni
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/add-performance-monitoring.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/performance/add-performance-monitoring.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/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/performance/add-performance-monitoring.md

Related Skills