Super GEO Agent Readiness

GEO/AEO audit router: content, schema, llms.txt, and agent-readiness checklists.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 723e27f

Fed it a promo-speak paragraph ('unlock the power', 'unleash your team's potential') and the skill's own audit checklist flagged those exact banned phrases plus missing author credentials, JSON-LD, and llms.txt -- the baseline generic-SEO pass never touched any of that.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Super GEO Agent Readiness does

Generative Engine Optimization skill covering content quotability, Schema.org JSON-LD, llms.txt/robots.txt for AI crawlers, and agent-readiness (MCP Server Cards, OAuth discovery, x402) for AI answer engines like ChatGPT, Perplexity, and Google AI Overviews. Triggers on GEO/AEO/LLMO requests, 'rank in ChatGPT', or auditing a site for AI visibility, then routes to nine self-contained reference files and a severity-graded audit checklist.

How to install Super GEO Agent Readiness

git clone https://github.com/fseixas/super-geo-agent-readiness
cd super-geo-agent-readiness
mkdir -p ~/.claude/skills
cp -r super-geo-agent-readiness ~/.claude/skills/super-geo-agent-readiness

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Super GEO Agent Readiness

  • /super-geo-agent-readiness GEO/AEO audit router: content, schema, llms.txt, and agent-readiness checklists.

It also activates on plain-language prompts like these:

  • Audit our site so ChatGPT and Perplexity actually cite it
  • Is our content ready to be quoted by AI search engines?
  • Check our llms.txt, schema, and agent readiness end to end

Frequently asked questions

Is the Super GEO Agent Readiness skill free?
Yes. The skill itself is free from fseixas/super-geo-agent-readiness. SkillProof publishes the install command and an independent test verdict at no cost.
Does Super GEO Agent Readiness work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Fed it a promo-speak paragraph ('unlock the power', 'unleash your team's potential') and the skill's own audit checklist flagged those exact banned phrases plus missing author credentials, JSON-LD, and llms.txt -- the baseline generic-SEO pass never touched any of that.
What is the Super GEO Agent Readiness SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Super GEO Agent Readiness?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Super GEO Agent Readiness with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.