agents/monitoring/SKILL.md
Monitors key metrics and sends alerts for revenue, usage, enterprise accounts, backend costs, and API runtime. Routes requests to specialized monitoring sub-agents.
npx skillsauth add lightricks/ltx-analytics-agents monitoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 |
| 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 |
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 |
development
Adds the analyst layer (segmentation framing, filter/KPI surfacing, LTX-specific definitions, contextual follow-ups) on top of any Data MasterMind data interaction for LTX stakeholders (PMs, marketers, design, leadership). Wraps `get-data` / `validate-data` / `understand-data` / `visualize-data` — dialing intensity from a full guided session (for "look into X", "investigate Y", "do an analysis of …") down to a compressed wrap (for "what's MRR?", "is this number right?"). Output mode (chat-only or HTML artifact) is chosen up front for session-style asks. Always asks about Enterprise / paid non-Enterprise / Free segmentation and Studio-feature tier-gating when relevant. Do NOT use only when the user explicitly opts out ("just give me the number, no extras") or for templated feature dashboards (that's the Hex-based `dashboard-builder`).
testing
Generate LTX Studio sales opportunities report and credit limit alerts. Covers pipeline by rep/product (yesterday + QTD), new PELs/PQLs, future meetings, and enterprise orgs at 80%+ token usage. Use when: sales standup, pipeline review, account health check, or when asked for 'sales numbers' or 'credit alerts'.
data-ai
Generate LTX Studio product daily report with revenue, usage by segment (Enterprise, Pilot, Paying Non-Enterprise, Free), and DoD/DOW-avg comparisons. Use when: daily product standup, executive reporting, or when asked for 'yesterday's product numbers'.
data-ai
Generate LTX Studio marketing & sales daily report with lead gen, spend, PELs/PQLs, sales metrics, and top org usage vs 7-day averages. Use when: daily marketing standup, GTM review, or when asked for 'marketing numbers' or 'lead performance'.