This is a comprehensive reference for Playwright's browser automation API, covering everything from basic locator strategies to stealth mode and anti-bot bypass techniques. You'll want this when you're scraping protected sites, generating PDFs, or debugging why your CI keeps timing out. The skill draws clear boundaries: it handles Playwright-specific patterns and configuration, but explicitly punts architectural decisions like Page Object Models to the separate e2e-testing skill. Nice touch that it includes the actionability matrix and common gotchas like leaving page.pause() in CI code. The quick reference table is dense but practical, covering newer APIs like the Clock API for time-dependent tests and toMatchAriaSnapshot for accessibility validation.
npx skills add https://github.com/oakoss/agent-skills --skill playwright