This is a Playwright wrapper that lets Claude test your local web apps without you having to explain how browser automation works every time. It includes helper scripts for managing server lifecycle (including multi-server setups like separate backend and frontend) and enforces a sensible reconnaissance-then-action pattern: wait for networkidle, inspect the DOM or grab a screenshot, identify selectors, then act. The documentation explicitly tells Claude to run scripts with help flags first rather than reading source code, which keeps context usage down. Best for iterative UI testing where you want Claude to poke around and verify behavior rather than writing all the test logic yourself upfront.
npx skills add https://github.com/aiskillstore/marketplace --skill webapp-testing