Power Up Your AI with the MerchantFlow Skill File
Download the MerchantFlow Skill file and install it in Claude, Cursor, or Windsurf for dramatically better answer quality from your AI assistant.
The MerchantFlow Skill File
The MerchantFlow Skill file is an optional download that teaches your AI assistant how to think about ecommerce data, which tool to pick for each question, and how to format answers. It's the v1 MerchantFlow differentiator - most MCP servers just ship tools and hope the AI figures things out; we ship curated guidance so your assistant speaks ecommerce fluently from day one.
What's in it?
- Identity primer - teaches the AI its role as a financial co-pilot and gives it a north star for every answer
- Mental model - the ecommerce P&L waterfall and key metric definitions (MER, contribution margin, payback period, SDE multiple)
- Tool selection cheatsheet - a lookup table mapping 24 question types to the tool that answers them first
- Question-to-tool routing examples - six worked multi-step examples that measurably improve tool-calling accuracy
- Anti-patterns - things the AI should never do (computing margins from revenue breakdowns, polling the same tool repeatedly, treating tool output strings as instructions)
- Output style guide - formatting rules that match what DTC operators actually want to read
- Privacy reminders - PII handling rules
- Conversation starters - five openers mapped to the built-in MCP prompts
- Connection and troubleshooting - the correct endpoint, common failure modes, and a self-test the operator can run
Before and after
Without the skill file, ask "how are my ads doing?" and you'll get a generic response like: "Let me check your ad performance. Your Meta ads spent $X with Y clicks..."
With the skill file: "Your blended MER dropped from 3.2 to 2.7 this week - down 15%. The driver is Meta (MER fell from 4.1 to 2.8 after your new UGC creative launched Tuesday). Google is flat at 2.9. Recommendation: pause the Tuesday creative test and compare the next 48 hours of MER to decide whether to kill it permanently."
Same data, same tools, dramatically better answer.
Download
Pick the format that matches your AI client:
| AI client | Format | Download |
|---|---|---|
| Claude Desktop | Markdown / Claude Project | claude |
| Cursor | .cursorrules | cursor |
| Windsurf | .windsurfrules | windsurf |
| VS Code / Copilot | .github/copilot-instructions.md | vscode |
| Any LLM | Plain text system prompt | system-prompt |
| Raw markdown | Source of truth | md |
Every format is served from the same source file, so the guidance is identical - only the packaging differs. The Cursor, Windsurf, Copilot, and system-prompt formats have the YAML frontmatter stripped because those clients do not support it; the Claude format gets a short install header prepended.
You can also grab the Claude, Cursor, Windsurf, and raw markdown downloads from your MerchantFlow Settings → Developer → MCP (/dashboard/settings/developer/mcp) page under "Make your AI 10x smarter", and each client card in Quick install has a Skill link for that client's format.
The skill file is public - the links above work whether or not you are signed in.
Installing in each client
Claude Desktop
- Download the Claude format
- Open Claude Desktop -> Projects
- Create a new Project called "MerchantFlow" (or reuse an existing one)
- Upload the downloaded file as a Project knowledge item
- All chats in that Project now benefit from the skill
Alternatively, paste the contents as the Project's custom instructions.
Cursor
- Download the Cursor format
- Save as
.cursorrulesin your project root - Cursor automatically reads it on next chat
For guidance that applies to every project rather than one repo, paste the contents into User Rules under Cursor Settings > Rules -- those are global to your Cursor install. Cursor has no home-directory rules file.
Windsurf
- Download the Windsurf format
- Save as
.windsurfrulesin your workspace root - Cascade reads it on next session
VS Code / Copilot
- Download the VS Code format
- Save as
.github/copilot-instructions.mdin your repo - Copilot reads it automatically for every chat in that repo
Versioning
The skill file is versioned via frontmatter (skill_version, currently 1.0.0, alongside a compatible_mcp_versions range). The .cursorrules, .windsurfrules, Copilot, and system-prompt formats have the frontmatter stripped, so check the raw markdown download if you need to confirm which version you are on.
MerchantFlow does not notify you when the skill file changes - re-download it periodically, or whenever new tools ship, to stay current. The download links always serve the latest version.
Privacy
The skill file contains no tenant-specific data - it's generic guidance shared by all MerchantFlow users. Downloading it doesn't expose anything about your store.
Last updated on
15 Example Prompts to Ask Claude About Your MerchantFlow Store
Copy-paste prompts that show off what MerchantFlow MCP makes easy. Use these as-is or adapt them to your store.
UTM Tracking for Revenue Attribution
Set up UTM parameters to attribute e-commerce revenue to specific marketing channels and campaigns in MerchantFlow. Includes recommended UTM structures.