mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
marketing: context-file unified on .claude/product-marketing-context.md;
ai-seo merged into aeo (2 new cited references, folder deleted); index +
marketing-ops routers rebuilt honestly; 24 orphan scripts wired with exact
CLIs; prompt-engineer-toolkit stub references rewritten with cited content;
Meta 20%-rule + GA4 terminology freshness; 5 zips + 3 planning docs removed
c-level-advisor: role registry 9->14 across all 6 routing surfaces; decision
memory unified on ~/.claude/decisions/{raw,approved}; onboarding schema
canonicalized; 12 phantom commands resolved; index repaired (33/37/68 real
counts); ma-playbook sourced + verification loop; 28 trigger descriptions
engineering(+team): agent-designer 279->76 lines and rag-architect 318->71
lines rebuilt around their tools (stale ada-002/pricing gone); release-manager
merged into changelog-generator (version_bumper + hotfix refs moved, crashing
release_planner dropped); 6 skills' orphan scripts wired; ms365 tools gained
real CLIs; 5 brochure skills de-filled; 4 unreferenced zips removed;
bundle counts trued (25->37, 23->32); 18 trigger descriptions
product/research/compliance/bizops: apple-hig-expert rebuilt around
hig_checker's real CLI with web-verified facts; notebooklm re-verified against
live product; 5 index skills converted to honest routers; research-summarizer
repaired with explicit lane statement; 8 over-1024 descriptions compressed;
9 sub-skills gained fenced CLI examples; GDPR one-month (Art. 12(3)) with
calendar-month deadline math; MDR PSUR table per Art. 86(1); 12 ra-qm zips
removed; 24 trigger descriptions
Verified: check_paths 0 findings; check_dual_publish 0 drifted; smoke 581/581;
check_plugin_json 77 OK; compileall rc=0; all descriptions <=1024 chars
https://claude.ai/code/session_019AJddAL1NADWMXsy1qNPQF
1.7 KiB
1.7 KiB
Marketing Skills — Agent Instructions
For All Agents (Claude Code, Codex CLI, OpenClaw)
This directory contains 44 marketing skills organized into 8 specialist pods (Content, SEO + AEO, CRO, Channels, Growth, Intelligence, Sales enablement, Marketing ops).
How to Use
- Start with routing: Read
marketing-ops/SKILL.md— it has a routing matrix that maps user requests to the right skill. - Check context: If
.claude/product-marketing-context.mdexists, read it first. It has brand voice, personas, and competitive landscape. - Load ONE skill: Read only the specialist SKILL.md you need. Never bulk-load.
Skill Map
marketing-context/— Run first to capture brand contextmarketing-ops/— Router (read this to know where to go)content-production/— Write content (blog posts, articles, guides)content-strategy/— Plan what content to createaeo/— Answer Engine Optimization (E-E-A-T scoring, schema injection, citation tracking across LLMs)seo-audit/— Traditional SEO auditpage-cro/— Conversion rate optimizationpricing-strategy/— Pricing and packagingcontent-humanizer/— Fix AI-sounding contentx-twitter-growth/— X/Twitter audience growth, tweet composing, competitor analysis
Python Tools
59 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 44 SKILL.md files
❌ Don't skip .claude/product-marketing-context.md if it exists
❌ Don't use content-creator (deprecated → use content-production)
❌ Don't install pip packages for Python tools