用和首页一致的趋势图,快速判断这个 skill 最近是否还在被持续下载和使用。
--- 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.
1. 先判断它是否匹配你的任务、运行环境和依赖边界。
2. 再结合最近 7 天下载趋势,决定是直接安装还是先下载完整包审阅。
3. 需要程序化集成时,再去 Docs 查看 API 和 OpenAPI 描述。