On this page
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.
Implement or review Optimo backend Mixpanel events and their cross-channel identity and delivery contracts.
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
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install mixpanel-analytics@diversiotech Codex
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.