new skill: analyze-report#29
Open
naitik-mixpanel wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds three region-scoped copies of the
analyze-reportskill — 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:mixpanel-mcpmixpanel-mcp-eumixpanel-mcp-inEach folder is a complete, self-contained copy:
SKILL.mdplus the fourreferences/read-guides (flows, funnels, insights, retention). TheSKILL.mdfiles 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
Notes for reviewers
SKILL.mdfiles keepname: analyze-reportin frontmatter — install/enable one region at a time or namespace by folder to avoid a clash if more than one loads at once.testing
Sample: https://claude.ai/share/7a3d8d53-c70c-402e-890d-7e0af4dd10ab