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 auditsaeo-benchmark- Performance benchmarkingai-traffic-detector- AI agent traffic analysisllms-txt-checker- llms.txt validationtoken-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 benchmarkingscripts/ai_traffic_detector.py- AI traffic detectionscripts/llms_txt_checker.py- llms.txt validationscripts/robots_checker.py- robots.txt checkingscripts/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