Loading repository data…
Loading repository data…
rediumvex / repository
Marketing operations toolkit for Claude Code — 12 skills, 5 specialist subagents, and Python scripts for audits, CRO, SEO, copy, emails, ads, and client reports.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A production-grade marketing operations toolkit for Claude Code: 12 skills, 5 specialist subagents, 4 Python scripts, and 6 templates that turn Claude into a full marketing team.
Runs natively in Claude Code. Everything is routed through one command — /market — with subcommands for audits, CRO, SEO, copy, emails, social, ads, funnels, launches, proposals, and reports.
| Command | Purpose |
|---|---|
/market audit <url> | Full 6-dimension audit with 5 parallel subagents → MARKETING-AUDIT.md |
/market landing <url> | Conversion rate optimization → LANDING-CRO.md |
/market seo <url> | On-page + technical + AI search (GEO) audit → SEO-AUDIT.md |
/market brand <url> | Voice, tone, archetype → BRAND-VOICE.md |
/market competitors <url> | Competitive intelligence + Wayback history → COMPETITOR-ANALYSIS.md |
/market copy <page> | Rewrite copy in brand voice |
/market emails <type> | Welcome, nurture, launch, cold, abandon, re-engage sequences |
/market social <topic> | Platform-native posts (X, LinkedIn, IG, TikTok, Shorts, Threads) |
/market ads <product> | Meta, Google, LinkedIn, TikTok ad copy |
/market funnel <url> | End-to-end funnel + GA4 event spec → FUNNEL-ANALYSIS.md |
/market launch <product> | 4-week launch orchestration → LAUNCH-PLAN.md |
/market proposal <client> |
Client SOW with pricing calculator → PROPOSAL.md |
/market report [--format pdf] <url> | Consolidated client-ready report (Markdown or PDF) |
/market audit in parallel)analyze_page.py — HTML / SEO / schema / tracking extraction (stdlib only)competitor_scanner.py — multi-URL positioning scansocial_calendar.py — pillar-based content calendar generatorgenerate_pdf_report.py — client-ready PDF via reportlabWelcome, nurture, and launch email sequences; content calendar; launch checklist; client proposal.
curl -fsSL https://raw.githubusercontent.com/rediumvex/ai-marketing-claude/main/install.sh | bash
Or clone and run:
git clone https://github.com/rediumvex/ai-marketing-claude.git
cd ai-marketing-claude
./install.sh
This copies the skills, agents, scripts, and templates into ~/.claude/ so Claude Code can discover them.
pip3 install reportlab
Only needed if you use /market report --format pdf.
# Full audit with all 5 specialists
/market audit https://example.com
# Just CRO
/market landing https://example.com/pricing
# Generate an email sequence in the detected brand voice
/market brand https://example.com # run this first
/market emails welcome # matches the voice from BRAND-VOICE.md
# Final client deliverable
/market report --format pdf https://example.com
market/SKILL.md is the router — it catches /market commands and hands off to the right specialist.MARKETING-AUDIT.md, BRAND-VOICE.md, etc.) and downstream skills read them for context.Weighted 6-category composite (0–100):
Grades: 90+ A, 80+ B, 70+ C, 60+ D, <60 F.
traffic × expected CR lift × ARPU.MIT. Use it, modify it, ship it.