Sandbox
@zubair-trabzada/ai-marketing-claude

Claude Code marketing skills and subagents

This repo gives Claude Code a marketing command set for audits, copy, email sequences, social calendars, competitor scans, launch plans, and client reports. The main skill file routes requests to focused subskills and five parallel subagents, while Python scripts handle page analysis, competitor scanning, social planning, and PDF output.

2,631 stars703 forksPythonUpdated 6mo ago
Who it's for

Builders who use Claude Code to run marketing analysis and content workflows for their own business or for clients.

What it delivers

You can turn a website or product prompt into a structured marketing audit, copy set, or client-ready report without building the workflow yourself.

What it does

Slash command marketing workflow

`/market` commands cover audit, quick snapshot, copy, emails, social, ads, funnel, competitors, landing, launch, proposal, report, report-pdf, seo, and brand.

Parallel subagent analysis

Five agent files split work across content, conversion, competitive positioning, technical SEO, and strategy.

Reusable skill packs

Each marketing task has its own skill folder under `skills/`, including audit, copy, emails, ads, funnel, landing, launch, proposal, report, SEO, and brand.

Automation scripts

Python scripts in `scripts/` analyze pages, scan competitors, generate social calendars, and build PDF reports.

Marketing templates

Templates for welcome, nurture, and launch emails, content calendars, proposals, and launch checklists are ready to reuse.

How to get it

  1. 1Run
    curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash
  2. 2Run
    git clone https://github.com/zubair-trabzada/ai-marketing-claude.git
    cd ai-marketing-claude
    ./install.sh
  3. 3Run
    pip install reportlab

README

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

CommandWhat 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
│   └── market-strategy.md              # Brand, pricing & growth strategy
│
├── scripts/                            # Python utility scripts
│   ├── analyze_page.py                 # Webpage marketing analysis
│   ├── competitor_scanner.py           # Competitor website scanner
│   ├── social_calendar.py              # Social content calendar generator
│   └── generate_pdf_report.py          # PDF report generator
│
├── templates/                          # Marketing templates
│   ├── email-welcome.md                # Welcome email sequence (5 emails)
│   ├── email-nurture.md                # Lead nurture sequence (6 emails)
│   ├── email-launch.md                 # Product launch sequence (8 emails)
│   ├── proposal-template.md            # Client proposal template
│   ├── content-calendar.md             # 30-day content calendar
│   └── launch-checklist.md             # Launch checklist
│
├── install.sh                          # One-command installer
├── uninstall.sh                        # Clean uninstaller
├── requirements.txt                    # Python dependencies
└── LICENSE                             # MIT License

Scoring Methodology

The full marketing audit scores websites across 6 dimensions:

CategoryWeightWhat It Measures
Content & Messaging25%Copy quality, value props, headlines, CTAs
Conversion Optimization20%Funnels, forms, social proof, friction, urgency
SEO & Discoverability20%On-page SEO, technical SEO, content structure
Competitive Positioning15%Differentiation, market awareness, alternatives
Brand & Trust10%Design quality, trust signals, authority
Growth & Strategy10%Pricing, acquisition channels, retention

Overall Marketing Score = Weighted average of all categories (0-100)


How It Works

  1. You type a command — e.g., /market audit https://example.com
  2. Claude reads the skill files — they tell Claude exactly how to analyze the site
  3. 5 subagents launch in parallel — each one analyzes a different dimension
  4. Python scripts run — automated page analysis, competitor scanning
  5. Results are compiled — into a scored, prioritized, actionable report
  6. Output is saved — as a Markdown file or professional PDF

Use Cases

For Agency Builders

  • Run /market audit on a prospect's website before a sales call
  • Generate /market proposal with specific findings and pricing
  • Deliver /market report-pdf as a professional client deliverable

For Solopreneurs

  • Use /market copy to optimize your own landing pages
  • Generate /market emails for your product launches
  • Build /market social calendars for consistent posting

For Content Creators

  • Research competitors with /market competitors
  • Plan launches with /market launch
  • Analyze your funnel with /market funnel

Uninstall

./uninstall.sh

Or manually:

rm -rf ~/.claude/skills/market*
rm -f ~/.claude/agents/market-*.md

Learn More

Want to learn how to build a marketing agency powered by AI tools like this?

Join the AI Workshop Community — Learn AI automations, vibe coding, and how to build AI-powered services for clients.


License

MIT License — see LICENSE for details.

Files in the repo

Repository payload12 top-level entries
  • agents
  • market
  • scripts
  • skills
  • templates
  • .gitignore
  • banner.svg
  • install.sh
  • LICENSE
  • README.md
  • requirements.txt
  • uninstall.sh

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k
mvanhorn/
last30days-skill

AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary

62k
Nanako0129/
sepia

De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).

2.5k
Imbad0202/
academic-research-skills

Academic Research Skills for Claude Code: research → write → review → revise → finalize

48k