manage-tags
25Command
Rename or delete existing Lexicon tags. Execute silently.
Command
Rename or delete existing Lexicon tags. Execute silently.
Command
Clear descriptions, display names, and/or tags from events and properties. Destructive — always preview, then require literal CONFIRM before any writes. Execute silently.
Command
Fetch open data quality issues, triage by severity, produce a prioritised report. Execute silently.
Command
Audit Lexicon metadata coverage and compute a health score (0–100). Self-contained pipeline: fetch → audit → score → report. Execute silently — no phase announcements.
Skill Claude CodeCodex
Monitor and diagnose a Mixpanel metric for anomalies, drift, and root cause. Use whenever the user asks to investigate, debug, monitor, or explain a change in a metric tracked in Mixpanel — a saved Metric, KPI, conversion rate, retention, event count, funnel step, or anything tracked in a saved report or dashboard.…
Command
Detect point-in-time anomalies in a single metric — recent spikes, drops, and clusters. Produces a verdict on whether something unusual happened at a specific moment. Does not test for trend-level drift (run metric-drift for that).
Command
Detect trend-level drift in a single metric — whether the baseline itself has shifted over recent weeks. Produces a verdict on whether the metric is in a new regime. Does not test for point-in-time anomalies (run metric-anomaly for that).
Command
Root-cause investigation for a flagged metric. Takes the diagnosis payload from a prior metric-anomaly or metric-drift run and fans out across a set of segmentation branches to localise where the movement concentrated. Produces a ranked list of findings and appends them to the diagnosis board the user already created.
Skill Claude CodeCodex
Gets a Mixpanel org or project ready for its AI assistants — business context and Lexicon metadata. Use to set up or import context, fill gaps, or check AI-readiness: "set us up for Mixpanel AI", "how ready are we for the agent". Not for dashboards or metrics. Requires a Mixpanel engine — run /mixpanel:install if not…
Command
Set up the Lexicon metadata the agent needs to understand the data itself: event descriptions, property descriptions, and tags. This command delegates to the manage-lexicon skill run inline — it does not reimplement enrichment. Its job is to hand off cleanly and capture the result for the unified readiness status.
Command
Pull business knowledge the customer has already written down and turn it into template-conformant context, then write on CONFIRM. This is the preferred starting path — most customers have something already, and adapting it beats a cold interview.
Command
Build business context from scratch via a guided interview, when the customer has nothing written down to import. Pulls schema facts first to make questions concrete, drafts to the fixed template, previews with a diff, and writes on CONFIRM. Handles org level, project level, or both.
Command
The unified AI-readiness readout. Scores both layers in one view — business context completeness and Lexicon coverage — and tells the user exactly what's missing and which command fixes it. This is the re-engagement hook: run it on any account to see where it stands and what to do next. It is read-only.
Command
Change which level(s) the skill writes business context to: org-level, project-level, or both.
Skill Claude CodeCodex
Guides a coding agent through helping a Mixpanel customer implement analytics correctly. Covers Quick Start (first events in one session), Full Implementation (complete production-ready setup), Add Tracking (extend existing implementation), and Implementation Audit. Use when a user wants to implement Mixpanel, set up…