This one gives you solid Puppeteer patterns for browser automation in Node.js. It covers the essentials: launching browsers with the right args, navigation with proper wait strategies, element selection and interaction, screenshot and PDF generation, plus network interception for blocking resources or monitoring API calls. The code examples are clean async/await throughout, with actual error handling and retry logic instead of happy path nonsense. The waiting strategies section is especially useful since that's where most automation scripts break in production. Good for web scraping, testing, or any headless Chrome workflow where you need reliable patterns instead of figuring out waitForSelector options from scratch every time.
npx skills add https://github.com/mindrally/skills --skill puppeteer-automation