Agent skills for flows

Agent skills let your own AI coding tool work on flows from the terminal, through the Adapty CLI 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.

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, which works inside the Flow Builder itself. The agent skills run in your terminal, in the same session as your app code.