This gets you writing Selenium tests with proper patterns instead of brittle scripts that break every deployment. It pushes the Page Object Model hard, which is the right call for maintainability. Explicit waits over sleeps, CSS selectors over fragile XPath when possible, pytest fixtures for clean setup. The code examples show real patterns like driver factories and base page classes that you'll actually reuse. Honestly, if you're still scattering find_element calls throughout test files or using implicit waits everywhere, this will save you from yourself. Best for teams building test suites that need to survive UI changes, not quick one-off automation scripts.
npx skills add https://github.com/mindrally/skills --skill selenium-automationjuliusbrussee/caveman
mattpocock/skills
mertbuilds/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills