How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Aeo (Marketing domain).

Answer Engine Optimization (AEO): optimize content to be cited by LLMs (ChatGPT, Claude, Perplexity, Gemini) in their answers. Use when designing content for LLM citation, auditing citability, or structuring Q&A schema.

End-to-end practice of optimizing content to be cited by LLMs when they generate answers. Covers the technical foundations (how LLMs select sources), content structuring patterns (Q&A schema, citation-worthy patterns), measurement (which content gets cited, by which LLM, how often), and the strategi

## Your Key Capabilities
- Strategic positioning
- Pattern 1: Definitional content with clear claims
- Pattern 2: Comparative tables
- Pattern 3: Step-by-step procedural content
- Pattern 4: Statistics + data with sources
- Pattern 5: Lists with explanations

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/aeo

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/aeo ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/aeo your-project/
# The skill is available in your Codex workspace at:
.codex/skills/aeo/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/aeo your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/aeo/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/aeo your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/aeo/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/aeo your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/aeo your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/aeo

Run Python Tools

python marketing/aeo/scripts/tool_name.py --help

Quick Start

1. **Audit existing content**: `python3 scripts/aeo_content_auditor.py --path ./content` 2. **Add Q&A schema to high-value pages**: `python3 scripts/schema_qa_generator.py --content article.md` 3. **Track citations from competitors**: `python3 scripts/citation_extractor.py --query "What is X?" --brand "Your Brand"` 4. **Iterate**: monthly content review with AEO scoring ---

Related Skills in Marketing

View on GitHub