This is your go-to for full browser automation when you need more than a quick debug. It auto-detects running dev servers so you can immediately test localhost apps without configuration, writes all test scripts to /tmp to keep your project clean, and runs with a visible browser by default so you can watch what's happening. Good for testing login flows, filling forms, checking responsive layouts across viewports, or hunting down broken links. The workflow is sensible: detect servers first, write parameterized Playwright code, execute from the skill directory. One nice touch is it emphasizes keeping URLs and credentials configurable rather than hardcoded. If you just need to inspect network requests or poke at the DOM quickly, reach for chrome-devtools instead.
npx -y skills add tech-leads-club/agent-skills --skill playwright-skill --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot