Getting Started
Install Compounding Marketing and start using 55 skills with Claude Code, ChatGPT, or Cursor in minutes.
Run the setup wizard. It handles everything.
npx compounding-marketingOption 1: npx Setup Wizard (Recommended)
The interactive wizard detects your AI tool, configures MCP integrations, and creates .cm-config.json automatically.
npx compounding-marketingThe wizard will:
- 1Detect your AI tool (Claude Code, ChatGPT, Cursor)
- 2Ask about MCP integrations (Perplexity, Exa)
- 3Configure API keys securely
- 4Set up task tracking integrations
- 5Create .cm-config.json with your settings
Option 2: Manual Setup
Clone the repository
git clone https://github.com/classicchins/compounding-marketing.git
# Or add as git submodule
git submodule add https://github.com/classicchins/compounding-marketing.gitFor Claude Code
The plugin auto-loads from CLAUDE.md. All 55 skills are instantly available once the repo is in your project directory.
For ChatGPT
Upload AGENTS.md to your Custom GPT instructions. Attach skill files as needed.
For Cursor
Add the skills directory to your project and reference individual SKILL.md files via @ mentions.
Configuration
The .cm-config.json file lives in your project root. It controls MCP settings and integrations.
{
"mcp": {
"perplexity": {
"enabled": true,
"apiKey": "pplx-xxxxxxxxxxxx"
},
"exa": {
"enabled": true,
"apiKey": "exa-xxxxxxxxxxxx"
}
},
"integrations": {
"taskTracking": {
"provider": "linear",
"apiKey": "lin_api_xxxxxxxxxxxx"
}
}
}Your First Skill
Start with the foundation skill — it creates your product-marketing context document that all other skills reference.