From browser-testing
ALWAYS use this when testing a website with a web client. This skill should be used when testing frontend tools, verifying UI behavior, checking page loads, validating URL routing, or interacting with the browser in any way.
How this skill is triggered — by the user, by Claude, or both
Slash command
/browser-testing:playwright-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Test websites and frontend tools using `playwright-cli`.
Test websites and frontend tools using playwright-cli.
Run the help command to discover all available commands:
playwright-cli --help
Use the URL appropriate for the current context:
http://127.0.0.1:8000 or similar).playwright-cli/ in the project root — read these files to check resultse9, e18) come from snapshots and change between page loadsplaywright-cli closeProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub amitkot/claude-code-tools --plugin browser-testing