ui-screenshots

Installation
SKILL.md

UI Screenshots

Capture screenshots of web apps and graphical UIs during development to document visual changes.

When to Use This Skill

Use this skill when you need to:

  • Capture the current state of a running web app
  • Document a UI before and after a code change
  • Screenshot interactive states (tooltips, hovers, selected elements)
  • Capture specific sections of a page without re-screenshotting

Prerequisites

pip install playwright Pillow -q
playwright install chromium
Installs
37
GitHub Stars
34.9K
First Seen
May 25, 2026
ui-screenshots — github/awesome-copilot