| name | aeo-master |
| description | LLM-first SEO analysis for AI agents. Master skill with 5 sub-skills, 6 specialist agents, and 5 evidence collector scripts. Use when performing comprehensive AEO analysis, audits, or optimization. |
| metadata | {"author":"AEO-Skills","version":"1.0.0","tags":["aeo","seo","analysis","audit","optimization"]} |
| context | fork |
| agent | Explore |
AEO Master Skill
Comprehensive LLM-first SEO analysis for AI coding agents.
Structure
This master skill orchestrates:
- 5 Sub-Skills - Specialized analysis modules
- 6 Specialist Agents - Expert executors for specific tasks
- 5 Evidence Collector Scripts - Data gathering tools
Current Content
Sub-Skills (5)
aeo-audit - Comprehensive AEO audits
aeo-benchmark - Performance benchmarking
ai-traffic-detector - AI agent traffic analysis
llms-txt-checker - llms.txt validation
token-counter - Token count measurement
Specialist Agents (6)
aeo-auditor - Comprehensive audits (fork context)
aeo-benchmarker - Performance comparison (fork context)
aeo-validator - Specification validation (fork context)
aeo-tracker - Progress tracking (fork context)
aeo-reporter - Report generation (fork context)
aeo-explorer - Content discovery (fork context)
Evidence Collector Scripts (5)
scripts/aeo_benchmark.py - AEO benchmarking
scripts/ai_traffic_detector.py - AI traffic detection
scripts/llms_txt_checker.py - llms.txt validation
scripts/robots_checker.py - robots.txt checking
scripts/token_counter.py - Token counting
Usage
Activate Sub-Skill
@aeo-audit # Comprehensive AEO audit
@aeo-benchmark # Performance benchmarking
@ai-traffic-detector # AI agent traffic analysis
@llms-txt-checker # llms.txt validation
@token-counter # Token count measurement
Activate Specialist Agent
# In fork context
@aeo-auditor # Run comprehensive audit
@aeo-benchmarker # Compare performance
@aeo-validator # Validate specifications
@aeo-tracker # Track progress
@aeo-reporter # Generate reports
@aeo-explorer # Discover content
Run Evidence Collector
python3 scripts/aeo_benchmark.py --url https://example.com
python3 scripts/ai_traffic_detector.py --log-file /var/log/nginx/access.log
python3 scripts/llms_txt_checker.py example.com
python3 scripts/robots_checker.py https://example.com
python3 scripts/token_counter.py https://example.com/docs