You know those times when you need to capture an entire webpage but the standard screenshot only grabs what's visible on screen? This handles the full vertical scroll automatically, stitching everything together into one continuous image. Useful when you're documenting a bug, archiving a page layout, or need to show stakeholders a complete view of a long form or article. It's straightforward automation for something that's otherwise tedious to do manually with multiple screenshots and image editing. Works reliably for most standard web pages, though complex infinite scroll situations might trip it up.
npx skills add https://github.com/alirezarezvani/claude-skills --skill full-page-screenshot