RM

realjaymes/marketingagentskills

开发工具
61 stars 质量 70 趋势 70

31 AI agent skills for marketing tasks, built for Claude Code and similar AI coding assistants

概览

31 AI agent skills for marketing tasks, built for Claude Code and similar AI coding assistants (Cursor, Windsurf, Codex, Cline, Roo Code). I'm James, founder of Marketing In Action and a marketing and go-to-market operator with close to a decade of startup experience. I've been a founding marketer multiple times, building marketing functions and systems from scratch. This repo is the Claude skills version of the MIA Resources I have developed (100+ marketing templates and AI prompt frameworks for execution and consistent high-quality outputs from AI tools like ChatGPT Projects, Claude Projects, Gemini Gems, Custom GPTs & OpenAI Assistants). These skills make it easier to unify and apply the knowledge and prompts from the knowledge files and custom GPTs/prompts. Read the Claude Code for Marketers guide. It walks you through setting up Claude Code, understanding key concepts, and installing these skills step by step. No coding experience needed.

README

Marketing Agent Skills

31 AI agent skills for marketing tasks, built for Claude Code and similar AI coding assistants (Cursor, Windsurf, Codex, Cline, Roo Code).


I’m James, founder of Marketing In Action and a marketing and go-to-market operator with close to a decade of startup experience. I’ve been a founding marketer multiple times, building marketing functions and systems from scratch.

This repo is the Claude skills version of the MIA Resources I have developed (100+ marketing templates and AI prompt frameworks for execution and consistent high-quality outputs from AI tools like ChatGPT Projects, Claude Projects, Gemini Gems, Custom GPTs & OpenAI Assistants).

These skills make it easier to unify and apply the knowledge and prompts from the knowledge files and custom GPTs/prompts.

New to Claude Code? Read the Claude Code for Marketers guide. It walks you through setting up Claude Code, understanding key concepts, and installing these skills step by step. No coding experience needed.

I am currently experimenting with vibe coding, and this is one of the projects I’m building with that knowledge. You can also check out the vibe-coded repo of the MIA website here: github.com/realjaymes/marketinginaction


What are Skills?

Skills are markdown files that give AI agents specialized knowledge to execute specific marketing tasks. Each skill contains frameworks, best practices, and structured approaches that help Claude produce better, more consistent outputs for marketing work.

See demo:


Available Skills

Skill Description
ad-creative Generate, iterate, and scale ad creative (headlines, descriptions, primary text, full ad variations) for any paid advertising platform
agent-skill-builder Create new Claude skills from scratch or translate ChatGPT projects into the Claude skill format
ai-content-generation Step-by-step, copy-paste-prompt playbooks for AI image and video content: faceless influencer, AI clone and talking head, AI ad creative (including UGC), and faceless YouTube. Ships with a ChatGPT, Claude, and Gemini project package
ai-humanizer Detect AI-written text, provide line-by-line recommendations, and rewrite content to sound genuinely human
case-study-builder Create professional case studies, engagement summaries, and project summaries
clay-gtm-outbound Design and optimize Clay-powered GTM workflows for prospecting, signal detection, and outbound automation
competitive-intelligence Build a complete competitive intelligence pipeline: gather intel, synthesize into a SWOT, construct a one-per-competitor battlecard, then validate with win-loss interview evidence, with worked examples across business models
copy-anatomy Reverse-engineer copy into reusable templates by identifying core components and extracting frameworks
customer-segments Create customer and user segment documents divided by traits, behaviors, and lifecycle stages
experimentation Design, prioritize, execute, and review growth experiments using the ICEEE framework
icp-persona Generate ICP and buyer/user persona documents for B2B and B2C products
landing-page Create landing page copy using modular section templates for homepages, feature pages, and campaigns
lifecycle-marketing-campaigns Create lifecycle marketing campaign flows for SaaS, digital products, and service businesses
marketing-advantages Identify product marketing advantages and develop strategies across PLG, Market/Ecosystem, and Brand categories
marketing-product-ideas Generate marketing and product ideas grounded in behavioral principles and proven PLG experiments
n8n-automation Design, build, debug, and document n8n workflows and AI agent automations
openclaw Design, build, debug, and document OpenClaw workflows and AI assistant configurations
performance-marketing Plan, review, and optimize paid campaigns across Google, Meta, LinkedIn, TikTok, YouTube, Reddit, X, Snapchat
portfolio-positioning Position, audit, or launch into a multi-product company. Forces a brand architecture decision (branded house / house of brands / endorsed) before producing core narrative, per-product positioning cascade, messaging hierarchy, and launch sequencing
press-release Create complete press release packages with newsworthiness evaluation and multiple headlines
product-launch-gtm Guide end-to-end product and feature launch planning with launch sizing, GTM strategy, and success measurement
product-marketing-metrics Build a product marketing measurement framework: north star, metric tree, funnel-stage and PMM-outcome metrics, leading vs lagging indicators, attribution, and a fill-in measurement plan, with worked examples across business models
product-messaging Create complete messaging frameworks including value propositions, taglines, and elevator pitches
product-onboarding-activation Design complete onboarding, activation, retention, and expansion lifecycles for SaaS products
product-positioning Create complete positioning frameworks with target customers, competitive differentiation, and market categories
remotion Create programmatic videos in React with a structured 7-step process from creative brief to rendered output
saas-landing-pages Generate complete SaaS landing page drafts using 7 framework templates for different page types
seo-audit Audit, review, and diagnose SEO issues across technical, on-page, content quality, and authority dimensions
skill-to-prompt Convert Claude skills into ChatGPT Project format (prompt instructions + knowledge files as .docx)
storytelling-framework Build a complete product or brand storytelling framework, adaptable to B2B, B2C, and hybrid businesses, with worked examples across business models
vibe-coding Guide beginner-to-intermediate developers through web development, Claude skills creation, and AI-assisted coding

