ambler-walk

Installation
SKILL.md

Ambler Walk

This skill guides you in creating a complete Ambler walk. A walk is a state-machine program consisting of two files:

  1. walks/<name>.ts — TypeScript file defining the shared State, initialState, and the wired node graph.
  2. specs/<name>.md — Markdown specification describing the shared state and the logic/transitions of each step.

Step 1 — Identify the Walk

  • Determine the walk name (lowercase, hyphen-separated, e.g. my-walk). The file will be walks/<name>.ts.
  • Clarify the walk's purpose: what program does it implement?
  • Identify the nodes (steps) required and their transitions.

Step 2 — Ensure Nodes Exist

Related skills

More from argenkiwi/ambler-ts

Installs
13
GitHub Stars
4
First Seen
Apr 27, 2026