Agent skill · Security

aeo

Answer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill aeo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 11 KB
Bundled scripts: yes
Path: marketing-skill/skills/aeo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Answer Engine Optimization (AEO) **Get your content cited by ChatGPT, Perplexity, Claude, Gemini, and Mistral as the authoritative source.** AEO is the practice of optimizing content for **citation** in LLM-generated responses — distinct from SEO, which optimizes for search rankings. This skill audits, optimizes, and tracks AEO performance. ## Distinct From SEO | | SEO | AEO | |---|---|---| | **Optimizes for** | Click-through rankings | Being cited as authoritative source | | **Audience** | Humans browsing search results | LLMs answering questions | | **Success metric** | Position 1-10, organic traffic | Citation count across LLMs | | **Key signals** | Backlinks, keywords, page speed | E-E-A-T, structured data, factual density | | **Update cadence** | Weeks-to-months | Days-to-weeks (LLM training cycles) | Both can coexist — the same content can rank #1 on Google AND get cited by Perplexity. But the techniques differ: SEO rewards keyword density + backlinks; AEO rewards primary-source signals + structured facts. ## When To Use - Planning a new content piece for an AI-first audience - Auditing existing content for E-E-A-T gaps before AI Overview rollout - Tracking which pages get

What's inside
Steps it walks through
  1. Distinct From SEO
  2. When To Use
  3. When NOT To Use
  4. Core Capabilities
  5. 1. Content audit + E-E-A-T scoring
  6. 2. Content optimization
  7. 3. Citation tracking
  8. References
  9. Workflow
  10. Configuration
  11. Output Format
  12. Markdown audit report (default)
  13. JSON for pipelines
  14. Industry-Specific E-E-A-T Thresholds
Ships with 9 files
  • .claude-plugin/plugin.json
  • references/aeo_eeat_canon.md
  • references/aeo_vs_seo.md
  • references/bot_access_and_monitoring.md
  • references/extractable_content_patterns.md
  • references/llm_citation_patterns.md
  • scripts/aeo_audit.py
  • scripts/aeo_optimizer.py
  • scripts/citation_tracker.py
Commands it runs
python3 scripts/aeo_audit.py --url <url> --industry healthcare
python3 scripts/aeo_audit.py --url <url> --output json
More from claude-skills
All skills →
About this skill
What does the aeo skill do?

Answer Engine Optimization (AEO) skill — optimize content to be cited by AI language models (ChatGPT, Perplexity, Claude, Gemini, Mistral) as authoritative sources. Distinct from SEO — AEO optimizes for citation in LLM-generated responses, not search rankings. Use when planning content for AI-first search audiences, auditing existing content for E-E-A-T signals, tracking which pages get cited by which LLMs, or building a citation-friendly content strategy. Triggers — 'AEO audit', 'optimize for ChatGPT', 'get cited by Perplexity', 'LLM citation strategy', 'answer engine optimization', 'content

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill aeo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going