docs: replace llms.txt with the ee skill for AI coding agents#1
Merged
Conversation
Remove the outdated llms.txt reference (both the served public/llms.txt and the docs page) and document the new `ee skill` command, which installs the ee-usage guide directly into each agent's convention (Claude, Cursor, Copilot, Codex, opencode). - Add cli/skill.mdx documenting agents, paths, flags, and examples - Add the page to the CLI + Integrations sidebar and a homepage card - Drop the Resources > llms.txt sidebar entry and public/llms.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retire the outdated
llms.txtand document the newee skillcommand instead. AI coding agents now learn how to useeeby installing the ee-usage guide directly into their own convention, rather than pointing at a hand-maintainedllms.txt.Changes
src/content/docs/cli/skill.mdx— documentsee skill: supported agents and install paths (Claude, Cursor, Copilot, Codex, opencode), flags, what the guide contains, and examples.src/content/docs/llms-txt.mdxandpublic/llms.txt(served at/llms.txt) — both are out of date and superseded by the skill.astro.config.mjs): add "Skill Command (AI Agents)" under CLI Documentation and "AI Coding Agents" under Integrations; drop the "Resources → llms.txt" entry.index.mdx): add an "AI Coding Agents" card linking to the new page.Verification
bun run buildsucceeds — 12 pages built, no broken links;dist/cli/skill/is generated and nollmsartifacts remain.Related
Pairs with the
ee skillcommand added in n1rna/ee-cli#2.🤖 Generated with Claude Code