
Marketingskills Ai Agents
Install Corey Haines’ marketingskills collection so your coding agent can run CRO, copy, SEO, and growth workflows from shared product-marketing context.
Overview
Marketing Skills for AI Agents is an agent skill most often used in Build (also Launch, Grow) that installs and configures the marketingskills markdown collection so coding agents gain CRO, SEO, and growth frameworks.
Install
npx skills add https://github.com/aradotso/trending-skills --skill marketingskills-ai-agentsWhat is this skill?
- Documents CLI and manual install paths for the marketingskills GitHub collection
- Covers CRO, copywriting, SEO, analytics, paid ads, email, and growth-engineering skill packs
- Requires agents to load product-marketing-context first as the shared positioning foundation
- Maps trigger phrases, cross-skill references, and framework outputs (AIDA, PAS, Jobs-to-be-Done)
- Works across Claude Code, Cursor, Codex, and Windsurf via standard SKILL.md patterns
Adoption & trust: 1.3k installs on skills.sh; 31 GitHub stars; 1/3 security scanners passed (skills.sh audits).
What problem does it solve?
You want specialized marketing expertise inside Claude Code or Cursor but do not know how to install, trigger, or chain the marketingskills packs with shared product context.
Who is it for?
Solo builders shipping SaaS or content products who already use Claude Code, Cursor, or Codex and want packaged marketing playbooks instead of ad-hoc prompts.
Skip if: Teams that need a hosted ads dashboard or CRM integration only—this skill installs markdown agent procedures, not a marketing automation platform.
When should I use this skill?
User asks to add marketing skills, install marketingskills, set up CRO/copy/SEO for their agent, or configure growth engineering skills.
What do I get? / Deliverables
Your project loads marketingskills with correct triggers and product-marketing-context so the agent can run CRO, copy, and SEO skills on demand across the growth journey.
- Installed marketingskills skill tree in the project
- Configured triggers and documented cross-skill dependency on product-marketing-context
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Build because the primary job is wiring markdown marketing skills into Claude Code, Cursor, Codex, or Windsurf—not executing a single campaign. Agent-tooling fits installing and configuring skill packages, CLI setup, and trigger phrases that extend what the agent can invoke on demand.
Where it fits
Run CLI or copy steps to add marketingskills into .claude/skills before your first landing-page sprint.
Invoke copy and CRO skills after product-marketing-context is filled for hero and pricing page drafts.
Trigger SEO-oriented skills to audit metadata and content structure before public launch.
Chain email and analytics skills for onboarding sequences and experiment briefs post-launch.
How it compares
Use as a skill-pack installer and orchestration guide, not a single-purpose SEO checker or an MCP analytics server.
Common Questions / FAQ
Who is marketingskills-ai-agents for?
Indie and solo developers using AI coding agents who want Corey Haines’ marketingskills (CRO, copy, SEO, growth) available as invokable skills in their repo.
When should I use marketingskills-ai-agents?
During Build when setting up agent tooling; during Validate when drafting landing and pricing copy; at Launch for SEO and distribution messaging; and in Grow when running analytics- and lifecycle-oriented agent skills.
Is marketingskills-ai-agents safe to install?
Review the Security Audits panel on this Prism page and inspect the upstream marketingskills repo and any CLI install steps before granting filesystem or network access to your agent.
SKILL.md
READMESKILL.md - Marketingskills Ai Agents
# Marketing Skills for AI Agents > Skill by [ara.so](https://ara.so) — Daily 2026 Skills collection. [coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills) is a collection of markdown-based AI agent skills covering CRO, copywriting, SEO, analytics, paid ads, email, and growth engineering. Install them once and any compatible agent (Claude Code, Cursor, Codex, Windsurf) gains specialized marketing expertise and frameworks. --- ## How Skills Work Each skill is a markdown file that tells AI agents: - **When to activate** (trigger phrases) - **What frameworks to apply** (e.g. AIDA, PAS, Jobs-to-be-Done) - **What to produce** (copy, code, audits, strategies) - **Which other skills to reference** (cross-skill dependencies) All skills read `product-marketing-context` first — it's the shared foundation containing your product, audience, and positioning. --- ## Installation ### Option 1: CLI (Recommended) ```bash # Install all 33 skills at once npx skills add coreyhaines31/marketingskills # Install only specific skills npx skills add coreyhaines31/marketingskills --skill page-cro copywriting seo-audit # See all available skills before installing npx skills add coreyhaines31/marketingskills --list ``` Skills land in `.agents/skills/` with a symlink to `.claude/skills/` for Claude Code. ### Option 2: Claude Code Plugin ``` /plugin marketplace add coreyhaines31/marketingskills /plugin install marketing-skills ``` ### Option 3: Git Clone ```bash git clone https://github.com/coreyhaines31/marketingskills.git cp -r marketingskills/skills/* .agents/skills/ ``` ### Option 4: Git Submodule (for team projects) ```bash git submodule add https://github.com/coreyhaines31/marketingskills.git .agents/marketingskills # Reference skills from .agents/marketingskills/skills/ ``` --- ## Project Structure ``` marketingskills/ ├── skills/ │ ├── product-marketing-context/ ← Start here — foundation for all others │ ├── page-cro/ │ ├── copywriting/ │ ├── seo-audit/ │ ├── ab-test-setup/ │ ├── email-sequence/ │ ├── paid-ads/ │ └── ... (33 skills total) └── README.md ``` Each skill directory contains a `SKILL.md` (or `README.md`) with structured instructions the agent reads. --- ## First Step: Set Up Product Marketing Context Before using any other skill, create your context file. This is the single most important step. ``` "Create my product marketing context" ``` The agent will generate `.agents/skills/product-marketing-context/context.md` by asking about: - Product name, description, and category - Target audience and ICPs - Core value proposition and positioning - Key competitors - Pricing and business model - Tone and brand voice Every other skill reads this file automatically before executing. --- ## Available Skills Reference ### Foundation | Skill | Use When | |-------|----------| | `product-marketing-context` | Creating or updating your shared product/positioning doc | ### SEO & Content | Skill | Use When | |-------|----------| | `seo-audit` | Auditing or diagnosing SEO issues | | `ai-seo` | Optimizing for LLM/AI search citations | | `site-architecture` | Planning URL structure, navigation, internal links | | `programmatic-seo` | Building SEO pages at scale from templates + data | | `schema-markup` | Adding structured data / JSON-LD | | `content-strategy` | Planning what content to create and why | ### CRO (Conversion Ra