Agentkits Marketing

<p align="center"> <img src="https://raw.githubusercontent.com/aitytech/agentkits-marketing/main/assets/logo.svg" alt="AgentKits Logo" width="80" height="80"> </p> <h1 align="center">AgentKits Marketing</h1> <p align="center"> <a href="https://github.com/aitytech/agentkits-marketing/stargazers"><img src="https://img.shields.io/github/stars/aitytech/agentkits-marketing?style=flat" alt="Stars"></a> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License"> <img src="https://img.shields.io/badge/Claude_Code%20|%20Cursor%20|%20Copilot-Compatible-blueviolet" alt="AI Assistants"> <br> <img src="https://img.shields.io/badge/Agents-18-green" alt="Agents"> <img src="https://img.shields.io/badge/Commands-93-orange" alt="Commands"> <img src="https://img.shields.io/badge/Skills-28-blue" alt="Skills"> </p> <p align="center"> <strong>Enterprise-grade AI marketing automation for Claude Code, Cursor, GitHub Copilot, and any AI assistant supporting agents & skills.</strong> </p> <p align="center"> Production-ready marketing agents, skills, commands, and workflows built for SaaS founders, marketers, and growth teams. Campaign planning, content creation, SEO, CRO, email sequences, and analytics - all powered by specialized AI agents. </p> <p align="center"> <a href="https://www.agentkits.net/marketing">Website</a> • <a href="https://www.agentkits.net/docs">Docs</a> • <a href="#installation">Install</a> • <a href="#training">Training</a> </p> <p align="center"> 🌐 <strong>English</strong> · <a href="README.zh.md">简体中文</a> · <a href="README.ja.md">日本語</a> · <a href="README.ko.md">한국어</a> · <a href="README.es.md">Español</a> · <a href="README.de.md">Deutsch</a> · <a href="README.fr.md">Français</a> · <a href="README.pt-br.md">Português</a> · <a href="README.vi.md">Tiếng Việt</a> · <a href="README.ru.md">Русский</a> · <a href="README.ar.md">العربية</a> </p>

Vibe Marketing

<p> <img src="https://img.shields.io/badge/Vibe_Coding-Developers-blue?style=for-the-badge&logo=code&logoColor=white" alt="Vibe Coding"> <img src="https://img.shields.io/badge/→-black?style=for-the-badge" alt="arrow"> <img src="https://img.shields.io/badge/Vibe_Marketing-Marketers-green?style=for-the-badge&logo=target&logoColor=white" alt="Vibe Marketing"> </p>

Inspired by the "Vibe Coding" movement from developers... we're expanding the universe: Vibe Marketing for the AI era where everything just works.

With AILet AI agents handle your campaigns while you focus on strategy. Just vibe and let the agents do the heavy lifting.
Without AIThis repo is a comprehensive reference library of marketing best practices, frameworks, and templates. Use the skills docs as your marketing playbook.

What's Inside

Works with Claude Code, Cursor, GitHub Copilot, and any AI assistant supporting agents & skills. Install as plugin or copy components manually.

