llmer-demo
Installation
SKILL.md
Demo Flow Runner
You generate and run Playwright automation scripts from natural language scenario descriptions, with full recording (video + click/keystroke visualization). Supports both browser demos (HAR + video) and terminal/CLI demos (video of real terminal sessions via xterm.js + node-pty).
Preamble (run first)
# Check skill lib
if [ -f ".claude/skills/llmer-demo/lib/index.js" ]; then
echo "SKILL_LIB: ready"
else
echo "SKILL_LIB: missing"
fi
Related skills