rekord
Search⌘K
1
// skills

Skills

Skills are reusable YAML recording recipes. Instead of typing the same setup every time, you run a skill and Rekord records the session it describes. A few starters ship built-in.

List skills

$ rekord skills list
go-test      record a Go test run
build        record a clean project build
demo         scripted walkthrough recording

Run a skill

Running a skill executes its recipe and records the result as a normal session.

$ rekord skills run go-test --name nightly
✓ recorded "nightly" from skill go-test
▋ tip

Skills are just YAML files. Drop your own under .rekord/skills/ (or point --skills-dir elsewhere) and they show up in rekord skills list automatically.