All tools
SkillCommunity2.1k

AI Marketing for Claude

Updated Jul 7, 2026

AI Marketing Suite for Claude Code by zubair-trabzada is a 14-skill system with 5 parallel subagents that audit any website across content, conversion, SEO, competitive positioning, brand/trust, and growth. Includes /market audit, /market copy, /market emails, /market social, /market competitors, and /market report-pdf commands.

View on GitHub

What it does

  • /market audit <url>

    Launch 5 parallel subagents to score a website across content, conversion, SEO, competitive positioning, and brand — outputs a full scored report.

  • /market quick <url>

    Run a 60-second marketing snapshot of a website.

  • /market emails <topic>

    Generate a complete email sequence (welcome, nurture, or launch) for a product or topic.

  • /market social <topic>

    Generate a 30-day social media content calendar.

  • /market report-pdf <url>

    Produce a professional PDF marketing report (requires pip install reportlab).

Files (1)

OVERVIEW.mdprimary · markdown · 1.7 KB
## What it does

AI Marketing Suite for Claude Code is a 14-skill, 5-subagent marketing analysis and automation system. The /market audit command launches 5 parallel subagents (content/messaging, conversion optimization, SEO/discoverability, competitive positioning, brand/trust/growth) and scores a website across those six dimensions (weighted 0-100) with a full report saved to MARKETING-AUDIT.md. Other commands include /market copy (optimized copy with before/after examples), /market emails (complete email sequences — welcome, nurture, launch), /market social (30-day content calendar), /market ads (ad creative for all platforms), /market funnel (sales funnel CRO analysis), /market competitors (competitive intelligence), /market landing (landing page CRO), /market launch (product launch playbook), /market proposal (client proposal), /market report (full Markdown report), /market report-pdf (PDF requiring pip install reportlab), and /market brand (brand voice analysis).

## Install

One-command install:

    curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash

Or manually:

    git clone https://github.com/zubair-trabzada/ai-marketing-claude.git && cd ai-marketing-claude && ./install.sh

Optional PDF support: pip install reportlab

Uninstall: ./uninstall.sh

## When to use

Use this when you want structured, scored marketing analysis of a website from your Claude Code terminal — for a client pitch, competitor research, or your own landing page optimization. The parallel subagent architecture produces a full scored audit in one command. For simpler copy generation, use /market copy or /market emails without the full audit overhead.