skills/smithery.ai/frontend-verification

frontend-verification

Installation
SKILL.md

Frontend Verification

Always verify frontend changes using the chrome-devtools MCP.

Important Rules

  • Never kill Chrome: Do NOT kill Chrome before or after using the MCP server
  • Leave dev server running: Do NOT stop the dev server when you're done working

Dev Server Management

Check if Server is Running

Always check if the dev server is already running before asking the user to start it:

curl -s http://localhost:3003/api/readyz
Installs
2
First Seen
Apr 13, 2026
frontend-verification from smithery.ai