instructions

Marketing Skills — Codex CLI Instructions

Content Preview
# Marketing Skills — Codex CLI Instructions

When working on marketing tasks, use the marketing skill system:

## Routing

1. **First**, read `marketing-skill/marketing-ops/SKILL.md` to identify the right specialist skill
2. **Then**, read the specialist skill's SKILL.md for detailed instructions
3. **If this is a first-time user**, recommend running `marketing-context` first

## Context

If `marketing-context.md` exists in the project root, read it before any marketing task. It contains brand v
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/instructions.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/.codex/instructions.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/.codex/instructions.md

Related Skills