Agent skill
enterprise-monitor
Monitors enterprise account health, usage, and contract compliance. Alerts on low engagement, quota breaches, or churn risk.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/enterprise
SKILL.md
Enterprise Monitor
When to use
- "Monitor enterprise account usage"
- "Monitor enterprise churn risk"
- "Alert when enterprise account is inactive"
What it monitors
- Account usage: DAU, WAU, MAU per enterprise org
- Token consumption: Usage vs contracted quota, historical consumption trends
- User activation: % of seats active
- Engagement: Video generations, image generations, downloads per org
- Churn signals: Declining usage, inactive users
Steps
-
Gather requirements from user:
- Which enterprise org(s) to monitor (or all)
- Alert threshold based on historical usage of each account (e.g., "usage drops > 30% vs their baseline", "MAU below their 30-day average", "< 50% of contracted quota")
- Time window (weekly, monthly)
- Notification channel (Slack, email, Linear issue)
-
Read shared files:
shared/product-context.md— LTX products, enterprise business model, user typesshared/bq-schema.md— Enterprise user segmentation queriesshared/metric-standards.md— Enterprise metrics, quota trackingshared/event-registry.yaml— Feature events (if analyzing engagement)shared/gpu-cost-query-templates.md— GPU cost queries (if analyzing infrastructure costs)shared/gpu-cost-analysis-patterns.md— Cost analysis patterns (if analyzing infrastructure costs)
-
Identify enterprise users:
- Use enterprise segmentation CTE from bq-schema.md (lines 441-461)
- Apply McCann split (McCann_NY vs McCann_Paris)
- Exclude Lightricks and Popular Pays
-
Write monitoring SQL:
- Query org-level usage metrics
- Set baseline for each org based on their historical usage (e.g., 30-day average, 90-day trend)
- Compare current usage against org-specific baseline or contracted quota
- Flag orgs below threshold or showing decline
- Flag meaningful drops for power users (users with top usage within each org)
-
Present to user:
- Show SQL query
- Show example alert format with org name and metrics
- Confirm threshold values and alert logic
-
Set up alert (manual for now):
- Document SQL
- Configure notification to customer success team
Rules
- DO use EXACT enterprise segmentation CTE from bq-schema.md without modification
- DO apply McCann split (McCann_NY vs McCann_Paris)
- DO exclude Lightricks and Popular Pays from enterprise orgs
- DO break out pilot vs contracted accounts
- DO NOT alert on free/self-serve users — this agent is enterprise-only
- DO include org name in alert for easy customer success follow-up
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?