{"repo":"zubair-trabzada/ai-marketing-claude","free":true,"listed":false,"github":"https://github.com/zubair-trabzada/ai-marketing-claude","clone":"git clone https://github.com/zubair-trabzada/ai-marketing-claude.git","description":"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.","language":"Python","stars":2441,"topics":["ai-marketing","claude","claude-code","competitive-analysis","content-strategy","copywriting","email-marketing","marketing","marketing-automation","seo"],"license":"MIT","category":"saas_starter","readme_excerpt":"<p align=\"center\">\n  <img src=\"banner.svg\" alt=\"AI Marketing Suite for Claude Code\" width=\"100%\">\n</p>\n\n# AI Marketing Suite for Claude Code\n\nA comprehensive marketing analysis and automation skill system for [Claude Code](https://docs.anthropic.com/en/docs/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.\n\n**Built for entrepreneurs, agency builders, and solopreneurs who want to sell marketing services powered by AI.**\n\n---\n\n## What This Does\n\nType a command in Claude Code and get instant, actionable marketing analysis:\n\n```\n> /market audit https://calendly.com\n\nLaunching 5 parallel agents...\n✓ Content & Messaging Analysis     — Score: 72/100\n✓ Conversion Optimization          — Score: 58/100\n✓ SEO & Discoverability            — Score: 81/100\n✓ Competitive Positioning          — Score: 64/100\n✓ Brand & Trust                    — Score: 76/100\n✓ Growth & Strategy                — Score: 61/100\n\nOverall Marketing Score: 69/100\n\nFull report saved to MARKETING-AUDIT.md\n```\n\n---\n\n## Installation\n\n### One-Command Install\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash\n```\n\n### Manual Install\n\n```bash\ngit clone https://github.com/zubair-trabzada/ai-marketing-claude.git\ncd ai-marketing-claude\n./install.sh\n```\n\n### Optional: PDF Report Support\n\n```bash\npip install reportlab\n```\n\n---\n\n## Commands\n\n| Command | What It Does |\n|---------|-------------|\n| `/market audit <url>` | Full marketing audit with 5 parallel agents |\n| `/market quick <url>` | 60-second marketing snapshot |\n| `/market copy <url>` | Generate optimized copy with before/after examples |\n| `/market emails <topic>` | Generate complete email sequences |\n| `/market social <topic>` | 30-day social media content calendar |\n| `/market ads <url>` | Ad creative and copy for all platforms |\n| `/market funnel <url>` | Sales funnel analysis and optimization |\n| `/market competitors <url>` | Competitive intelligence report |\n| `/market landing <url>` | Landing page CRO analysis |\n| `/market launch <product>` | Product launch playbook |\n| `/market proposal <client>` | Client proposal generator |\n| `/market report <url>` | Full marketing report (Markdown) |\n| `/market report-pdf <url>` | Professional marketing report (PDF) |\n| `/market seo <url>` | SEO content audit |\n| `/market brand <url>` | Brand voice analysis and guidelines |\n\n---\n\n## Architecture\n\n```\nai-marketing-claude/\n├── market/SKILL.md                     # Main orchestrator (routes all /market commands)\n│\n├── skills/                             # 14 sub-skills\n│   ├── market-audit/SKILL.md           # Full audit orchestration\n│   ├── market-copy/SKILL.md            # Copywriting analysis & generation\n│   ├── market-emails/SKILL.md          # Email sequence generation\n│   ├── market-social/SKILL.md          # Social media content calendar\n│   ├── market-ads/SKILL.md             # Ad creative & copy\n│   ├── market-funnel/SKILL.md          # Funnel analysis & optimization\n│   ├── market-competitors/SKILL.md     # Competitive intelligence\n│   ├── market-landing/SKILL.md         # Landing page CRO\n│   ├── market-launch/SKILL.md          # Launch playbook generation\n│   ├── market-proposal/SKILL.md        # Client proposal generator\n│   ├── market-report/SKILL.md          # Marketing report (Markdown)\n│   ├── market-report-pdf/SKILL.md      # Marketing report (PDF)\n│   ├── market-seo/SKILL.md             # SEO content audit\n│   └── market-brand/SKILL.md           # Brand voice analysis\n│\n├── agents/                             # 5 parallel subagents\n│   ├── market-content.md               # Content & messaging analysis\n│   ├── market-conversion.md            # CRO & funnel optimization\n│   ├── market-competitive.md           # Competitive positioning\n│   ├── market-technical.md             # Technical SEO & tracking\n│   └── market-strategy.md              # Brand, pricing & growth strategy\n│\n├── scripts/                            # Python utility scripts\n│   ├── analyze_page.py                 # Webpage marketing analysis\n│   ├── competitor_scanner.py           # Competitor website scanner\n│   ├── social_calendar.py              # Social content calendar generator\n│   └── generate_pdf_report.py          # PDF report generator\n│\n├── templates/                          # Marketing templates\n│   ├── email-welcome.md                # Welcome email sequence (5 emails)\n│   ├── email-nurture.md                # Lead nurture sequence (6 emails)\n│   ├── email-launch.md                 # Product launch sequence (8 emails)\n│   ├── proposal-template.md            # Client proposal template\n│   ├── content-calendar.md             # 30-day content calendar\n│   └── launch-checklist.md             # Launch checklist\n│\n├── install.sh                          # One-command installer\n├── uninstall.sh                        # Clean uninstaller\n├── requirements.txt                    # Python dependencies\n└── LICENSE                             # MIT License\n```\n\n---\n\n## Scoring Methodology\n\nThe full marketing audit scores websites across 6 dimensions:\n\n| Category | Weight | What It Measures |\n|----------|--------|------------------|\n| Content & Messaging | 25% | Copy quality, value props, headlines, CTAs |\n| Conversion Optimization | 20% | Funnels, forms, social proof, friction, urgency |\n| SEO & Discoverability | 20% | On-page SEO, technical SEO, content structure |\n| Competitive Positioning | 15% | Differentiation, market awareness, alternatives |\n| Brand & Trust | 10% | Design quality, trust signals, authority |\n| Growth & Strategy | 10% | Pricing, acquisition channels, retention |\n\n**Overall Marketing Score** = Weighted average of all categories (0-100)\n\n---\n\n## How It Works\n\n1. **You type a command** — e.g., `/market audit https://example.com`\n2. **Claude reads the skill files** — they tell Claude exactly how to analyze the site\n3. **5 subagents launch in parallel** — each one analyzes a different dimension\n4. **Python scripts run** — automated page analysis, competitor scanning\n5. **Results are compiled** — into a scored, prioritized, actionable report\n6. **Output is saved** — as a Markdown file or professional PDF\n\n---\n\n## Use Cases\n\n### For Agency Builders\n- Run `/market audit` on a prospect's website before a sales call\n- Generate `/market proposal` with specific findings and pricing\n- Deliver `/market report-pdf` as a professional client deliverable\n\n### For Solopreneurs\n- Use `/market copy` to optimize your own landing pages\n- Generate `/market emails` for your product launches\n- Build `/market social` calendars for consistent posting\n\n### For Content Creators\n- Research competitors with `/market competitors`\n- Plan launches with `/market launch`\n- Analyze your funnel with `/market funnel`\n\n---\n\n## Uninstall\n\n```bash\n./uninstall.sh\n```\n\nOr manually:\n```bash\nrm -rf ~/.claude/skills/market*\nrm -f ~/.claude/agents/market-*.md\n```\n\n---\n\n## Learn More\n\nWant to learn how to build a marketing agency powered by AI tools like this?\n\n**[Join the AI Workshop Community](https://www.skool.com/aiworkshop)** — Learn AI automations, vibe coding, and how to build AI-powered services for clients.\n\n---\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n","default_branch":"main","files":37,"tree":[".gitignore","LICENSE","README.md","agents/market-competitive.md","agents/market-content.md","agents/market-conversion.md","agents/market-strategy.md","agents/market-technical.md","banner.svg","install.sh","market/SKILL.md","requirements.txt","scripts/analyze_page.py","scripts/competitor_scanner.py","scripts/generate_pdf_report.py","scripts/social_calendar.py","skills/market-ads/SKILL.md","skills/market-audit/SKILL.md","skills/market-brand/SKILL.md","skills/market-competitors/SKILL.md","skills/market-copy/SKILL.md","skills/market-emails/SKILL.md","skills/market-funnel/SKILL.md","skills/market-landing/SKILL.md","skills/market-launch/SKILL.md","skills/market-proposal/SKILL.md","skills/market-report-pdf/SKILL.md","skills/market-report/SKILL.md","skills/market-seo/SKILL.md","skills/market-social/SKILL.md","templates/content-calendar.md","templates/email-launch.md","templates/email-nurture.md","templates/email-welcome.md","templates/launch-checklist.md","templates/proposal-template.md","uninstall.sh"],"storefront":"/r/zubair-trabzada","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/zubair-trabzada/ai-marketing-claude/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}