This is a well-built Playwright wrapper that handles the annoying parts of browser automation. It auto-detects running dev servers so you don't have to hardcode localhost ports, enforces good practices like writing test scripts to /tmp instead of polluting your project, and runs browsers in headed mode by default so you can actually see what's happening. The workflow is smart: detect servers, write parameterized scripts, execute via a runner. Covers the usual suspects like responsive testing, login flows, broken link checking, and proper E2E test patterns with role-based selectors. Works with both quick automation tasks and full test suites. Setup uses bun or npm, installs Chromium automatically.
npx skills add https://github.com/secondsky/claude-skills --skill playwright