Files
Reza Rezvani 778ce17b68 docs: integrate x-twitter-growth across plugin ecosystem and documentation
- Sync Gemini CLI (208 items), verify Codex CLI (151 skills)
- Update marketplace.json: 151 packages, marketing 43, tools 245
- Update marketing plugin.json with X/Twitter growth, 43 skills
- Update CLAUDE.md, README.md, docs/index.md, getting-started.md counts
  (172 skills, 245 tools, 344 references)
- Add x-twitter-growth to marketing CLAUDE.md skill map
- Add x-twitter-growth docs page and mkdocs.yml nav entry
- Regenerate 207 MkDocs pages, build verified

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 08:15:28 +01:00

1.5 KiB

Marketing Skills — Agent Instructions

For All Agents (Claude Code, Codex CLI, OpenClaw)

This directory contains 43 marketing skills organized into specialist pods.

How to Use

  1. Start with routing: Read marketing-ops/SKILL.md — it has a routing matrix that maps user requests to the right skill.
  2. Check context: If marketing-context.md exists, read it first. It has brand voice, personas, and competitive landscape.
  3. Load ONE skill: Read only the specialist SKILL.md you need. Never bulk-load.

Skill Map

  • marketing-context/ — Run first to capture brand context
  • marketing-ops/ — Router (read this to know where to go)
  • content-production/ — Write content (blog posts, articles, guides)
  • content-strategy/ — Plan what content to create
  • ai-seo/ — Optimize for AI search engines (ChatGPT, Perplexity, Google AI)
  • seo-audit/ — Traditional SEO audit
  • page-cro/ — Conversion rate optimization
  • pricing-strategy/ — Pricing and packaging
  • content-humanizer/ — Fix AI-sounding content
  • x-twitter-growth/ — X/Twitter audience growth, tweet composing, competitor analysis

Python Tools

32 scripts, all stdlib-only. Run directly:

python3 <skill>/scripts/<tool>.py [args]

No pip install needed. Scripts include embedded samples for demo mode (run with no args).

Anti-Patterns

Don't read all 43 SKILL.md files Don't skip marketing-context.md if it exists Don't use content-creator (deprecated → use content-production) Don't install pip packages for Python tools