This is a solid reference for anyone doing web scraping with BeautifulSoup in Python. It covers the practical stuff you actually need: CSS selectors versus find methods, safe extraction patterns that handle missing data, and complete examples like the ProductScraper class that shows proper session handling and URL resolution. The parser comparison is helpful (lxml for speed, html5lib for broken HTML), and the table extraction patterns save you from reinventing that wheel every time. It's written for people who want to write maintainable scraping code, not quick and dirty scripts. If you're tired of your BeautifulSoup code turning into a mess of nested if statements and try-except blocks, the safe extraction helpers alone make this worth keeping around.
npx skills add https://github.com/mindrally/skills --skill beautifulsoup-parsingjuliusbrussee/caveman
mattpocock/skills
mertbuilds/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills