Loading...
Loading...
Use when developing or modifying visual elements (components, pages, layouts, styling). Covers Playwright screenshots, Compodium component preview, responsive/dark-mode verification, and the iteration loop.
npx skill4agent add ralphcrisostomo/nuxt-development-skills nuxt-visual-developmentbun run devlocalhost:3000npx playwright screenshot --wait-for-timeout=3000 http://localhost:3000/your-page /tmp/screenshot.pngRead?dark=true--viewport-size=375,812--viewport-size=1280,720http://localhost:3000/__compodium__/devtoolsnpx playwright screenshot --wait-for-timeout=3000 "http://localhost:3000/__compodium__/devtools" /tmp/compodium.pngapp/components/| Flag | Purpose |
|---|---|
| Wait for hydration/rendering |
| Mobile viewport |
| Desktop viewport |
| Capture entire scrollable page |
| Force dark color scheme |