What problem does it solve?
Keeping the Phoenix llms.txt documentation index accurate and complete is tedious: pages get added, renamed, or removed, and coverage gaps cause AI agents and the px docs fetch CLI to miss important docs. This Skill provides the rules and audit workflow to keep the index synchronized with the published docs tree.
Core Features & Use Cases
- Coverage Auditing: Runs a five-step diff workflow that intersects docs.json navigation with on-disk .mdx files, then compares against current llms.txt entries to find missing and stale URLs.
- Editorial Rules: Defines exactly which pages to include (workflows, SDK references, integrations, release notes) and exclude (notebooks, demos, translated pages, orphan files), plus section ordering and title/description writing standards.
- Verification: Validates changes by running the phoenix-cli docs parser tests to confirm the file remains well-formed.
- Use Case: After adding a new evaluation metrics page to the Phoenix docs, use this Skill to add a properly titled and described llms.txt entry, audit overall coverage against the 90% target, and verify the file parses correctly.
Quick Start
Audit the Phoenix llms.txt file for missing or stale documentation entries and update it to full coverage.