AI Marketing Suite for Claude Code
A comprehensive marketing analysis and automation skill system for Claude Code. Audit any website's marketing, generate copy, build email sequences, create content calendars, analyze competitors, and produce client-ready PDF reports — all from your terminal.
Built for entrepreneurs, agency builders, and solopreneurs who want to sell marketing services powered by AI.
What This Does
Type a command in Claude Code and get instant, actionable marketing analysis:
> /market audit https://calendly.com
Launching 5 parallel agents...
✓ Content & Messaging Analysis — Score: 72/100
✓ Conversion Optimization — Score: 58/100
✓ SEO & Discoverability — Score: 81/100
✓ Competitive Positioning — Score: 64/100
✓ Brand & Trust — Score: 76/100
✓ Growth & Strategy — Score: 61/100
Overall Marketing Score: 69/100
Full report saved to MARKETING-AUDIT.md
Installation
One-Command Install
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash
Manual Install
git clone https://github.com/zubair-trabzada/ai-marketing-claude.git
cd ai-marketing-claude
./install.sh
Optional: PDF Report Support
pip install reportlab
Commands
| Command | What It Does |
|---|---|
/market audit <url> |
Full marketing audit with 5 parallel agents |
/market quick <url> |
60-second marketing snapshot |
/market copy <url> |
Generate optimized copy with before/after examples |
/market emails <topic> |
Generate complete email sequences |
/market social <topic> |
30-day social media content calendar |
/market ads <url> |
Ad creative and copy for all platforms |
/market funnel <url> |
Sales funnel analysis and optimization |
/market competitors <url> |
Competitive intelligence report |
/market landing <url> |
Landing page CRO analysis |
/market launch <product> |
Product launch playbook |
/market proposal <client> |
Client proposal generator |
/market report <url> |
Full marketing report (Markdown) |
/market report-pdf <url> |
Professional marketing report (PDF) |
/market seo <url> |
SEO content audit |
/market brand <url> |
Brand voice analysis and guidelines |
Architecture
ai-marketing-claude/
├── market/SKILL.md # Main orchestrator (routes all /market commands)
│
├── skills/ # 14 sub-skills
│ ├── market-audit/SKILL.md # Full audit orchestration
│ ├── market-copy/SKILL.md # Copywriting analysis & generation
│ ├── market-emails/SKILL.md # Email sequence generation
│ ├── market-social/SKILL.md # Social media content calendar
│ ├── market-ads/SKILL.md # Ad creative & copy
│ ├── market-funnel/SKILL.md # Funnel analysis & optimization
│ ├── market-competitors/SKILL.md # Competitive intelligence
│ ├── market-landing/SKILL.md # Landing page CRO
│ ├── market-launch/SKILL.md # Launch playbook generation
│ ├── market-proposal/SKILL.md # Client proposal generator
│ ├── market-report/SKILL.md # Marketing report (Markdown)
│ ├── market-report-pdf/SKILL.md # Marketing report (PDF)
│ ├── market-seo/SKILL.md # SEO content audit
│ └── market-brand/SKILL.md # Brand voice analysis
│
├── agents/ # 5 parallel subagents
│ ├── market-content.md # Content & messaging analysis
│ ├── market-conversion.md # CRO & funnel optimization
│ ├── market-competitive.md # Competitive positioning
│ ├── market-technical.md # Technical SEO & tracking
│ └──