Skip to content

mixpanel/ai-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mixpanel AI Plugins

Plugins that give AI agents Mixpanel expertise. Built on the Agent Skills open standard.

Skills

Skill Description
tracking-implementation Guides an agent through Mixpanel analytics implementation. Supports Quick Start, Full Implementation, Add Tracking, and Audit modes.
create-dashboard Creates a well-designed Mixpanel dashboard with validated data, text cards, and narrative layout.
deep-research Conducts a structured metric investigation in Mixpanel. Use when a user asks why a metric changed, what's driving a trend, or requests a deep dive or root cause analysis.

Getting Started

Claude Code

  1. Add the Mixpanel marketplace, then install the plugin for your region:
claude plugin marketplace add mixpanel/ai-plugins
  1. Install the plugin for your region:

US

claude plugin install mixpanel-mcp

EU

claude plugin install mixpanel-mcp-eu

India

claude plugin install mixpanel-mcp-in

Cursor

Install the plugin from the Cursor marketplace, or have a team admin import this GitHub repository as a team marketplace (Dashboard → Settings → Plugins → Import).

Once installed, skills appear in Cursor Settings → Rules under the Agent Decides section and can be invoked with /skill-name in chat. The MCP server connects automatically.

Contributing

To propose a plugin, open a pull request — we prefer one plugin per PR so reviews stay focused, and we'll merge them as they're ready rather than batching.

Setup

After cloning, enable the git hooks:

make setup

This configures a pre-commit hook that prevents committing changes to mixpanel-mcp-eu or mixpanel-mcp-in skills without also changing the mixpanel-mcp source.

Editing skills

The mixpanel-mcp plugin is the source of truth for skills. The mixpanel-mcp-eu and mixpanel-mcp-in plugins contain copies that must stay in sync.

Always edit skills in plugins/mixpanel-mcp/skills/, then run:

make sync-skills

This copies the skills to mixpanel-mcp-eu and mixpanel-mcp-in. If they already have local changes, the command will warn you and refuse — run make sync-skills FORCE=1 to override.

CI will fail if the skills are out of sync.

Before opening the PR

  1. Each skill lives in its own directory under skills/ and must contain a SKILL.md with valid name and description frontmatter.
  2. Follow the Agent Skills specification and best practices.
  3. Keep the main file under 500 lines — move detailed reference material to references/.
  4. Test the plugin end-to-end before submission — confirm it triggers on the expected prompts and produces the output you expect.
  5. Include examples in the PR description showing prompts the plugin handles and what it returns.
  6. Run make sync-skills to ensure mixpanel-mcp-eu and mixpanel-mcp-in are up to date.

License

Apache 2.0 — see LICENSE.

About

A collection of Agent Skills for building on Mixpanel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors