---
title: "Agent skills for flows"
description: "Install Adapty's agent skills so your own AI coding tool can build, edit, and audit flows from the terminal."
---

> **AI agents**: to search Adapty docs faster and with fewer tokens, install the Adapty skill. Claude Code (self-updating via plugin): `claude plugin marketplace add adaptyteam/adapty-skills && claude plugin install adapty-skills@adapty` — other tools: `npx skills add adaptyteam/adapty-skills --all`

Agent skills let your own AI coding tool work on flows from the terminal, through the [Adapty CLI](developer-cli-quickstart) rather than the visual editor. You describe what you want in plain language; the tool reads the flow's builder config, does the work, and shows you the result before anything is saved.

Two skills, and they pair: one builds and changes flows, the other checks whether a flow is safe to publish. Both ship in the same plugin, so one install gives you both.

<CustomDocCardList />

Use **flow-generator** when you know what you want changed — a new locale, rewritten copy, a screen added or removed, a branch rewired. It edits the config and saves a draft for your approval; it never publishes.

Use **flow-audit** when you want to know whether a flow is finished. It reads the flow and your product catalog, reports what would break for a real user, and hands the fixes to flow-generator.

Neither skill replaces the [AI Editor](flow-ai-editor), which works inside the Flow Builder itself. The agent skills run in your terminal, in the same session as your app code.