What problem does it solve? Keeping landing page and documentation screenshots in sync with UI changes is tedious manual work. This Skill automates regenerating both the Smello dashboard screenshot and the mock Claude Code terminal screenshot whenever the UI or demo content changes. ## Core Features & Use Cases - Dashboard Screenshot Capture: Clears Smello data, runs a demo script, and captures the live frontend with a selected HTTP request using Puppeteer. - Claude Code Session Mockups: Renders a mock Claude Code terminal from a JSON session definition and captures it as a PNG with macOS window chrome, no servers required. - Guide-Specific Screenshots: Supports a two-step workflow for capturing specific requests by ID, with custom output paths, dimensions, and dark mode options. - Use Case: After updating the Smello UI, regenerate the landing page hero screenshot and all integration guide images in one pass so docs never show outdated visuals. ## Quick Start Regenerate the landing page dashboard screenshot by running the demo-mockup script from the scripts directory.