Installation

For Claude Web & Desktop Users

Claude.ai (the web app) and the Claude desktop app support skills via Settings → Capabilities → Skills. Each skill is uploaded individually as a .zip file (or a single SKILL.md for one-file skills). You cannot upload a folder containing multiple skills at once. That is a constraint of how Claude.ai imports skills today.

Download pre-zipped skills from Releases

  1. Open the latest Release
  2. Download the individual .zip files for the skills you want (for example, product-positioning.zip). To grab everything in one go, download all-skills.zip and unzip it once. You will get all of the individual skill .zip files inside, ready to upload as-is
  3. In Claude, go to Settings → Capabilities → Skills, click Upload skill, and select the .zip for each skill you want to install

For Claude Code Users

Option 1: Ask Claude Code to install (simplest)

If you already have Claude Code running, just paste this prompt:

Clone the marketing skills repo from https://github.com/realjaymes/marketingagentskills and copy all the skills from the skills/ folder into ~/.claude/skills/ so I can use them.

Claude will run the commands for you. Approve each step when prompted.

Option 2: Terminal one-liner

Open Terminal (search “Terminal” in Spotlight) and paste:

git clone https://github.com/realjaymes/marketingagentskills.git ~/Downloads/marketingagentskills && cp -r ~/Downloads/marketingagentskills/skills/* ~/.claude/skills/

Option 3: Git submodule (for developers)

git submodule add https://github.com/realjaymes/marketingagentskills.git .claude/marketingagentskills

Usage

Once installed, just describe what you need in Claude Code. Claude will automatically use the relevant skill.

Examples:

  • “Create positioning for my B2B SaaS product”
  • “Build a messaging framework for our new feature launch”
  • “Help me plan our Product Hunt launch”
  • “Generate landing page copy for our homepage”
  • “Create an ICP document for our target customers”
  • “Design a lifecycle email campaign for trial users”
  • “Build a Clay workflow for outbound prospecting”
  • “Make this copy sound less like AI wrote it”

You can also invoke skills directly:

/product-positioning for a project management tool
/product-messaging for our AI writing assistant
/landing-page homepage for a B2B analytics platform
/icp-persona for enterprise software buyers
/experimentation design a pricing page test

Skill Categories

Strategy & Positioning

portfolio-positioning product-positioning product-messaging product-marketing-metrics product-launch-gtm marketing-advantages storytelling-framework competitive-intelligence

Content & Copy

ad-creative landing-page saas-landing-pages press-release copy-anatomy ai-humanizer ai-content-generation

Research & Segmentation

icp-persona customer-segments case-study-builder

Growth & Experimentation

experimentation marketing-product-ideas performance-marketing lifecycle-marketing-campaigns product-onboarding-activation

SEO

seo-audit

Automation & Technical

n8n-automation openclaw clay-gtm-outbound remotion vibe-coding

Meta Skills

agent-skill-builder


Forks and Attribution

Some skills in this repo are enhanced forks of skills from other open marketing-skills repos. They are credited here, in the skill’s metadata.upstream frontmatter, and in an ## Attribution section inside the skill’s SKILL.md.

Skill Upstream Upstream Version Forked From What’s Added
seo-audit coreyhaines31/marketingskills 2.0.0 Comprehensive ~2,900-line SEO reference (references/seo-comprehensive-reference.md) covering technical, on-page, off-page, analytics, GEO/AEO, scenario playbooks, and the programmatic-API-first tool stack including DataforSEO. Preserved title-tag guidance noting that SERPs append brand names automatically.

If you maintain an upstream skill listed here and want to discuss merging changes back, get in touch via the contact links below.


Contributing

If you have feedback or think there’s a skill that should be included, drop me a note on Twitter/X or LinkedIn.


Find Me

Find MIA


License

MIT License. See LICENSE for details.

View this README on GitHub

推荐工具

换一个关键词,或者移除筛选条件。

安装

npx skillfish add realjaymes/marketingagentskills