Drive a headless Chrome over the Chrome DevTools Protocol (CDP) for browser QA — navigate, click, fill forms, read the DOM/accessibility tree, screenshot, and assert. Use whenever a task requires loading a web page and interacting with it like a user. Chrome is launched by a bash step (recipe below); this skill attaches over CDP — no MCP server, no Puppeteer/Playwright needed to drive.
$npx -y skills add mattzcarey/shippie --skill chrome-cdpInstalls into the current project.
Run `npx skills use "https://github.com/mattzcarey/shippie" --skill "mattzcarey/shippie/chrome-cdp"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mattzcarey/shippie" that are relevant to the current task. Run `npx skills add "https://github.com/mattzcarey/shippie"` and select the relevant skills, then follow their instructions.