install
source · Clone the upstream repo
git clone https://github.com/cdeistopened/Pause
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/cdeistopened/Pause "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/webapp-testing" ~/.claude/skills/cdeistopened-pause-webapp-testing && rm -rf "$T"
manifest:
.claude/skills/webapp-testing/skill.mdsource content
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.