Agent Plugins Marketplace
All plugins

pw

v2.9.0

Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, with optional (manually enabled) TestRail/BrowserStack integrations. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.

Claude Code9 Skills

By Alireza RezvaniLicense: MIT26k GitHub starsUpdated 3 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
9 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pw for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pw@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/alirezarezvani/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is engineering-team/playwright-pro/.

Plugin files

engineering-team/playwright-pro/
├── .claude-plugin/plugin.json
├── skills/browserstack/SKILL.md
├── skills/coverage/SKILL.md
├── skills/fix/SKILL.md
├── skills/generate/SKILL.md
├── skills/migrate/SKILL.md
├── skills/pw-init/SKILL.md
├── skills/pw-review/SKILL.md
├── skills/report/SKILL.md
└── skills/testrail/SKILL.md

Included Skills9

browserstackskills/browserstack/SKILL.md

Run tests on BrowserStack. Use when user mentions "browserstack", "cross-browser", "cloud testing", "browser matrix", "test on safari", "test on firefox", or "browser compatibility".

coverageskills/coverage/SKILL.md

Analyze test coverage gaps. Use when user says "test coverage", "what's not tested", "coverage gaps", "missing tests", "coverage report", or "what needs testing".

fixskills/fix/SKILL.md

Fix failing or flaky Playwright tests. Use when user says "fix test", "flaky test", "test failing", "debug test", "test broken", "test passes sometimes", or "intermittent failure".

generateskills/generate/SKILL.md

Generate Playwright tests. Use when user says "write tests", "generate tests", "add tests for", "test this component", "e2e test", "create test for", "test this page", or "test this feature".

migrateskills/migrate/SKILL.md

Migrate from Cypress or Selenium to Playwright. Use when user mentions "cypress", "selenium", "migrate tests", "convert tests", "switch to playwright", "move from cypress", or "replace selenium".

pw-initskills/pw-init/SKILL.md

Set up Playwright in a project. Use when user says "set up playwright", "add e2e tests", "configure playwright", "testing setup", "init playwright", or "add test infrastructure".

pw-reviewskills/pw-review/SKILL.md

Review Playwright tests for quality. Use when user says "review tests", "check test quality", "audit tests", "improve tests", "test code review", or "playwright best practices check".

reportskills/report/SKILL.md

Generate test report. Use when user says "test report", "results summary", "test status", "show results", "test dashboard", or "how did tests go".

testrailskills/testrail/SKILL.md

Sync tests with TestRail. Use when user mentions "testrail", "test management", "test cases", "test run", "sync test cases", "push results to testrail", or "import from testrail".

Plugin manifests1

engineering-team/playwright-pro/.claude-plugin/plugin.json
{
  "name": "pw",
  "description": "Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, with optional (manually enabled) TestRail/BrowserStack integrations. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.",
  "version": "2.9.0",
  "author": {
    "name": "Alireza Rezvani",
    "url": "https://alirezarezvani.com"
  },
  "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro",
  "repository": "https://github.com/alirezarezvani/claude-skills",
  "license": "MIT",
  "skills": [
    "./skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pw)