Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Playwright Dev

Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.

majiayu000 25cf694 2 files · 1.5 KB Updated 567 repo stars

File contents

Playwright Development Guide

Table of Contents

  • Library Architecture — client/server/dispatcher structure, protocol layer, DEPS rules
  • Adding and Modifying APIs — define API docs, implement client/server, add tests
  • MCP Tools and CLI Commands — add MCP tools, CLI commands, config options
  • Vendoring Dependencies — bundle third-party npm packages into playwright-core or playwright

Build

  • Assume watch is running and everything is up to date.
  • If not, run npm run build.

Lint

  • Run npm run flint to lint everything before commit.

majiayu000/claude-skill-registry-data/tree/main/development/playwright-dev commit 25cf694ca1

Frequently asked questions

npx skillmds add majiayu000/playwright-dev