CLAUDE

Marketing Skills — Agent Instructions

Content Preview
# 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 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/CLAUDE.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/CLAUDE.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/CLAUDE.md

Related Skills