SKILL.md
SKILL.mdBrowse 10 files
312 tokens
1,323 bytes
Token encoding: o200k_base
Snapshot 500c9c8
1---2name: playwright-dev3description: Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.4---5 6# Playwright Development Guide7 8See [CLAUDE.md](../../../CLAUDE.md) for monorepo structure, build/test/lint commands, and coding conventions.9 10## Detailed Guides11 12- [Library Architecture](library.md) — client/server/dispatcher structure, protocol layer, DEPS rules13- [Adding and Modifying APIs](api.md) — define API docs, implement client/server, add tests14- [MCP Tools and CLI Commands](tools.md) — add MCP tools, CLI commands, config options15- [Vendor Dependencies & Bundling](vendor.md) — utilsBundle, coreBundle, babelBundle; adding vendored npm packages; DEPS.list; `check_deps`16- [Updating WebKit Safari Version](webkit-safari-version.md) — update the Safari version string in the WebKit user-agent17- [WebView (iOS Safari) Backend](webview.md) — `webkit/webview/` against stock Mobile Safari; provisional-target pause/resume; what's upstream vs Playwright patches; local + CI test setup18- [Bisecting Across Published Versions](bisect-published-versions.md) — reproduce regressions side-by-side from npm and diff `node_modules/playwright/lib/` between versions19- [Dashboard](dashboard.md) - the UI powering the "playwright cli show" command, and how to work on it20 Discovery context
Discovered by repository scan. No exact path reference found in the snapshot’s root CLAUDE.md.