Wraps Playwright with helper scripts to test local web apps without manually juggling server lifecycles. The with_server.py script manages starting and stopping servers (including multiple at once) while you write straightforward automation code. Built around a reconnaissance pattern: wait for networkidle, screenshot or inspect DOM, identify selectors, then act. Includes examples for static HTML, dynamic apps, and console logging. The "use scripts as black boxes with --help" philosophy is smart, it keeps your context window clean instead of dumping hundreds of lines of utility code. Most useful when you're building webapps locally and need repeatable UI tests without the ceremony.
npx skills add https://github.com/davila7/claude-code-templates --skill webapp-testing