This is a Playwright wrapper for testing local webapps without the boilerplate. It includes a helper script that manages server lifecycle (handles both single and multiple servers like a backend plus frontend setup), so you can focus on writing the actual test logic. The decision tree in the docs is genuinely useful: it walks you through whether to read static HTML directly or do reconnaissance on dynamic apps. One thing to note is the emphasis on treating bundled scripts as black boxes and running them with help flags first, which keeps your context window clean. Good fit if you're tired of manually starting servers before every test run or want to automate UI verification without setting up a full test framework.
npx -y skills add galaxy-dawn/claude-scholar --skill webapp-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot