marketing-skills

Organizes 42 marketing skills into seven pods with a context foundation and orchestration router.

Updated May 18, 2026
One-click install
npx skills add https://github.com/rigasnameji/address_uluwatu --skill marketing-skills-rigasnameji
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: marketing-skills
Source: https://github.com/rigasnameji/address_uluwatu/tree/main/ADDRESS/marketing-skill
Command: npx skills add https://github.com/rigasnameji/address_uluwatu --skill marketing-skills-rigasnameji

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Marketing work spans content, SEO, CRO, channels, growth, analytics, and pricing, but scattered prompts and one-off instructions produce inconsistent output. This Skill provides a structured division of 42 marketing skills with a shared brand context file and a routing layer so every request reaches the right specialist workflow. ## Core Features & Use Cases - Orchestration Router: The marketing-ops skill reads a routing matrix and dispatches requests to the correct specialist skill based on keywords and task complexity. - Context Foundation: The marketing-context skill captures brand voice, audience personas, keywords, and competitive landscape once, so all other skills produce consistent output. - 27 Python Tools: Stdlib-only CLI scripts for content scoring, AI-writing detection, brand voice analysis, ad copy validation, pricing modeling, and tracking plan generation, all with JSON output and embedded demo data. - Use Case: A solo marketer asks for a blog post; the router loads marketing-context for brand voice, then content-production runs the research-to-write-to-optimize pipeline, and content-humanizer scores the draft for AI writing patterns before delivery. ## Quick Start Read the marketing-ops SKILL.md file and ask it to route your request, for example: help me write an SEO-optimized blog post about our new feature launch.

Frequently Asked Questions about marketing-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the marketing skills collection with Claude Code?▼

Start by reading the marketing-ops SKILL.md file, which contains a routing matrix mapping request types to specialist skills. Load only the one specialist skill you need rather than all 42, and run marketing-context first if no brand context file exists.

What marketing tasks does this skill collection cover?▼

It covers seven pods: content strategy and production, traditional and AI SEO, conversion rate optimization for pages and forms, email and paid ad channels, growth programs like referrals and A/B tests, competitor and campaign intelligence, and pricing and launch strategy.

Do the Python marketing tools require pip installs?▼

No, all 27 scripts are stdlib-only and run directly with python3. Each script includes embedded sample data, so running it with no arguments executes a demo mode, and results are returned as JSON.

Which AI coding agents support these marketing skills?▼

The skills work with Claude Code, Codex CLI, OpenClaw, Cursor, Gemini CLI, and other agents that support SKILL.md-based skill discovery. OpenClaw auto-discovers skills from the repository, while Claude Code and Codex load them via explicit reads.

What is AI SEO and how does it differ from traditional SEO here?▼

AI SEO covers AEO, GEO, and LLMO, meaning optimization for citation by AI answer engines like ChatGPT and Perplexity rather than only search rankings. The ai-seo skill handles this separately from the seo-audit skill, which covers traditional on-page and technical SEO.

Why should I run marketing-context before other marketing skills?▼

The marketing-context skill creates a single file capturing brand voice, audience personas, target keywords, and competitive landscape. Every other skill reads this file, so skipping it produces generic output inconsistent with your brand.