caiodomingues

Agent Ready SEO — AI skill for Claude Code

AI community

A Claude Code skill for making a site readable and citable by AI answer engines as well as search crawlers: the markdown twin layer, llms.txt, citable datasets, programmatic pages and AI referral attr.

How to install Agent Ready SEO

This entry records only its repository, not the path inside it, so there is no exact command to give. Open caiodomingues/agent-ready-seo and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Ready SEO does

A Claude Code skill for making a site readable and citable by AI answer engines as well as search crawlers: the markdown twin layer, llms.txt, citable datasets, programmatic pages and AI referral attribution.

Alternatives in AI

  • Humanizer — A Claude Code skill that removes signs of AI-generated writing from text, making it sound more natural and hum 11.3k ★
  • LongHorizon Harness — The long-horizon computer-use harness 1.3k ★
  • Agentrq — AgentRQ: Human-in-loop realtime conversational task manager for AI Agents 1.1k ★

README

agent-ready-seo

A [Claude Code](https://claude.com/claude-code) skill for making a site readable and citable by AI answer engines as well as search crawlers.

Optimizing for search used to have one reader. It now has three:

Discipline Reader Success
SEO The crawler that builds an index Position and click
AEO The agent that fetches and summarizes Read in full, without noise
GEO The model composing an answer Being the cited source

Most sites are built for the first only. This skill covers the other two without breaking the first, from one content source rather than three codebases.

What is inside

SKILL.md                 the router: which layer, in what order, what is non-negotiable
references/
  agent-layer.md         the .md twin, llms.txt, canonical stitching, drift
  citable-data.md        fixed baskets, methodology, Dataset markup, free vs paid
  pseo.md                pages at scale, coverage floors, thin content, sharded sitemaps
  foundations.md         canonical host, sitemap, robots, rendered titles, entities, review cadence
  schema-catalog.md      which structured data type per page type, and the traps
  measurement.md         first-touch attribution, why AI referrals hide, title experiments
  pitfalls.md            failure catalog and a full audit checklist
  verification.md        static CI checks, production checks, external scorers
templates/
  next/                  working Next.js App Router implementations
  generic/               the same contract as raw HTTP, plus plain Node

Install

npx skills add caiodomingues/agent-ready-seo

That works for Claude Code, Cursor, Codex, Copilot and the other agents the [skills CLI](https://skills.sh) supports: it detects which ones you have and puts the files where each expects them.

It installs into the current project by default, which is what you want when the team should get the skill from the repository. Add `-g`