Llms Txt Checker banner
Spirizeon Spirizeon

Llms Txt Checker

AI community

Description

--- name: llms-txt-checker description: Validates llms.txt files for AI agent discoverability. Checks structure, format, required fields, and best practices per ai-visibility.org.uk specification. Use when auditing or creating llms.txt files. metadata: author: AEO Skills version: 1.0.0 tags: - llms.txt - aeo - validation - discoverability --- # llms.txt Checker Skill Validates llms.txt files against the official specification (v1.1.1). ## When to Use This Skill - Valida

Installation

Installs to ~/.claude/skills/spirizeon-agentic-aeo-skills-llms-txt-checker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/spirizeon-agentic-aeo-skills-llms-txt-checker && curl -fsSL https://raw.githubusercontent.com/Spirizeon/agentic-aeo-skills/HEAD/skills/llms-txt-checker.md -o ~/.claude/skills/spirizeon-agentic-aeo-skills-llms-txt-checker/SKILL.md

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

Full documentation available on GitHub

View Source Repository