react-ol v1.3.1

llms.txt

Machine-readable documentation for AI assistants and LLM-powered tools

llms.txt

@mixelburg/react-ol provides an llms.txt file — a plain-text document designed to help AI assistants and LLM-powered tools (GitHub Copilot, Cursor, Claude, ChatGPT, etc.) understand and use this library correctly.

What is llms.txt?

llms.txt is an emerging convention for open-source libraries and websites to expose a machine-readable summary of their API and usage — similar to how robots.txt guides web crawlers, but for AI models.

When an AI assistant has access to your llms.txt, it can:

  • Generate correct, up-to-date code using the library
  • Answer questions about the API accurately
  • Avoid suggesting deprecated or wrong patterns

Files

FileURLDescription
llms.txt/llms.txtFull API reference and usage examples in plain text

Usage with AI Tools

Cursor / Windsurf

Add the URL to your project context in .cursor/rules or docs settings:

https://mixelburg.github.io/react-ol/llms.txt

ChatGPT / Claude

Paste the contents of llms.txt directly into your conversation, or instruct the AI to fetch it.

GitHub Copilot

Copilot indexes public GitHub repositories automatically. The llms.txt in the repo root (https://github.com/mixelburg/react-ol/blob/main/llms.txt) will be picked up as additional context.

On this page