marketing-skills

$npx mdskill add alirezarezvani/claude-skills/marketing-skills

Routes to the right marketing skills for task execution

  • Identifies and routes user requests to appropriate specialist marketing skills.
  • Deploys Python tools from the marketing stdlib without requiring additional installations.
  • Utilizes a routing table to determine the most suitable skill based on request details.
  • Delivers results by executing the selected marketing skill, providing actionable insights or actions.

SKILL.md

.github/skills/marketing-skillsView on GitHub ↗
---
name: "marketing-skills"
description: "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."
version: 2.10.3
author: Alireza Rezvani
license: MIT
tags:
  - marketing
  - router
  - index
agents:
  - claude-code
  - codex-cli
  - openclaw
---

# 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](../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
| Task | Skill |
|---|---|
| Capture brand/product context (run first) | `skills/marketing-context/` |
| Route a request, plan campaigns, pick channels | `skills/marketing-ops/` |
| Demand gen programs, funnel + CRM ops | `skills/marketing-demand-acquisition/` |
| Positioning, ICP, product marketing strategy | `skills/marketing-strategy-pmm/` |
| Brand voice/visual consistency audits | `skills/brand-guidelines/` |

### Content
| Task | Skill |
|---|---|
| Write blog posts, articles, guides | `skills/content-production/` |
| Plan what content to create | `skills/content-strategy/` |
| Edit copy (Seven Sweeps) | `skills/copy-editing/` |
| Fix AI-sounding content | `skills/content-humanizer/` |
| Landing/sales page copy | `skills/copywriting/` |
| Headlines, hooks, idea generation | `skills/marketing-ideas/` |
| Persuasion frameworks, mental models | `skills/marketing-psychology/` |

### SEO + AEO
| Task | Skill |
|---|---|
| Traditional SEO audit | `skills/seo-audit/` |
| AI search citations (ChatGPT, Perplexity, AI Overviews) | `skills/aeo/` |
| Programmatic SEO at scale | `skills/programmatic-seo/` |
| Structured data / schema.org | `skills/schema-markup/` |
| Site structure, internal linking | `skills/site-architecture/` |

### CRO (conversion)
| Task | Skill |
|---|---|
| Landing/marketing page conversion | `skills/page-cro/` |
| Forms | `skills/form-cro/` |
| Signup flow | `skills/signup-flow-cro/` |
| Onboarding/activation | `skills/onboarding-cro/` |
| Popups/modals | `skills/popup-cro/` |
| Paywall/upgrade screens | `skills/paywall-upgrade-cro/` |
| A/B test design + sample size | `skills/ab-test-setup/` |

### Channels
| Task | Skill |
|---|---|
| Email sequences/drips | `skills/email-sequence/` |
| Cold outbound email | `skills/cold-email/` |
| Paid ads (Google/Meta/LinkedIn) | `skills/paid-ads/` |
| Ad creative + copy | `skills/ad-creative/` |
| Social calendar + management | `skills/social-media-manager/` |
| Platform-native social posts | `skills/social-content/` |
| X/Twitter growth | `skills/x-twitter-growth/` |
| YouTube (data + strategy) | `skills/youtube-full/` |
| Video content strategy | `video-content-strategist/` (sibling folder, own plugin) |
| Webinars (funnel math) | `skills/webinar-marketing/` |
| App Store / Play Store (ASO) | `skills/app-store-optimization/` |

### Growth
| Task | Skill |
|---|---|
| Launches (PH, HN, etc.) | `skills/launch-strategy/` |
| Pricing + packaging | `skills/pricing-strategy/` |
| Referral programs | `skills/referral-program/` |
| Free tools as acquisition | `skills/free-tool-strategy/` |
| Churn prevention | `skills/churn-prevention/` |

