Skip to content
XLinkedIn
Sign Up →

Use the docs with AI coding agents

You don’t need to read these docs. Let your coding agent read them for you.

The Kelet skill gives your coding agent full context about the SDK, session model, signals, and integration patterns. It also wires the integration automatically.

Terminal window
npx skills add Kelet-ai/skills

Then, 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.

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

Once your agent has context, examples of things to ask:

  • Integrate Kelet into my agent
  • Add a signal when a user edits the AI output
  • Set up synthetic evaluators for my use case
  • Why is Kelet not detecting my sessions?