agentkits-marketing/
|-- .claude-plugin/      # Plugin and marketplace manifests
|   |-- plugin.json            # Plugin metadata and component paths
|   |-- marketplace.json       # Marketplace catalog for /plugin marketplace add
|
|-- .claude/
|   |-- agents/          # 18 specialized marketing agents
|   |   |-- attraction-specialist.md    # Lead gen, SEO, landing pages
|   |   |-- lead-qualifier.md           # Lead scoring, segmentation
|   |   |-- email-wizard.md             # Email sequences, automation
|   |   |-- sales-enabler.md            # Sales collateral, battlecards
|   |   |-- continuity-specialist.md    # Retention, re-engagement
|   |   |-- upsell-maximizer.md         # Revenue expansion
|   |   |-- copywriter.md               # High-converting copy
|   |   |-- conversion-optimizer.md     # CRO specialist
|   |   |-- seo-specialist.md           # SEO optimization
|   |   |-- brand-voice-guardian.md     # Brand consistency
|   |   |-- ...and more
|   |
|   |-- commands/        # 93 slash commands by category
|   |   |-- campaign/    # /campaign:plan, /campaign:brief, /campaign:analyze
|   |   |-- content/     # /content:blog, /content:landing, /content:email
|   |   |-- seo/         # /seo:keywords, /seo:audit, /seo:programmatic
|   |   |-- cro/         # /cro:page, /cro:form, /cro:popup, /cro:signup
|   |   |-- growth/      # /growth:launch, /growth:referral, /growth:free-tool
|   |   |-- ...and more
|   |
|   |-- skills/          # 28 marketing skills
|   |   |-- marketing-psychology/       # 70+ mental models
|   |   |-- marketing-ideas/            # 140+ SaaS strategies
|   |   |-- page-cro/                   # Landing page optimization
|   |   |-- copywriting/                # Marketing copy
|   |   |-- programmatic-seo/           # Scaled page generation
|   |   |-- pricing-strategy/           # Pricing & packaging
|   |   |-- ...and more
|   |
|   |-- workflows/       # Core marketing workflows
|       |-- primary-workflow.md         # Campaign lifecycle
|       |-- sales-workflow.md           # Lead to customer
|       |-- crm-workflow.md             # Contact lifecycle
|
|-- training/            # 23 interactive lessons (English)
|-- training-zh/         # 简体中文
|-- training-ja/         # 日本語
|-- training-ko/         # 한국어
|-- training-es/         # Español
|-- training-de/         # Deutsch
|-- training-fr/         # Français
|-- training-pt-br/      # Português
|-- training-vi/         # Tiếng Việt
|-- training-ru/         # Русский
|-- training-ar/         # العربية
|-- docs/                # Documentation and guides
|-- marketplace.json     # Self-hosted marketplace config

Installation

Option 1: Claude Code Plugin Marketplace (Recommended for Claude Code)

Install directly via Claude Code's plugin system — no manual configuration needed:

# Add the marketplace
/plugin marketplace add aitytech/agentkits-marketing

# Install the full suite (18 agents, 28 skills, 93 commands)
/plugin install agentkits-marketing@agentkits-marketing

You can also install individual components:

/plugin install agentkits-marketing-skills@agentkits-marketing    # Skills only
/plugin install agentkits-marketing-agents@agentkits-marketing    # Agents only
/plugin install agentkits-marketing-commands@agentkits-marketing  # Commands only

Restart Claude Code after installation.


Option 2: Install via npx (All Platforms)

One command to install 18 agents, 28 skills, 93 commands:

npx @aitytech/agentkits-marketing install

Platform-specific installation:

npx @aitytech/agentkits-marketing install --platform claude    # Claude Code
npx @aitytech/agentkits-marketing install --platform cursor    # Cursor IDE
npx @aitytech/agentkits-marketing install --platform windsurf  # Windsurf
npx @aitytech/agentkits-marketing install --platform cline     # Cline
npx @aitytech/agentkits-marketing install --platform copilot   # GitHub Copilot
npx @aitytech/agentkits-marketing install --platform all       # All platforms

Other CLI commands:

npx @aitytech/agentkits-marketing --help        # Show all commands
npx @aitytech/agentkits-marketing list-ides     # List supported IDEs
npx @aitytech/agentkits-marketing list-modules  # List available modules
npx @aitytech/agentkits-marketing update        # Update existing installation

Option 3: Clone and Use

Clone the repository and work within it:

git clone https://github.com/aitytech/agentkits-marketing.git
cd agentkits-marketing
claude

Option 4: Manual Installation

Copy individual components to your Claude config:

# Clone the repo
git clone https://github.com/aitytech/agentkits-marketing.git

