Add the marketplace
/plugin marketplace add daniel-lopez-puig/claude-skillsInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
Checklist of mobile web frontend gotchas (iOS input zoom, on-screen keyboard / visualViewport, fixed-overlay page-bleed, iOS scroll-lock, dvh, safe-area) to apply before shipping mobile UI.
Pick the right browser-automation mode before any Playwright/web task — headless (default, invisible), a visible window when login/auth is needed, or handover to the user's real already-open Chrome only when asked. Stops agents narrating a headless browser as if the user can see it.
Download every public review for one or more mobile apps from the iOS App Store and Google Play, store it locally as normalized JSON/CSV, and run a first-pass analysis (rating distribution, trend over time, complaint themes). Uses the fast no-credential paths first (Apple RSS JSON, google-play-scraper) and treats browser scraping as a last resort.