# AI & Skills
import { Tab, Tabs } from 'fumadocs-ui/components/tabs';
import { Callout } from 'fumadocs-ui/components/callout';
AI & Skills [#ai--skills]
RilayKit is designed to be AI-friendly. Use the documentation directly with AI agents, or install the RilayKit skill for context-aware assistance.
LLM-Ready Documentation [#llm-ready-documentation]
The full RilayKit documentation is available in machine-readable formats for AI agents:
| Endpoint | Description |
| ---------------------------------- | ----------------------------------------------------------- |
| [`/llms.txt`](/llms.txt) | Lightweight index of all pages with titles and descriptions |
| [`/llms-full.txt`](/llms-full.txt) | Complete documentation content in plain markdown |
Use these endpoints to feed RilayKit knowledge into any AI tool that supports `llms.txt`.
Install the RilayKit Skill [#install-the-rilaykit-skill]
The RilayKit skill gives AI coding agents deep knowledge of the framework: builder patterns, validation, conditions, hooks, and real-world patterns.
ril instance, component registry, Standard Schema validation, conditions with `when()` builder
Form builder API, row layouts, components, field hooks, form hooks, condition hooks
Flow builder, navigation, step data helpers, persistence, analytics, real-world patterns