### Intelligence + Sales Enablement
| Task | Skill |
|---|---|
| Campaign performance, attribution | `skills/campaign-analytics/` |
| Tracking plans, UTM, GA4 key events | `skills/analytics-tracking/` |
| Social account analysis | `skills/social-media-analyzer/` |
| Competitor/alternatives pages | `skills/competitor-alternatives/` |
| LLM prompt templates + governance for marketing teams | `skills/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:

```bash
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.

More from alirezarezvani/claude-skills

SkillDescription
a11y-auditAccessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines.
ab-test-setupWhen the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking.
ad-creativeWhen the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or 'creative testing.' This is pure creative production — distinct from paid-ads (campaign strategy). Use ad-creative when you need the copy, not the campaign plan.
adversarial-reviewerAdversarial code review that breaks the self-review monoculture. Use when you want a genuinely critical review of recent changes, before merging a PR, or when you suspect Claude is being too agreeable about code quality. Forces perspective shifts through hostile reviewer personas that catch blind spots the author's mental model shares with the reviewer.
aeoAnswer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content for AI search', 'E-E-A-T audit'. Output is a markdown audit report (default) or JSON for pipeline integration. Stdlib-only Python tools.
agent-decision-receiptsMint a tamper-evident, post-quantum-signed receipt for a consequential agent action (deploy, delete, pay, grant-access, model decision) so it can be verified later from the certificate alone. Use when an autonomous agent takes a side-effecting action that may need to be proven later, or when satisfying EU AI Act Article 12 record-keeping. Three decisions: whether an action needs a receipt, minting it, verifying it. Signing is delegated to the open-source OpenAgentOntology package. Not after-the-fact log analysis; not a hosted notary; not a legal opinion.
agent-designerUse when the user asks to design a multi-agent system, pick an orchestration pattern (supervisor/swarm/pipeline), generate tool schemas for agents, or evaluate agent execution logs for cost, latency, and failure bottlenecks. Examples: 'design an agent architecture for research automation', 'generate Anthropic tool schemas from these tool descriptions', 'analyze these agent run logs for bottlenecks'. NOT for Claude Code workflow files (use workflow-builder) or single-agent prompt design (use agent-workflow-designer).
agent-harnessTurn any domain folder of skills into a bounded agentic loop: compile a goal into a verifiable task plan, execute tasks with the domain's own tools, verify every task with machine-run checks, retry with caps, escalate to a human when budgets exhaust, and refuse to close until everything is verified or explicitly waived. Use when you want an agent or subagent to pick up a goal and drive it to a verified close across one of this repo's 18 domains ('run this goal through the engineering harness', 'set up an agentic loop for marketing work', 'make the finance domain self-verifying'). NOT for authoring Claude Code Workflow-tool .js scripts (workflow-builder), N-agent tournaments on one task (agenthub), single-file metric optimization (autoresearch-agent), or discovering published loop recipes (loop-library).
agent-launcher-orchestratorUse when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a managed agent", "run this on a schedule", "grade my agent against a rubric", "set up a nightly worker". Reads the per-session goal (./my-agent/goal.json), routes deterministically to one of five phase sub-skills (interview → stage-launch → grade-iterate → run-without-you → wrap-up) via goal_router.py, and compiles the goal+phase into an execution shape (single-pass workflow / bounded grade→iterate loop / recurring cron deployment loop) via loop_compiler.py. Forks context so heavy intake (build sheets, payloads, eval cases) stays out of the parent thread. All launches are emitted as BYOK curl the user runs with their own key; no tool makes API calls. Inspired by anthropics/launch-your-agent (Apache-2.0). Distinct from engineering/agent-harness (generic domain loop) and engineering/write-a-skill (authors Claude Code skills, not CMAs).
agent-memoryUse when a project's CLAUDE.md has grown past what anyone reads and you want the agent to learn durable facts from its own sessions instead — or when asking why the agent keeps re-learning the same correction, why a remembered rule is wrong, or where a memory line came from. Implements a four-tier store (L0 transcripts / L1 candidates / L2 project context / L3 stable persona) where promotion is earned by recurrence across sessions and days, never by one confident statement, and nothing reaches a committed file without a human adopting it.