Diversio Engineering
On this page
PACKAGE
mixpanel-analytics
v0.2.1
Category
Code Analysis
Version
v0.2.1
Compatibility
Claude Code, Codex
PLUGIN CODE ANALYSIS

Mixpanel Analytics

Optimo Mixpanel implementation and review with identity, tenant, producer ownership, privacy, and post-commit delivery regression guardrails.

Overview

Optimo Mixpanel implementation and review with identity, tenant, producer ownership, privacy, and post-commit delivery regression guardrails.

Bundles 1 skill with 2 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.

Skills

Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.

mixpanel-analytics

Implement or review Optimo backend Mixpanel events and their cross-channel identity and delivery contracts.

plugins/mixpanel-analytics/skills/mixpanel-analytics
Skill docs →

Slash Commands

Claude Code wrapper files live under plugins/mixpanel-analytics/commands/ and surface as namespaced commands. Codex invokes the underlying skill by name (for example, name: mixpanel-analytics).

/mixpanel-analytics:implement/mixpanel-analytics:review

Installation

Install the plugin for Claude Code, or install one or more skill paths for Codex.

Claude Code

bash
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install mixpanel-analytics@diversiotech

Codex

bash
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
  --repo DiversioTeam/agent-skills-marketplace \
  --path plugins/mixpanel-analytics/skills/mixpanel-analytics

Claude Code: invoke as /mixpanel-analytics:implement. Codex: invoke as name: mixpanel-analytics.