登录
playwright-dev.md已公开
current skill~ /skills/playwright-dev

playwright-dev

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

developer-tools#agent-skill#skill-dev
downloads
170
updated
2026/05/27
author
Admin
visibility
已公开
downloads.trend.tsxlast 7 days

当前技能最近 7 天下载趋势

用和首页一致的趋势图,快速判断这个 skill 最近是否还在被持续下载和使用。

7d total
7
quickstart.shinstall
安装命令
npx skills add playwright-dev
使用建议

先看趋势和左侧结构化信息,再决定是直接下载、复制安装命令,还是继续阅读原始 `SKILL.md`。

overview.tsdecision summary
- 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 - Uploading Fixes to GitHub — branch naming, commit format, pushing fixes for issues
SKILL.md previewfull preview

name
playwright-dev
description
Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
---
name: playwright-dev
description: Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.
---

# Playwright Development Guide

## Table of Contents

- [Library Architecture](library.md) — client/server/dispatcher structure, protocol layer, DEPS rules
- [Adding and Modifying APIs](api.md) — define API docs, implement client/server, add tests
- [MCP Tools and CLI Commands](mcp-dev.md) — add MCP tools, CLI commands, config options
- [Vendoring Dependencies](vendor.md) — bundle third-party npm packages into playwright-core or playwright
- [Uploading Fixes to GitHub](github.md) — branch naming, commit format, pushing fixes for issues

## 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.