AI Marketing Suite for Claude Code. 15 marketing skills with parallel subagents — audit any website, generate copy, email sequences, ad campaigns, content calendars, competitive intelligence, and client-ready PDF reports.
# Add to your Claude Code skills
git clone https://github.com/zubair-trabzada/ai-marketing-claudeA 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.
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
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash
git clone https://github.com/zubair-trabzada/ai-marketing-claude.git
cd ai-marketing-claude
./install.sh
pip install reportlab
| Command | What It Does |
|---------|-------------|
| /market audit <url> | Full marketing audit with 5 parallel agents |
| /market quick <url> | 60-second marketing snapshot |
| | Generate optimized copy with before/after examples |
| | Generate complete email sequences |
| | 30-day social media content calendar |
| | Ad creative and copy for all platforms |
| | Sales funnel analysis and optimization |
| | Competitive intelligence report |
| | Landing page CRO analysis |
| | Product launch playbook |
| | Client proposal generator |
| | Full marketing report (Markdown) |
| | Professional marketing report (PDF) |
| | SEO content audit |
| | Brand voice analysis and guidelines |
No comments yet. Be the first to share your thoughts!
/market copy <url>/market emails <topic>/market social <topic>/market ads <url>/market funnel <url>/market competitors <url>/market landing <url>/market launch <product>/market proposal <client>/market report <url>/market report-pdf <url>/market seo <url>/market brand <url>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
...