Skip to content

new skill: analyze-report#29

Open
naitik-mixpanel wants to merge 2 commits into
mixpanel:mainfrom
naitik-mixpanel:analyse-reports
Open

new skill: analyze-report#29
naitik-mixpanel wants to merge 2 commits into
mixpanel:mainfrom
naitik-mixpanel:analyse-reports

Conversation

@naitik-mixpanel

Copy link
Copy Markdown
Contributor

What

Adds three region-scoped copies of the analyze-report skill — one per Mixpanel data-residency region (US / EU / IN). The skill body is identical across all three; the folder name is the connector binding, so each copy routes to its matching regional Mixpanel MCP connector:

Folder Region Connector
mixpanel-mcp US Mixpanel US MCP
mixpanel-mcp-eu EU Mixpanel EU MCP
mixpanel-mcp-in IN Mixpanel IN MCP

Each folder is a complete, self-contained copy: SKILL.md plus the four references/ read-guides (flows, funnels, insights, retention). The SKILL.md files are byte-for-byte identical (verified via matching MD5 hashes).

Why

Mixpanel customers are split across US, EU, and India data-residency regions, each served by its own MCP endpoint. A single shared skill can't point at all three. Shipping one folder per region lets a user install the variant matching their account's data residency without editing the skill — and binding by folder name keeps the copies in lockstep so future revisions apply identically everywhere.

Type

  • New skill
  • Update existing skill
  • Bug fix
  • Documentation

Notes for reviewers

  • Name collision: all three SKILL.md files keep name: analyze-report in frontmatter — install/enable one region at a time or namespace by folder to avoid a clash if more than one loads at once.
  • Maintenance: when the skill is revised, update all three copies together to keep them identical.

testing

Sample: https://claude.ai/share/7a3d8d53-c70c-402e-890d-7e0af4dd10ab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant