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.
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
curl -fsSL https://raw.githubusercontent.com/tal7aouy/marketkit/main/install.sh | bashgit clone https://github.com/tal7aouy/marketkit.git
cd marketkit
./install.shpip install reportlab| Claude Code | Any recent version |
| Bash | 3.2+ (macOS default) or any modern Linux shell |
| Python | 3.8+ (standard library only; reportlab optional, for PDF reports) |
./install.sh --help # usage
./install.sh --version # installer version
./uninstall.sh -y # uninstall without the confirmation promptBoth scripts honor CLAUDE_CONFIG_DIR if your Claude Code config lives somewhere other than ~/.claude.
| 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 |
marketkit/
βββ 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
β
βββ .github/workflows/ci.yml # Lint + skill-manifest checks
β
βββ install.sh # One-command installer
βββ uninstall.sh # Clean uninstaller
βββ requirements.txt # Python dependencies
βββ CONTRIBUTING.md # Contribution guide
βββ CHANGELOG.md # Release history
βββ LICENSE # MIT License
The full marketing audit scores websites across 6 dimensions:
| Category | Weight | What It Measures |
|---|---|---|
| Content & Messaging | 25% | Copy quality, value props, headlines, CTAs |
| Conversion Optimization | 20% | Funnels, forms, social proof, friction, urgency |
| SEO & Discoverability | 20% | On-page SEO, technical SEO, content structure |
| Competitive Positioning | 15% | Differentiation, market awareness, alternatives |
| Brand & Trust | 10% | Design quality, trust signals, authority |
| Growth & Strategy | 10% | Pricing, acquisition channels, retention |
Overall Marketing Score = Weighted average of all categories (0-100)
- You type a command β e.g.,
/market audit https://example.com - Claude reads the skill files β they tell Claude exactly how to analyze the site
- 5 subagents launch in parallel β each one analyzes a different dimension
- Python scripts run β automated page analysis, competitor scanning
- Results are compiled β into a scored, prioritized, actionable report
- Output is saved β as a Markdown file or professional PDF
- Run
/market auditon a prospect's website before a sales call - Generate
/market proposalwith specific findings and pricing - Deliver
/market report-pdfas a professional client deliverable
- Use
/market copyto optimize your own landing pages - Generate
/market emailsfor your product launches - Build
/market socialcalendars for consistent posting
- Research competitors with
/market competitors - Plan launches with
/market launch - Analyze your funnel with
/market funnel
./uninstall.shOr manually:
rm -rf ~/.claude/skills/market*
rm -f ~/.claude/agents/market-*.mdContributions are welcome β new skills, better prompts, bug fixes. See CONTRIBUTING.md for the workflow and conventions.
tal7aouy β GitHub
If this saves you time, a β on the repo helps others find it.
MIT License β see LICENSE for details.