AI & Skills
Use RilayKit documentation with AI agents. Install the RilayKit skill for Claude Code, Cursor, and other AI coding assistants.
AI & Skills
Feed RilayKit docs to AI agents directly, or install the RilayKit skill for context-aware assistance.
LLM-Ready Documentation
| Endpoint | Description |
|---|---|
/llms.txt | Index of all pages with titles and descriptions |
/llms-full.txt | Complete documentation as plain markdown |
Use these with any AI tool that supports llms.txt.
Install the RilayKit Skill
The skill gives coding agents deep knowledge of the framework: builder patterns, validation, conditions, hooks, and real-world patterns. It uses progressive disclosure — only the relevant reference loads into context when needed.
npx skills add andyoucreate/rilaykit -a claude-codenpx skills add andyoucreate/rilaykit --allnpx skills add andyoucreate/rilaykit -g --allWhat's Included
Three reference files cover the API:
| Reference | Coverage |
|---|---|
| Core | ril instance, component registry, Standard Schema validation, when() conditions |
| Forms | Form builder, row layouts, components, field/form/condition hooks |
| Workflow | Flow builder, navigation, step data helpers, persistence, analytics |
Supported Agents
Works with any agent in the skills.sh ecosystem: Claude Code, Cursor, Windsurf, OpenCode, and 40+ more.
Verify Installation
Ask your agent:
How do I create a multi-step workflow with conditional steps using RilayKit?It should reference the @rilaykit/workflow builder API with when() conditions — not generic form library patterns.