Source: Coreyhaines Marketingskills 2026 04 17
Repo: https://github.com/coreyhaines31/marketingskills Homepage: https://marketing-skills.com Stars: 21,828 License: MIT Author: Corey Haines (Swipe Files / Conversion Factory / Magister)
The largest single marketing-focused skill bundle in the community — 36+ Claude Code / Codex / Cursor / Windsurf skills covering conversion optimization, copywriting, SEO, paid ads, analytics, retention, growth, sales, and strategy. Uses a foundation-skill pattern: product-marketing-context captures your product/audience/positioning once, and every other skill references it first. Install via npx skills add or Claude Code’s plugin marketplace. Many of these skills appear in the Claude plugin-skill marketplaces I use directly.
Key Takeaways
- 36+ skills, one foundation.
product-marketing-contextis read by every other skill before any marketing work begins. Classic good-architecture move — product/ICP/positioning is captured once, not repeated across prompts. - Multi-agent compatibility. Works with Claude Code, OpenAI Codex, Cursor, Windsurf, and anything compliant with the Agent Skills spec (agentskills.io). Not Claude-locked.
- Six install methods.
npx skills add(recommended), Claude Code/plugin install, clone + copy, git submodule, fork,npx skillkit install(multi-agent). Sensible matrix for different team setups. - Installs to
.agents/skills/. v2.0 moved from.claude/to.agents/(symlinked to.claude/skills/for Claude Code compatibility). Aligned with the emerging Agent Skills open standard per Building Agents with Skills. - Cross-references matter. Skills form a dependency graph: copywriting ↔ page-cro ↔ ab-test-setup; revops ↔ sales-enablement ↔ cold-email; seo-audit ↔ schema-markup ↔ ai-seo. Explicit “Related Skills” sections in each.
- Ecosystem is production. Author also runs Conversion Factory (agency), Swipe Files (newsletter), Magister (autonomous-CMO agent using these skills). The skills represent real client-facing methodology, not weekend projects.
- 21.8K stars, Apr 2026 active. One of the largest community skill bundles — comparable in star count to core Anthropic repos. High-confidence quality signal.
The 36 skills by category
| Category | Skills |
|---|---|
| Foundation | product-marketing-context |
| Conversion Optimization (CRO) | page-cro · signup-flow-cro · onboarding-cro · form-cro · popup-cro · paywall-upgrade-cro |
| Content & Copy | copywriting · copy-editing · cold-email · email-sequence · social-content |
| SEO & Discovery | seo-audit · ai-seo · programmatic-seo · site-architecture · competitor-alternatives · schema-markup |
| Paid & Distribution | paid-ads · ad-creative · (social-content cross-listed) |
| Measurement & Testing | analytics-tracking · ab-test-setup |
| Retention | churn-prevention |
| Growth Engineering | free-tool-strategy · referral-program |
| Strategy & Monetization | marketing-ideas · marketing-psychology · launch-strategy · pricing-strategy · customer-research · content-strategy |
| Sales & RevOps | revops · sales-enablement · lead-magnets · community-marketing |
| ASO | aso-audit |
Architecture — the foundation-skill pattern
All 35 non-foundation skills start by reading product-marketing-context:
product-marketing-context ← read first by every skill
│
┌────────────┬────┴────┬──────────┬──────────┬──────────┬─────────┐
SEO/Content CRO Copy/Email Paid/Test Retention Sales/GTM Strategy
This is the same progressive-disclosure philosophy as Agent Skills Overview — metadata loads cheap; full body loads when triggered; references to other skills/files load on demand. product-marketing-context is the one Level-1 skill that’s effectively always in context for marketing work.
Benefit: you describe your product once. Every downstream skill (copywriting, CRO, paid ads, launch strategy) already has your positioning, target customer, and key benefits. No re-prompting.
Install paths at a glance
| Method | Command | Best for |
|---|---|---|
npx skills | npx skills add coreyhaines31/marketingskills | Solo devs, Claude Code + Cursor users |
| Claude Code plugin | /plugin marketplace add coreyhaines31/marketingskills then /plugin install marketing-skills | Claude Code-only teams |
| Clone + copy | git clone ... && cp -r skills/* .agents/skills/ | Customization-heavy teams |
| Git submodule | git submodule add ... .agents/marketingskills | Teams wanting upstream updates |
| Fork | Fork → customize → clone your fork | Teams maintaining a forked skill base |
| SkillKit (multi-agent) | npx skillkit install coreyhaines31/marketingskills | Teams using Claude + Cursor + Copilot together |
All methods land in .agents/skills/ and (for Claude Code) symlink into .claude/skills/.
Usage examples
Natural-language invocation (agent picks the right skill from description match):
"Help me optimize this landing page for conversions" → page-cro
"Write homepage copy for my SaaS" → copywriting
"Set up GA4 tracking for signups" → analytics-tracking
"Create a 5-email welcome sequence" → email-sequence
"Plan a launch for our new feature" → launch-strategy
"Audit our SEO for AI search" → ai-seo
Direct invocation:
/page-cro
/email-sequence
/seo-audit
/product-marketing-context ← run this first for any new project
Implementation
- Tool/Service: marketingskills (Corey Haines)
- Setup:
npx skills add coreyhaines31/marketingskillsin your project- Run
/product-marketing-contextonce to capture product/audience/positioning - Use any of the 35 downstream skills — they’ll pick up that context automatically
- Cost: Free (MIT license). No hosted service required — skills are markdown files.
- Integration notes:
- Works alongside Claude’s own skills (Skills Ecosystem). No conflict — these are additive.
product-marketing-contextis the canonical place to store your product/ICP/positioning in a Claude Code project. Keep it in version control.- Many of these skills are also available in the broader Claude plugin-skill marketplaces (see Plugins and Marketplaces) — installing from here gives you the full curated set instead of picking individually.
- For AI-first SEO specifically, the
ai-seoskill complements SEO & Content topic and the broader SEO Content topic.
Where it fits in the wiki
- Marketing stack: composes with AI Marketing topic for end-to-end campaign workflows
- Claude skills landscape: an exemplary instance of the Agent Skills pattern — Partner Skills category per Anthropic’s taxonomy
- Cowork alignment: Cowork Plugins has its own marketing plugin; these Corey Haines skills are richer/more specific — the two are complementary (Cowork plugin is the “turn marketing on” installer; this bundle is the deep methodology)
- SEO overlap:
seo-audit,ai-seo,programmatic-seo,site-architecture,schema-markup,competitor-alternativesoverlap with seo-content topic. The seo-content topic is WEO-specific; these skills are the generalist equivalent. - Agent Skills spec: follows the emerging open standard referenced by Building Agents with Skills
Related
- Building Agents with Skills — Anthropic’s paradigm article; this bundle is a strong Partner-Skills example
- Agent Skills Overview (Official Anthropic Docs) — the authoritative format; this bundle follows it
- Claude Code Skills Ecosystem — ecosystem context
- Skill Design Patterns — foundation-skill pattern (product-marketing-context) fits several of these
- Plugins and Marketplaces — alternative install path via the plugin marketplace
- Skills vs MCP vs Plugins — why this is a skill bundle not an MCP server
- Five Claude Skills Recipe — smaller starter-pack analog
- social-media-skills (Charlie Hills) — sibling community bundle. Corey covers breadth (CRO + copy + SEO + paid + retention + 36 skills); Charlie covers depth on social/newsletter (16 skills, voice-first foundation, 350k+-follower system).
- last30days-skill — research-side complement to the writing-side coverage in this bundle
- Cowork Plugins — commercial alternative with marketing plugin
- SEO & Content topic — overlaps with the SEO skills here; complementary
- AI Marketing topic — primary consumer of this bundle in our wiki context
- AI Marketing Automation Use Cases — real workflows that consume these skills
- awesome-design-md — design equivalent of this marketing bundle
- Design Inspiration Galleries — design-reference equivalent
- Cross-Topic Connections — tune Effort + Adaptive Thinking + Advisor when running these skills at scale
Open Questions
- Skill-quality uniformity. 36 skills by one author is a lot to maintain. Which are battle-tested from Conversion Factory client work vs exploratory? Not explicitly labeled in the README.
- Magister integration. Magister is described as “an autonomous AI agent that uses these skills to be your CMO.” Is Magister proprietary or open, and how does it orchestrate these skills sequentially for ongoing campaigns?
- Versioning strategy. v1.0 → v2.0 moved from
.claude/to.agents/. What’s the breaking-change cadence? Any semver commitments? - Overlap with Anthropic’s bundled skills. Anthropic ships design-focused skills (frontend-design, taste-skill); Corey ships marketing-focused skills. Is there a gentlemen’s agreement on non-overlap, or will Anthropic eventually ship official
copywriting/page-croskills too? - Measurement. Do any of the skills report back on what worked? Or are they pure authoring skills with no feedback loop?
Try It
- Install just
product-marketing-contextand one other skill first — maybepage-croorcopywriting.npx skills add coreyhaines31/marketingskills --skill product-marketing-context page-cro. Teaches the foundation-skill pattern before committing to 36. - Run
/product-marketing-contexton a real project. Fill in your product, audience, and positioning. Commit the file. Every subsequent marketing skill run will be materially better. - A/B one marketing task against its skill version. Write a landing-page copy without the
copywritingskill; rewrite with it. The skill imposes structure and voice; measure whether output quality shifts. - Audit the skill graph. Open the README’s dependency map. Identify which 3–5 skills form your “core loop” for your business. Install those +
product-marketing-contextonly. Most teams don’t need all 36. - Compare with Cowork’s Marketing plugin. If you’re on Claude Cowork, install both. Use them on the same task. Which feels more specific to your actual workflow?
- Subscribe to Swipe Files (https://swipefiles.com) and/or browse Conversion Factory (https://conversionfactory.co) — this is the editorial context the skills distill. Useful to understand the methodology under the prompts.