A collection of Claude Code skills and tools for growth marketers. Audit ad accounts, plan campaigns, and create content with AI-powered workflows.
Add this toolkit as a Claude Code plugin marketplace:
/plugin marketplace add multiplai-ai/growth-marketer-ai-toolkit
/plugin install growth-marketer-toolkit@growth-marketer-toolkit
Skills are then available as /growth-marketer-toolkit:ads, /growth-marketer-toolkit:seo-audit, etc.
# Clone and copy skills to your project
git clone https://github.com/multiplai-ai/growth-marketer-ai-toolkit.git
cp -r growth-marketer-ai-toolkit/.claude/commands/* your-project/.claude/commands/Skills are then available as /ads, /seo-audit, etc. (shorter names, but requires manual updates).
Skills are markdown-based workflows that Claude Code executes. Invoke them with /skill-name in Claude Code.
Full multi-platform paid advertising audit and optimization:
| Skill | Description |
|---|---|
/ads audit |
Full multi-platform audit with parallel analysis |
/ads google |
Google Ads deep analysis (Search, PMax, YouTube) |
/ads meta |
Meta Ads deep analysis (FB, IG, Advantage+) |
/ads youtube |
YouTube Ads specific analysis |
/ads linkedin |
LinkedIn Ads deep analysis (B2B, Lead Gen) |
/ads tiktok |
TikTok Ads deep analysis (Creative, Shop, Smart+) |
/ads microsoft |
Microsoft/Bing Ads deep analysis |
/ads creative |
Cross-platform creative quality audit |
/ads landing |
Landing page quality assessment |
/ads budget |
Budget allocation and bidding strategy review |
/ads plan <type> |
Strategic ad planning with industry templates |
/ads competitor |
Competitor ad intelligence analysis |
Reference docs included: Scoring system, benchmarks, bidding strategies, budget allocation, platform specs, conversion tracking, compliance, and platform-specific audit checklists.
Industry templates: SaaS, e-commerce, local service, B2B enterprise, info products, mobile app, real estate, healthcare, finance, agency.
| Skill | Description |
|---|---|
/seo-audit |
SEO audit with GSC/GA4 data analysis |
/cro-audit |
CRO audit for webpages and landing pages |
| Skill | Description |
|---|---|
/hiring |
Growth operator hiring framework and interview rubrics |
/learning |
Learning opportunity identification |
Structured software development workflow:
| Skill | Description |
|---|---|
/explore |
Understand codebase and requirements |
/create-plan |
Break work into phased implementation plan |
/execute |
Build with phase-by-phase implementation |
/review |
Self-check against quality checklist |
/peer-review |
Analyze external code review feedback |
/document |
Update docs and README |
| Skill | Description |
|---|---|
/writing |
Voice-driven content creation for LinkedIn |
| Skill | Description |
|---|---|
/prompt-optimizer |
Transform rough prompts into optimized versions |
/create-skill |
Create new skills with proper structure |
Python scripts for deterministic execution:
| Tool | Description |
|---|---|
llm_router.py |
Route prompts to OpenAI or Anthropic based on task type |
sheets_publish.py |
Publish markdown tables to Google Sheets |
time_comparisons.py |
MTD pacing, weekly pace, period-over-period calculations |
| Template | Description |
|---|---|
voice-system-template.md |
Framework for creating your voice profile |
dev-workflow.md |
One-pager explaining the dev workflow |
CLAUDE.md.template |
Template for project-level Claude Code instructions |
/plugin marketplace add multiplai-ai/growth-marketer-ai-toolkit
/plugin install growth-marketer-toolkit@growth-marketer-toolkit
/growth-marketer-toolkit:ads audit
If using the Python tools in tools/:
pip install -r tools/requirements.txtCreate .env for API access:
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
GOOGLE_SERVICE_ACCOUNT_PATH=~/.config/google-service-account.json
GOOGLE_SHEETS_ID=your-spreadsheet-idThe /writing skill needs your voice profile. Fill out the blank sections in .claude/commands/content/writing.md or use templates/voice-system-template.md to create a detailed profile.
The /ads plan skill uses industry-specific templates. Edit the templates in .claude/commands/ads/industry-templates/ to match your business.
Create a CLAUDE.md in your project root to give Claude Code context about your project. Use templates/CLAUDE.md.template as a starting point.
growth-marketer-ai-toolkit/
├── README.md
├── INSTALLATION.md
├── LICENSE
├── .claude-plugin/ # Marketplace config
│ ├── plugin.json
│ └── marketplace.json
├── .claude/commands/
│ ├── ads/ # 13 ad audit skills
│ │ ├── ads.md # Main orchestrator
│ │ ├── ads-google.md
│ │ ├── ads-meta.md
│ │ ├── ...
│ │ ├── references/ # 12 reference docs
│ │ └── industry-templates/ # 11 industry templates
│ ├── marketing/
│ │ ├── seo-audit.md
│ │ └── cro-audit.md
│ ├── growth/
│ │ ├── hiring.md
│ │ └── learning.md
│ ├── dev-workflow/
│ │ ├── explore.md
│ │ ├── create-plan.md
│ │ ├── execute.md
│ │ ├── review.md
│ │ ├── peer-review.md
│ │ └── document.md
│ ├── content/
│ │ └── writing.md
│ └── utilities/
│ ├── prompt-optimizer.md
│ └── create-skill.md
├── tools/
│ ├── llm_router.py
│ ├── sheets_publish.py
│ ├── time_comparisons.py
│ └── requirements.txt
├── templates/
│ ├── voice-system-template.md
│ ├── dev-workflow.md
│ └── CLAUDE.md.template
└── examples/
├── ads-audit-example.md
└── seo-audit-example.md
To get the latest skills:
/plugin marketplace update growth-marketer-toolkit
/plugin update growth-marketer-toolkit@growth-marketer-toolkit
Then restart Claude Code to apply changes.
- Claude Code CLI
- Python 3.9+ (for tools)
- API keys for OpenAI and/or Anthropic (for
llm_router.py) - Google service account (for
sheets_publish.py)
Contributions welcome! Please:
- Fork the repo
- Create a feature branch
- Submit a PR with a clear description
- Initial public release
- 13 ad audit skills (Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, creative, landing, budget, plan, competitor)
- SEO and CRO audit skills
- Dev workflow skills (explore, plan, execute, review, peer-review, document)
- Content writing skill
- Utility skills (prompt-optimizer, create-skill)
- Python tools for Sheets publishing and time calculations
MIT License — see LICENSE
Hanna Huffman — Growth Marketing Leader
Built with Claude Code