# Copy agents
cp agentkits-marketing/.claude/agents/*.md ~/.claude/agents/

# Copy commands
cp -r agentkits-marketing/.claude/commands/* ~/.claude/commands/

# Copy skills
cp -r agentkits-marketing/.claude/skills/* ~/.claude/skills/

# Copy workflows
cp -r agentkits-marketing/.claude/workflows/* ~/.claude/workflows/

Quick Start

Campaign Launch

# Research and plan
/research:market "SaaS productivity tools"
/competitor:deep "competitor.com"
/campaign:plan "Q1 Product Launch"

# Generate content
/content:landing "new feature" "target audience"
/content:email "product launch" "trial users"
/content:blog "feature announcement" "primary keyword"

# Optimize
/cro:page "landing page for conversion"
/seo:optimize "content.md" "target keyword"

Content Creation

/content:good "Blog post about AI marketing"
/content:editing "polish this draft"
/seo:keywords "ai marketing automation"

Conversion Optimization

/cro:page "homepage conversion audit"
/cro:form "lead capture optimization"
/cro:signup "registration flow"
/test:ab-setup "headline variations"

Growth & Strategy

/marketing:ideas "SaaS product"
/marketing:psychology "pricing objections"
/growth:launch "Product Hunt strategy"
/pricing:strategy "tier structure"

Available Skills

SkillDescriptionUse When
Core Marketing
marketing-psychology70+ mental models for marketingPersuasion, pricing, objections
marketing-ideas140 proven SaaS strategiesNeed marketing ideas
marketing-fundamentalsFunnel, journey, positioningFoundation concepts
Conversion Optimization
page-croLanding page, homepage, pricingPage not converting
form-croLead capture, contact formsForm optimization
popup-croModals, overlays, exit intentPopup creation
signup-flow-croRegistration, trial signupSignup friction
onboarding-croPost-signup activationUser activation
paywall-upgrade-croIn-app paywalls, upgrade screensFreemium conversion
ab-test-setupExperiment designA/B testing
Content & Copy
copywritingMarketing page copyWrite new copy
copy-editingEdit and polishImprove existing copy
email-sequenceDrip campaigns, nurtureEmail automation
SEO & Growth
seo-masteryKeyword, technical, on-pageSEO optimization
programmatic-seoTemplate pages at scaleScaled SEO
schema-markupStructured data, rich snippetsSchema implementation
competitor-alternativesvs pages, alternativesComparison content
launch-strategyProduct launches, announcementsGo-to-market
pricing-strategyPricing, packaging, tiersPricing decisions
referral-programReferral, affiliateViral growth
free-tool-strategyEngineering-as-marketingFree tool planning

Marketing Agents

Core Agents

AgentFocus
attraction-specialistLead gen, SEO, landing pages
lead-qualifierLead scoring, segmentation
email-wizardEmail sequences, automation
sales-enablerSales collateral, battlecards
continuity-specialistRetention, re-engagement
upsell-maximizerRevenue expansion, cross-sell

Supporting Agents

AgentFocus
researcherMarket research, competitive intel
brainstormerCampaign ideation, creative concepts
plannerCampaign planning, calendars
copywriterHigh-converting copy
project-managerCampaign coordination
docs-managerMarketing documentation

Reviewer Agents

AgentPerspective
brand-voice-guardianBrand consistency
conversion-optimizerCRO best practices
seo-specialistSEO optimization
solopreneurFreelancer/small business
startup-founderEarly-stage startup

Command Categories

CategoryCommandsExamples
Campaign4/campaign:plan, /campaign:brief
Content10/content:blog, /content:landing, /content:editing
SEO6/seo:keywords, /seo:audit, /seo:programmatic
CRO6/cro:page, /cro:form, /cro:signup
Growth3/growth:launch, /growth:referral
Email4/sequence:welcome, /sequence:nurture
Analytics5/analytics:roi, /analytics:funnel
Sales4/sales:pitch, /sales:battlecard
Research3/research:market, /research:persona
Marketing2/marketing:psychology, /marketing:ideas
Testing1/test:ab-setup
...more45+See full command reference

Training

22 interactive lessons to master AI-powered marketing. Learn by doing real marketing work inside your AI assistant.

MethodInteractive lessons taught by Claude
ProjectMarkit agency working for client AgentKits
Duration5-6 hours total
PrerequisiteClaude Code, Cursor, or compatible AI assistant
Languages10 languages: EN, 简体中文, 日本語, 한국어, ES, DE, FR, PT, VI, RU, AR
# Start training in your language
/training:start-0-0           # English
/training-zh:start-0-0        # 简体中文
/training-ja:start-0-0        # 日本語
/training-ko:start-0-0        # 한국어
/training-es:start-0-0        # Español
/training-de:start-0-0        # Deutsch
/training-fr:start-0-0        # Français
/training-pt-br:start-0-0     # Português
/training-vi:start-0-0        # Tiếng Việt
/training-ru:start-0-0        # Русский
/training-ar:start-0-0        # العربية

Practice Project: Markit Agency

You're a Marketing Strategist at Markit, a B2B SaaS marketing agency.

Your Client: AgentKits - AI marketing automation toolkit

ProductEnterprise-grade AI marketing automation
TargetSaaS founders, marketers, and growth teams
PricingFree & Open Source (MIT license)
CompetitorsJasper, Copy.ai, HubSpot

Key Personas:

  • Solo Sam (25-35) - Solopreneur/indie hacker, bootstrapped SaaS
  • Marketer Maya (30-40) - Marketing manager, mid-size SaaS company
  • Founder Felix (28-40) - Technical founder, early-stage startup

Module 0: Getting Started (30 min)

Learn the basics and complete your first marketing task.

CommandLessonDuration
/training:start-0-0Course Introduction10 min
/training:start-0-1Installation & Setup15 min
/training:start-0-2Your First Marketing Task15 min

What You'll Learn:

  • AI assistant interface and basic commands
  • File creation and management
  • Interacting with AI for marketing tasks

Module 1: Core Concepts (90 min)

Master fundamental workflows through the Markit agency project.

CommandLessonDuration
/training:start-1-1Welcome to Markit20 min
/training:start-1-2Working with Marketing Files25 min
/training:start-1-3First Marketing Tasks30 min
/training:start-1-4Using Agents for Marketing35 min
/training:start-1-5Reviewer Agents Deep Dive30 min
/training:start-1-6Project Memory (CLAUDE.md)20 min
/training:start-1-7Navigation & Search20 min

What You'll Learn:

  • Campaign brief creation
  • Brand voice and persona development
  • Agent coordination and delegation
  • File organization best practices
  • Using project memory effectively

What You'll Build:

  • Complete campaign brief
  • Brand guidelines document
  • Customer personas
  • Custom reviewer agents

Module 2: Advanced Applications (120 min)

Apply skills to real marketing scenarios at scale.

CommandLessonDuration
/training:start-2-1Write a Campaign Brief45 min
/training:start-2-2Develop Content Strategy40 min
/training:start-2-3Generate Marketing Copy35 min
/training:start-2-4Analyze Campaign Data35 min
/training:start-2-5Competitive Analysis30 min
/training:start-2-6SEO Optimization40 min

What You'll Learn:

  • Strategic campaign planning
  • Multi-channel content creation
  • Data analysis and insights
  • Competitive intelligence gathering
  • SEO best practices

What You'll Build:

  • Complete content library (blog, email, social, ads)
  • Competitive analysis report
  • SEO optimization plan
  • Campaign analytics dashboard

Module 3: CRO & Conversion (60 min)

Master conversion rate optimization with specialized CRO skills.

CommandLessonDuration
/training:start-3-1CRO Fundamentals20 min
/training:start-3-2Form & Signup Optimization20 min
/training:start-3-3Popup & Onboarding CRO20 min

What You'll Learn:

  • 7 CRO skills for the full conversion funnel
  • Form optimization (5-field rule)
  • Signup flow best practices
  • Popup design and triggers
  • Onboarding and activation
  • Paywall and upgrade screens
  • A/B test design

What You'll Build:

  • Landing page CRO audit
  • Optimized form design
  • Onboarding flow
  • Upgrade screen
  • A/B test hypotheses

Full CRO Funnel Coverage:

Visitor → Page CRO → Form CRO → Signup CRO
     ↓
  Popup CRO (capture abandoners)
     ↓
New User → Onboarding CRO → Activation
     ↓
Free User → Paywall CRO → Paid Customer

Bonus Content

CommandDescription
/training:bonus-patternsPattern library for headlines, emails, social, ads, CRO
/training:bonus-secretThe 10x Marketer Framework
/training:helpShow all available training commands

Multi-Language Training

Training is available in 3 languages. All content is identical - choose your preferred language:

LanguageCommand PrefixExample
English/training:/training:start-0-0
Vietnamese (Tiếng Việt)/training-vi:/training-vi:start-0-0
Japanese (日本語)/training-ja:/training-ja:start-0-0

Available localized commands:

  • start-0-0 to start-0-2 (Module 0)
  • start-1-1 to start-1-7 (Module 1)
  • start-2-1 to start-2-6 (Module 2)
  • start-3-1 to start-3-3 (Module 3)
  • help, bonus-patterns, bonus-secret, persona-builder

The Compounding Effect

Each campaign makes the next one faster:

CampaignTimeImprovement
First (Module 2)40 hrsBuild from scratch
5th campaign15 hrs62% faster
10th campaign10 hrs75% faster

What You'll Accumulate:

  • Campaign brief templates
  • Brand voice guidelines
  • Content templates (blog, email, social, ads)
  • Persona frameworks
  • Competitive analysis templates
  • SEO optimization checklists
  • Custom reviewer agents
  • Workflow automation patterns

Learning Paths

Path 1: Quick Start (30 min)

For experienced marketers - jump straight to production:

/campaign:plan "Your campaign"
/content:good "Your content"
/cro:page "Your landing page"

Path 2: Full Training (5-6 hrs)

For beginners - complete interactive training:

/training:start-0-0  # Start here

Path 3: Skill-Specific (15-30 min each)

Learn specific skills as needed:

GoalCommands
Improve conversions/cro:page, /cro:form, /marketing:psychology
Write better copy/content:good, /content:editing
Launch a product/growth:launch, /campaign:plan
Optimize pricing/pricing:strategy
Scale SEO/seo:programmatic, /seo:schema
Design referrals/growth:referral
A/B testing/test:ab-setup

Path 4: CRO Mastery (60 min)

Complete conversion optimization training:

/training:start-3-1  # Start with fundamentals
/training:start-3-2  # Form & signup
/training:start-3-3  # Popup & onboarding

MCP Integrations

Real data from connected services (see data-reliability-rules.md):

ServerUse For
sensortowerApp analytics, ASO
google-search-consoleSearch performance
google-analyticsWeb analytics
semrushKeywords, backlinks
dataforseoSERP data
meta-adsFacebook/Instagram ads
hubspotCRM, automation

Contributing

Contributions welcome! If you have:

  • Improved agents or skills
  • New marketing commands
  • Better workflows
  • Bug fixes

See CONTRIBUTING.md for guidelines.

Ideas for Contributions

  • Industry-specific skills (B2B, e-commerce, SaaS)
  • Platform-specific agents (TikTok, YouTube, Reddit)
  • Regional marketing (APAC, EMEA, LATAM)
  • Analytics integrations

Resources

AgentKits

AI Assistants

Community


Star History

<a href="https://star-history.com/#aitytech/agentkits-marketing&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=aitytech/agentkits-marketing&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=aitytech/agentkits-marketing&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=aitytech/agentkits-marketing&type=Date" /> </picture> </a>

License

MIT - Use freely, modify as needed, contribute back if you can.


Star this repo if it helps. Start building AI-powered marketing campaigns today.