llms.txt
@opensky/remotes ships a machine-readable copy of its documentation at /llms.txt, following the llms.txt convention. Point a
coding agent at it and it gets the full API — spreads, options, callbacks, and gotchas — as
plain text, without scraping the rendered site.
Using it with an agent
The fastest path is the Copy prompt button on the home page — it copies a ready-to-paste instruction that already links here, so Claude, Codex, or Cursor can read the docs and scaffold a form for you. Or add the URL to your agent's context directly:
- Claude Code / Cursor — paste
https://opensky.lightdance.dev/llms.txtinto the chat, or reference it from anAGENTS.md/ rules file - Codex — include the link in your prompt and let it fetch the page
What's inside
A single plain-text document: a one-line summary, a link index (docs, changelog, source), then the full written guide — installation, the three spreads, every creation option, validation, draft persistence, auto-submit, and the state/callbacks reference. It's generated from the same source as this site, so it never drifts.