Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MarketKit

MarketKit β€” AI Marketing Skills for Claude Code

License: MIT 15 skills 5 agents Python 3.8+ Stars

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/tal7aouy/marketkit/main/install.sh | bash

Manual Install

git clone https://github.com/tal7aouy/marketkit.git
cd marketkit
./install.sh

Optional: PDF Report Support

pip install reportlab

Requirements

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)

Installer Options

./install.sh --help       # usage
./install.sh --version    # installer version
./uninstall.sh -y         # uninstall without the confirmation prompt

Both scripts honor CLAUDE_CONFIG_DIR if your Claude Code config lives somewhere other than ~/.claude.


Commands

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

Architecture

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

Scoring Methodology

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)


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

Contributing

Contributions are welcome β€” new skills, better prompts, bug fixes. See CONTRIBUTING.md for the workflow and conventions.


Author

tal7aouy β€” GitHub

If this saves you time, a ⭐ on the repo helps others find it.


License

MIT License β€” see LICENSE for details.

About

πŸ€– MarketKit β€” AI Marketing for Claude Code. A team of 15 specialized AI agents working in parallel to audit websites, generate high-converting copy, create email sequences, launch ad campaigns, build content calendars, analyze competitors, and deliver client-ready PDF reports.

Topics

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages