npx skills add https://github.com/microsoft/playwright --skill playwright-devHow Playwright Dev fits into a Paperclip company.
Playwright Dev drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.
Pre-configured AI company — 18 agents, 18 skills, one-time purchase.
SKILL.md18 linesExpandCollapse
---name: playwright-devdescription: Explains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies.--- # Playwright Development Guide See [CLAUDE.md](../../../CLAUDE.md) for monorepo structure, build/test/lint commands, and coding conventions. ## Detailed Guides - [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](tools.md) — add MCP tools, CLI commands, config options- [Vendor Dependencies & Bundling](vendor.md) — utilsBundle, coreBundle, babelBundle; adding vendored npm packages; DEPS.list; `check_deps`- [Updating WebKit Safari Version](webkit-safari-version.md) — update the Safari version string in the WebKit user-agent- [Bisecting Across Published Versions](bisect-published-versions.md) — reproduce regressions side-by-side from npm and diff `node_modules/playwright/lib/` between versions- [Dashboard](dashboard.md) - the UI powering the "playwright cli show" command, and how to work on itAnalyze Test Run
Install Analyze Test Run skill for Claude Code from microsoft/github-copilot-for-azure.
Appinsights Instrumentation
Microsoft's official guidance for adding Azure Application Insights telemetry to web applications. Covers SDK setup patterns for ASP.NET Core, Node.js, and Pyth
Appinsights Instrumentation
The appinsights-instrumentation skill provides developers with guidance, reference materials, and best practices for instrumenting webapps with Azure Applicatio