StackMap
Subscribe
Explore / ai-marketing-claude
zubair-trabzada

ai-marketing-claude

15 marketing skills for Claude Code — /market audit runs 5 parallel agents scoring a site across 6 dimensions; copy, email sequences, ad creative, competitor intel and client-ready PDF reports.

2,136 635 Python MITupdated 4 months ago
Curator's take

The 'sell marketing services with Claude Code' starter kit: one command fans out five subagents that score a site on content, conversion, SEO, positioning, brand and growth, and the deliverables (weighted scores, before/after copy, client proposals, PDF reports) are shaped for agency work, not just self-serve tinkering. Templates for welcome/nurture/launch sequences included. Know what it is: prompts and scoring rubrics, not integrations — nothing talks to ad accounts or analytics APIs (claude-ads is the operations side of this coin). The scoring is LLM-judged, so treat numbers as directional. Repo hasn't moved since March and the README funnels to a paid Skool community — the MIT code stands alone fine.

Mapped by ShipWithAI editors · links verified
README.md

AI Marketing Suite for Claude Code

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
│   └── 

Continue your stack

What teams reach for next — and why each earns a place beside ai-marketing-claude. Ranked by curator confidence.