rilaykit

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

EndpointDescription
/llms.txtIndex of all pages with titles and descriptions
/llms-full.txtComplete 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-code
npx skills add andyoucreate/rilaykit --all
npx skills add andyoucreate/rilaykit -g --all

What's Included

Three reference files cover the API:

ReferenceCoverage
Coreril instance, component registry, Standard Schema validation, when() conditions
FormsForm builder, row layouts, components, field/form/condition hooks
WorkflowFlow 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.

On this page