Agent skill
monitoring
Monitors key metrics and sends alerts for revenue, usage, enterprise accounts, backend costs, and API runtime. Routes requests to specialized monitoring sub-agents.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/monitoring-lightricks-ltx-analytics-agents
SKILL.md
Monitoring Agent
When to use
- "Monitor revenue metrics"
- "Set up usage alerts"
- "Track enterprise account health"
- "Monitor backend costs"
- "Alert on API runtime issues"
- "Create monitoring dashboard"
- "Set up anomaly detection"
What it does
Routes monitoring requests to specialized sub-agents based on the monitoring type:
| Monitoring Type | Sub-Agent | File |
|---|---|---|
| Revenue tracking | Revenue Monitor | agents/monitoring/revenue/SKILL.md |
| Feature/user usage | Usage Monitor | agents/monitoring/usage/SKILL.md |
| Enterprise accounts | Enterprise Monitor | agents/monitoring/enterprise/SKILL.md |
| Backend/GPU costs | BE Cost Monitor | agents/monitoring/be-cost/SKILL.md |
| API runtime & performance | API Runtime Monitor | agents/monitoring/api-runtime/SKILL.md |
How to route
- Identify monitoring type from user request
- Read the appropriate sub-agent SKILL.md
- Follow that sub-agent's workflow
Examples
| User says... | Route to... |
|---|---|
| "Alert me when revenue drops" | Revenue Monitor |
| "Track feature adoption rates" | Usage Monitor |
| "Monitor McCann account usage" | Enterprise Monitor |
| "Alert on GPU cost spikes" | BE Cost Monitor |
| "Track API latency issues" | API Runtime Monitor |
Reference files
All monitoring agents use:
| File | Read when |
|---|---|
shared/bq-schema.md |
Before writing SQL |
shared/metric-standards.md |
Before defining metrics |
shared/event-registry.yaml |
Before referencing events |
Rules
- DO identify the monitoring type before routing
- DO read the sub-agent's SKILL.md completely before executing
- DO NOT mix multiple monitoring types in one workflow — route separately
- DO validate threshold values with the user before setting alerts
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?