Hey, it's Cindy ๐ฑ This is everything I promised: the repo link plus my quick-start guide. One developer,
Zubair Trabzada, open-sourced his entire AI marketing team for Claude Code. You type one command, 5 agents audit a website in parallel, grade it out of 100, and hand you a prioritized fix list. Below: what you're actually installing, the one-paste install, and exactly what to do in your first 10 minutes.
The repo ๐พ
๐ github.com/zubair-trabzada/ai-marketing-claude (free, MIT licensed)
what's in the box
What you're actually installing ๐ง
It's not an app. It's a set of plain files that teach Claude Code marketing:
- ๐ 15 skills: step-by-step playbook files. When you type a
/market command, Claude opens the matching playbook and follows it (the full menu is in the readme)
- ๐ค 5 agents: separate Claude workers that run at the same time, each grading its own lane (they live in the agents folder)
- ๐ 4 Python helper scripts and 6 ready-made templates (welcome emails, launch checklist, client proposal) that the skills pull in when they need them (browse them in the repo)
Everything installs at the user level into ~/.claude, so the commands work in any folder you open Claude Code in (that's exactly what install.sh sets up).
the setup
The one-paste install ๐
- ๐ป Get Claude Code: the terminal app or the official VS Code extension (docs here). It runs on a Pro or Max plan, or API credits
- ๐ Copy the command below and paste it into your terminal
- โป๏ธ Start a new Claude Code session, then type
/market and pick a command
๐ The one-line install
curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/ai-marketing-claude/main/install.sh | bash
That is the exact command from the repo readme. Prefer to read code before you run it (fair)? Clone it and run the installer yourself instead:
๐ The read-it-first route
git clone https://github.com/zubair-trabzada/ai-marketing-claude.git
cd ai-marketing-claude
./install.sh
Two small extras: the one-paste route uses git under the hood (install.sh clones the repo for you, so git needs to be installed), and PDF reports need one Python package: pip install reportlab (noted in the readme).
five lanes
Meet the team ๐ฆ
Five agents, five lanes, all running at once (full specs in the audit skill):
- โ๏ธ market-content: headline clarity, value proposition, copy persuasion, social proof, brand voice
- ๐ market-conversion: CTA effectiveness, form friction, trust signals, mobile experience, pricing page design
- ๐ฅ market-competitive: positioning clarity, differentiation, how your pricing sits against rivals, third-party reputation
- โ๏ธ market-technical: title tags, meta descriptions, page speed, schema markup, Core Web Vitals
- ๐ market-strategy: business model clarity, pricing strategy, growth loops, retention signals, upsells
the whole menu
The full menu (all 15 commands) ๐
Straight from the readme. Start with audit and quick, the rest are specialists:
- ๐ฉบ
/market audit <url>: the full audit, all 5 agents in parallel
- โก
/market quick <url>: a 60-second marketing snapshot
- โ๏ธ
/market copy <url>: rewrites your copy with before and after examples
- ๐ฌ
/market emails <topic>: complete email sequences
- ๐
/market social <topic>: a 30-day social media content calendar
- ๐ฃ
/market ads <url>: ad creative and copy for every platform
- ๐
/market funnel <url>: sales funnel analysis and optimization
- ๐ต๏ธ
/market competitors <url>: a competitive intelligence report
- ๐ฌ
/market landing <url>: landing page conversion (CRO) analysis
- ๐
/market launch <product>: a product launch playbook
- ๐ค
/market proposal <client>: a client proposal generator
- ๐
/market report <url>: the full marketing report as markdown
- ๐จ
/market report-pdf <url>: the same report as a polished PDF
- ๐
/market seo <url>: an SEO content audit
- ๐จ
/market brand <url>: brand voice analysis and guidelines
run it now
Your first 10 minutes โฑ
- ๐ Open Claude Code in any folder and run
/market audit yourwebsite.com on your own site first
- ๐ Watch the fetch: it pulls your homepage plus up to 5 key pages (pricing, about, product, blog, contact), then launches the 5 agents in parallel (how the audit works)
- ๐งฎ Read the score: six weighted categories (content 25%, conversion 20%, SEO 20%, competitive 15%, brand and trust 10%, growth and strategy 10%) roll into one score out of 100 with a letter grade, A at 85 and up, down to F below 40 (the exact rubric)
- โ
Jump straight to the quick wins: the report lists 5 to 10 fixes you can ship in under a week, then 3 to 7 bigger strategic moves. Pick the top 3 quick wins and make them this week's to-do list
- ๐พ Your full report saves as
MARKETING-AUDIT.md in that folder. Want it client-ready? /market report-pdf <url> turns it into a PDF (this is the one that needs reportlab)
And the obvious freelancer play: run the audit on a prospect's site and the graded report becomes the pitch. That's what /market proposal and /market report-pdf are sitting there for.
read this first
Honest notes before you run it ๐ฑ
๐ณ The repo is free, the engine isn't: Claude Code runs on a Pro or Max plan, or API credits (
claude.com)
๐ฒ Scores vary run to run: the grades are Claude's judgment against a rubric, not a deterministic crawler, so treat a 66 and a 72 as the same signal and read the recommendations, not just the number
๐งช The Calendly 69/100 in the readme is the author's demo output, not a live benchmark (
see it in the readme)
The links ๐
๐พ The repo: github.com/zubair-trabzada/ai-marketing-claude (free, MIT license)
๐งฎ The audit rubric: skills/market-audit/SKILL.md (scoring weights, grade scale, report format)
๐ค Claude Code: claude.com (Pro or Max plan, or API credits), docs at code.claude.com/docs
๐ The developer: Zubair Trabzada on GitHub
Follow
@cindiezhu for more AI tips every single day ๐ฑ