Skip to content

docs: replace llms.txt with the ee skill for AI coding agents#1

Merged
n1rna merged 1 commit into
mainfrom
feat/ee-skill-docs
Jul 3, 2026
Merged

docs: replace llms.txt with the ee skill for AI coding agents#1
n1rna merged 1 commit into
mainfrom
feat/ee-skill-docs

Conversation

@n1rna

@n1rna n1rna commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Summary

Retire the outdated llms.txt and document the new ee skill command instead. AI coding agents now learn how to use ee by installing the ee-usage guide directly into their own convention, rather than pointing at a hand-maintained llms.txt.

Changes

  • Add src/content/docs/cli/skill.mdx — documents ee skill: supported agents and install paths (Claude, Cursor, Copilot, Codex, opencode), flags, what the guide contains, and examples.
  • Remove src/content/docs/llms-txt.mdx and public/llms.txt (served at /llms.txt) — both are out of date and superseded by the skill.
  • Sidebar (astro.config.mjs): add "Skill Command (AI Agents)" under CLI Documentation and "AI Coding Agents" under Integrations; drop the "Resources → llms.txt" entry.
  • Homepage (index.mdx): add an "AI Coding Agents" card linking to the new page.

Verification

  • bun run build succeeds — 12 pages built, no broken links; dist/cli/skill/ is generated and no llms artifacts remain.

Related

Pairs with the ee skill command added in n1rna/ee-cli#2.

Note: removing public/llms.txt will 404 the https://ee.n1rna.net/llms.txt URL. This is intentional per the decision to drop llms.txt in favor of the skill.

🤖 Generated with Claude Code

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant