From marketing-skills
42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdlib-only).
How this skill is triggered — by the user, by Claude, or both
Slash command
/marketing-skills:marketing-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer.
CLAUDE.mdMARKETING-EXECUTION-PLAN.mdMARKETING-EXPANSION-PLAN.mdREADME.mdab-test-setup/references/sample-size-guide.mdab-test-setup/references/test-templates.mdab-test-setup/scripts/sample_size_calculator.pyad-creative/references/creative-frameworks.mdad-creative/references/platform-specs.mdad-creative/scripts/ad_copy_validator.pyai-seo/references/ai-search-landscape.mdai-seo/references/content-patterns.mdai-seo/references/monitoring-guide.mdanalytics-tracking/references/debugging-playbook.mdanalytics-tracking/references/event-taxonomy-guide.mdanalytics-tracking/references/gtm-patterns.mdanalytics-tracking/scripts/tracking_plan_generator.pyapp-store-optimization.zipapp-store-optimization/HOW_TO_USE.mdapp-store-optimization/README.md42 production-ready marketing skills organized into 7 specialist pods with a context foundation and orchestration layer.
/read marketing-skill/marketing-ops/SKILL.md
The router will direct you to the right specialist skill.
codex --full-auto "Read marketing-skill/marketing-ops/SKILL.md, then help me write a blog post about [topic]"
Skills are auto-discovered from the repository. Ask your agent for marketing help — it routes via marketing-ops.
marketing-skill/
├── marketing-context/ ← Foundation: brand voice, audience, goals
├── marketing-ops/ ← Router: dispatches to the right skill
│
├── Content Pod (8) ← Strategy → Production → Editing → Social
├── SEO Pod (5) ← Traditional + AI SEO + Schema + Architecture
├── CRO Pod (6) ← Pages, Forms, Signup, Onboarding, Popups, Paywall
├── Channels Pod (5) ← Email, Ads, Cold Email, Ad Creative, Social Mgmt
├── Growth Pod (4) ← A/B Testing, Referrals, Free Tools, Churn
├── Intelligence Pod (4) ← Competitors, Psychology, Analytics, Campaigns
└── Sales & GTM Pod (2) ← Pricing, Launch Strategy
Run marketing-context to create your marketing-context.md file. Every other skill reads this for brand voice, audience personas, and competitive landscape. Do this once — it makes everything better.
| Pod | Skills | Python Tools | Key Capabilities |
|---|---|---|---|
| Foundation | 2 | 2 | Brand context capture, skill routing |
| Content | 8 | 5 | Strategy → production → editing → humanization |
| SEO | 5 | 2 | Technical SEO, AI SEO (AEO/GEO), schema, architecture |
| CRO | 6 | 0 | Page, form, signup, onboarding, popup, paywall optimization |
| Channels | 5 | 2 | Email sequences, paid ads, cold email, ad creative |
| Growth | 4 | 2 | A/B testing, referral programs, free tools, churn prevention |
| Intelligence | 4 | 4 | Competitor analysis, marketing psychology, analytics, campaigns |
| Sales & GTM | 2 | 1 | Pricing strategy, launch planning |
| Standalone | 4 | 9 | ASO, brand guidelines, PMM strategy, prompt engineering |
All scripts are stdlib-only (zero pip installs), CLI-first with JSON output, and include embedded sample data for demo mode.
# Content scoring
python3 marketing-skill/content-production/scripts/content_scorer.py article.md
# AI writing detection
python3 marketing-skill/content-humanizer/scripts/humanizer_scorer.py draft.md
# Brand voice analysis
python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py copy.txt
# Ad copy validation
python3 marketing-skill/ad-creative/scripts/ad_copy_validator.py ads.json
# Pricing scenario modeling
python3 marketing-skill/pricing-strategy/scripts/pricing_modeler.py
# Tracking plan generation
python3 marketing-skill/analytics-tracking/scripts/tracking_plan_generator.py
28plugins reuse this skill
First indexed Jul 8, 2026
Showing the 6 earliest of 28 plugins
npx claudepluginhub datflowdev/claude-skills --plugin marketing-skillsCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.