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