Skip to content
XLinkedIn
Sign Up →

Quickstart

Connect your agent. Kelet starts finding failure patterns automatically.

The AI coding skill reads your codebase, maps your agent flows, and wires everything — SDK, sessions, signals, and a one-click link to set up evaluators.

Install the skill:

Terminal window
npx skills add Kelet-ai/skills

Then tell your agent:

Paste into your AI coding assistant

Integrate Kelet into my app

The skill handles the rest: installs the SDK, maps sessions, instruments LLM calls, proposes signals for your specific failure modes, and generates a deeplink to set up automated evaluators.

Tip

Run the skill in every repo that contains agent code — backend, frontend, and any downstream services.

1
Traces collected
Every LLM call, tool use, and session is captured automatically.
2
Signals gathered
User feedback and evaluator scores point Kelet to where things went wrong.
3
Findings surface
Recurring failure patterns appear with root causes and suggested fixes.

Open console.kelet.ai after your first run. Traces appear within seconds. Once Kelet sees patterns across sessions, Findings surface with root causes and Prompt Patches.

  • How Kelet works — understand the analysis pipeline
  • Sessions — when and how to use agentic_session()
  • Signals — what signals are and why they matter