This is a practical wrapper around Playwright that handles the boring setup parts. It auto-detects your running dev servers so you don't have to manually specify localhost ports, writes all test scripts to /tmp to avoid cluttering your project, and runs browsers in visible mode by default so you can actually see what's happening. The workflow is simple: describe what you want to test, it detects your server, generates a custom Playwright script, and executes it. Works well for typical tasks like testing login flows, checking responsive layouts, filling forms, or hunting down broken links. The path resolution system handles different installation locations cleanly, which matters if you're using the plugin system versus manual installation.
npx skills add https://github.com/davila7/claude-code-templates --skill playwright-skill