agentsclimarketplace

Marketing skills

Skill sinhoneyy/master-skills/plugins/master-skills-marketing-growth/skills/marketing-skills

Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains

Install
npx -y skills add sinhoneyy/master-skills --skill marketing-skills

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Directory and router for the marketing skills library. Use when you need to find the right marketing skill for a task, see what marketing capabilities exist, or get oriented in this plugin. 44 specialist skills across 8 pods (content, SEO + AEO, CRO, channels, growth, intelligence, sales enablement, ops), 59 stdlib Python tools. Routes to one skill — it does not execute marketing work itself.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

5.1 KB, as published. Nobody here has run it

Marketing Skills — Directory + Router

This is the index skill for the marketing plugin. It does one job: route you to the right specialist skill, then get out of the way. For request-by-request routing logic, ../marketing-ops/SKILL.md is the canonical router — this file is the map.

Counts (kept honest): 44 specialist skills in skills/ (plus this index and the deprecated content-creator redirect), 1 video skill in video-content-strategist/, 59 stdlib-only Python tools. No pip installs needed.

Start Here

  1. First run ever? Use skills/marketing-context/ to create .claude/product-marketing-context.md. Every other skill reads it for brand voice, personas, and competitive landscape.
  2. Know your task? Find it in the route table below and load only that skill's SKILL.md.
  3. Ambiguous request? Load skills/marketing-ops/ — its routing matrix maps phrasings to skills.

Route Table

All paths are relative to marketing-skill/.

Foundation + Ops

TaskSkill
Capture brand/product context (run first)skills/marketing-context/
Route a request, plan campaigns, pick channelsskills/marketing-ops/
Demand gen programs, funnel + CRM opsskills/marketing-demand-acquisition/
Positioning, ICP, product marketing strategyskills/marketing-strategy-pmm/
Brand voice/visual consistency auditsskills/brand-guidelines/

Content

TaskSkill
Write blog posts, articles, guidesskills/content-production/
Plan what content to createskills/content-strategy/
Edit copy (Seven Sweeps)skills/copy-editing/
Fix AI-sounding contentskills/content-humanizer/
Landing/sales page copyskills/copywriting/
Headlines, hooks, idea generationskills/marketing-ideas/
Persuasion frameworks, mental modelsskills/marketing-psychology/

SEO + AEO

TaskSkill
Traditional SEO auditskills/seo-audit/
AI search citations (ChatGPT, Perplexity, AI Overviews)skills/aeo/
Programmatic SEO at scaleskills/programmatic-seo/
Structured data / schema.orgskills/schema-markup/
Site structure, internal linkingskills/site-architecture/

CRO (conversion)

TaskSkill
Landing/marketing page conversionskills/page-cro/
Formsskills/form-cro/
Signup flowskills/signup-flow-cro/
Onboarding/activationskills/onboarding-cro/
Popups/modalsskills/popup-cro/
Paywall/upgrade screensskills/paywall-upgrade-cro/
A/B test design + sample sizeskills/ab-test-setup/

Channels

TaskSkill
Email sequences/dripsskills/email-sequence/
Cold outbound emailskills/cold-email/
Paid ads (Google/Meta/LinkedIn)skills/paid-ads/
Ad creative + copyskills/ad-creative/
Social calendar + managementskills/social-media-manager/
Platform-native social postsskills/social-content/
X/Twitter growthskills/x-twitter-growth/
YouTube (data + strategy)skills/youtube-full/
Video content strategyvideo-content-strategist/ (sibling folder, own plugin)
Webinars (funnel math)skills/webinar-marketing/
App Store / Play Store (ASO)skills/app-store-optimization/

Growth

TaskSkill
Launches (PH, HN, etc.)skills/launch-strategy/
Pricing + packagingskills/pricing-strategy/
Referral programsskills/referral-program/
Free tools as acquisitionskills/free-tool-strategy/
Churn preventionskills/churn-prevention/

Intelligence + Sales Enablement

TaskSkill
Campaign performance, attributionskills/campaign-analytics/
Tracking plans, UTM, GA4 key eventsskills/analytics-tracking/
Social account analysisskills/social-media-analyzer/
Competitor/alternatives pagesskills/competitor-alternatives/
LLM prompt templates + governance for marketing teamsskills/prompt-engineer-toolkit/

Python Tools

Each skill documents its own tools in its SKILL.md (a "Tools" or workflow section with exact CLI lines). Invoke from the skill's folder:

python3 skills/<skill>/scripts/<tool>.py --help

All 59 scripts are stdlib-only; most run a demo with no args.

Rules

  • Load ONE specialist skill per task — never bulk-load.
  • If .claude/product-marketing-context.md exists, read it before any marketing task.
  • content-creator is deprecated — use skills/content-production/.
  • Don't pip-install anything for these tools.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.