DEV Community

Leandro
Leandro

Posted on

Ambler TS: a minimal state-machine builder driven by agent skills

Simply install the relevant skills into an empty folder, as explained in the GitHub repo, and describe you program (walk) to your coding agent, detailing its steps (nodes) and how they connect with each other (edges). Ambler TS' skills will help the agent write specs, code and tests for your project in a predictable and modular manner. You can easily run it using Deno.

I have been testing the library using local LLMs within the Pi Coding Agent. It is great for replacing automation scripts and playing with agentic workflow ideas.

Top comments (0)