For Agents

Machine-readable docs for AI coding agents.

These plain-text files teach an agent how svelte-fluid works — the engine mental model, the component and config surface, the imperative API, and every preset — so it can write correct code in one read. They are generated from the same preset registry the components render, so they never drift from the library.

llms.txt → Concise index (llmstxt.org convention): summary, doc links, and the full preset list.SKILL.md → The agent skill file: engine mental model, components, config groups, imperative API, presets, and gotchas — enough to use the library correctly in one read.llms-full.txt → Everything in SKILL.md plus the full forkable <Fluid> recipe for all 14 presets, inlined.

Point your agent at it

Drop the llms.txt URL (or the raw SKILL.md) into your agent's context, or fetch it directly:

curl -s https://svelte-fluid.dev/SKILL.md