Audit Agent Friendly banner
locagoi locagoi

Audit Agent Friendly

Security community

Description

--- description: Run the AGENT_READINESS_CHECKLIST.md against a page (or the whole site) and report what fails. argument-hint: [path-or-url, default: /] --- Audit agent-readiness for: ${ARGUMENTS:-/} Work through `AGENT_READINESS_CHECKLIST.md` level by level. For each item, verify it against the **raw HTML response**, not the rendered browser DOM — that's what crawlers and agents actually see: ```bash curl -s <url or local dev server path> ``` Report, per level: - **Level 1 (basics):** exac

Installation

Installs to ~/.claude/commands/locagoi-agent-friendly-website-starter-audit-agent-friendly.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/locagoi/agent-friendly-website-starter/HEAD/.claude/commands/audit-agent-friendly.md -o ~/.claude/commands/locagoi-agent-friendly-website-starter-audit-agent-friendly.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository