claude-seo AGENTS.md

claude-seo AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from AgriciDaniel/claude-seo. It costs 2,347 tokens per session, scanned A, original, MIT.

Project instructions for using Claude SEO across different coding-agent tools, including Cursor, Gemini CLI, Codex CLI, and others. They explain how each agent environment loads the project and how to check portability.

In plain words
What is it for?
Use them when moving Claude SEO between agent platforms, checking instruction-file compatibility, or following the correct setup for a specific coding-agent environment.
Why use it?
They reduce differences between coding-agent environments and help reveal instructions that one environment may ignore. Portability means the same project guidance can work across multiple tools.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

About the project

Claude SEO is an open-source Claude Code plugin that runs specialized agents and skills to audit websites across technical SEO, content quality, structured data, AI-search optimization, local and e-commerce SEO, and international SEO. SEO practitioners use it to produce prioritized recommendations based on primary-source guidance, with optional extensions for external data and crawling.

AgriciDaniel/claude-seo · 16,390 stars · on GitHub · claude-seo.md

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/agricidaniel/claude-seo/agents-md
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/claude-seo

Made for: Claude Code, Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-seo AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/agricidaniel/claude-seo/agents-md.svg)](https://agentmods.dev/instructions/agricidaniel/claude-seo/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/agricidaniel/claude-seo/agents-md"><img src="https://agentmods.dev/badge/instructions/agricidaniel/claude-seo/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,347 This file is loaded in full into every session.
When invoked 2,347 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02347 $0.02347
Opus 5 $0.01174 $0.01174
Sonnet 5 $0.00469 $0.00469
Haiku 4.5 $0.00235 $0.00235

Measured 6d ago against content hash 3f1510c4dcf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

claude-seo AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 185 lines

How it starts

The opening of the file, as written. The whole thing — 185 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude SEO: Multi-Platform Agent Instructions

For Cursor, Cursor Cloud Agents, Google Antigravity, Gemini CLI, Grok Build, OpenAI Codex CLI, Cline, Aider, and any other agent harness that reads project-root agent instructions.

Claude Code users: see CLAUDE.md instead.

Cross-platform portability (v2.0.0)

Every skill in skills/*/SKILL.md is authored to a portable subset of the Claude Code skill spec. Validate compatibility with your harness via:

./bin/claude-seo run portability_check.py

The check confirms each SKILL.md has the minimum frontmatter every harness expects (name, description, optional model, optional tools) and warns on Claude-Code-specific features (maxTurns, multi-line tool list with descriptive comments) that other harnesses may ignore but do not reject.

Per-harness notes

Harness How to load claude-seo
Cursor Symlink or copy skills/ and agents/ into .cursor/rules/. Commands are invoked as text prompts; the harness reads SKILL.md body as system context.
Cursor Cloud Agents Push the repo; Cloud Agents read AGENTS.md automatically at session start.
Google Antigravity Point the workspace at this repo root; Antigravity reads AGENTS.md first, falls back to skills/.
Gemini CLI gemini init in this repo loads AGENTS.md. Skills are activated via activate_skill <name> in conversation.
Grok Build Open this repository in Grok Build. It reads AGENTS.md and Claude Code compatible plugins and skills without a separate layout. Use grok inspect to verify discovery. See the official compatibility guide.
OpenAI Codex CLI Reads AGENTS.md from project root. Bash tools work as documented; some Claude-specific tool names (Read/Write/Edit) are aliased to Codex equivalents transparently.
Cline Loads AGENTS.md from project root. Skills appear as system messages; subagent delegation falls back to in-context expansion.
Aider Reads AGENTS.md if present; otherwise falls back to README. Aider does not support sub-agent dispatch; the seo-* skills run inline.

Read the full file on GitHub · 185 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 185 lines · 2,347 tokens per session scan A 3f1510c4dcf3

Subscribe to this mod's changes

claude-seo AGENTS.md is an instructions file published in the GitHub repository AgriciDaniel/claude-seo (16,390 stars, last pushed 10d ago), licensed MIT. It adds 2,347 tokens to every session, about $0.0117 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

claude-blog CLAUDE.md

Claude Code instructions for AgriciDaniel/claude-blog, covering claude blog - blog creation & optimization skill, project overview, architecture, commands and development rules.

AgriciDaniel/claude-blog · 2,915 tokens

claude-ads AGENTS.md

Instructions for AgriciDaniel/claude-ads, covering claude ads agent instructions, read order, operating rules and portable execution.

AgriciDaniel/claude-ads · 401 tokens

claude-ads CLAUDE.md

Instructions for AgriciDaniel/claude-ads, covering claude ads repository instructions, architecture, development and verification.

AgriciDaniel/claude-ads · 280 tokens

claude-ads GEMINI.md

Instructions for AgriciDaniel/claude-ads, a project described as: Claude-first paid-media operations skill for Claude Code across 12 ad platforms (Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon, Reddit, Pinterest, Snapchat, X): source-grounded audits, deterministic scoring, versioned JSON reports…

AgriciDaniel/claude-ads · 51 tokens

digital-marketing-pro AGENTS.md

Instructions for indranilbanerjee/digital-marketing-pro, covering digital marketing pro — agent context, what this plugin is, how to use it as an agent, canonical entry points and files in this repo.

indranilbanerjee/digital-marketing-pro · 2,038 tokens

claude-email CLAUDE.md

Instructions for AgriciDaniel/claude-email, covering claude email — comprehensive email management & marketing, project overview, architecture, key principles and development rules.

AgriciDaniel/claude-email · 859 tokens