Use the docs with AI coding agents
You don’t need to read these docs. Let your coding agent read them for you.
Option 1 — Install the Kelet skill
Section titled “Option 1 — Install the Kelet skill”The Kelet skill gives your coding agent full context about the SDK, session model, signals, and integration patterns. It also wires the integration automatically.
npx skills add Kelet-ai/skillsThen, just tell your agent: Integrate Kelet into my app
The skill reads your codebase, maps your agent flows, and handles the full integration — SDK setup, sessions, signals, and a deeplink to configure synthetic evaluators for your specific use case.
Option 2 — Use llms.txt
Section titled “Option 2 — Use llms.txt”If your agent supports loading context from a URL, point it at the Kelet docs in LLM-optimized format:
https://kelet.ai/docs/llms.txt— concise reference (recommended for most agents)https://kelet.ai/docs/llms-full.txt— full documentation
Paste the URL into your agent’s context window, or use it with tools like:
- ChatGPT / Claude.ai — paste the URL and ask about Kelet
- Cursor / Windsurf — add to your project’s context files
- Codex CLI — include in your system prompt or context
What to ask
Section titled “What to ask”Once your agent has context, examples of things to ask:
Integrate Kelet into my agentAdd a signal when a user edits the AI outputSet up synthetic evaluators for my use caseWhy is Kelet not detecting my sessions?