Agent Plugins Marketplace
All plugins

playwright-kit

v2.0.1

Claude Code plugin (v2.0.1): 4 Playwright E2E skills — test planning by page role, script authoring with video / trace evidence, report generation with Drive archiving, and the playwright_kit runtime (init, a11y / CWV scans).

Claude CodeAgent Plugins4 Skills

By takemi-ohamaLicense: MIT1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 1, 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 playwright-kit 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 playwright-kit@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/devbasex/ai-plugins

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

Plugin files

plugins/playwright-kit/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/playwright-authoring/SKILL.md
├── skills/playwright-evidence/SKILL.md
├── skills/playwright-kit-ops/SKILL.md
└── skills/playwright-planning/SKILL.md

Included Skills4

playwright-authoringskills/playwright-authoring/SKILL.md

Write Playwright E2E scripts and run them with video / trace evidence. Use when writing or running E2E tests, or checking a page over CDP(playwright codegen・ブラウザ動作確認).

playwright-evidenceskills/playwright-evidence/SKILL.md

Generate the Playwright test report and store its evidence on Google Drive. Use when sharing E2E results(テスト報告書・エビデンスをDriveへ保管).

playwright-kit-opsskills/playwright-kit-ops/SKILL.md

Run the playwright_kit scripts: init, page-role classification, a11y / CWV scans, Drive upload. Use when running one directly(playwright_kitのスクリプトを実行・a11yスキャン).

playwright-planningskills/playwright-planning/SKILL.md

Plan Playwright E2E tests: judge the page role, then pick checklists and techniques. Use when designing E2E test cases(テスト計画書・テスト観点・page role 分類).

Plugin manifests2

plugins/playwright-kit/.claude-plugin/plugin.json
{
  "name": "playwright-kit",
  "version": "2.0.1",
  "description": "Claude Code plugin (v2.0.1): 4 Playwright E2E skills — test planning by page role, script authoring with video / trace evidence, report generation with Drive archiving, and the playwright_kit runtime (init, a11y / CWV scans).",
  "author": {
    "name": "takemi-ohama",
    "url": "https://github.com/takemi-ohama"
  },
  "keywords": [
    "playwright",
    "e2e",
    "testing",
    "accessibility",
    "evidence"
  ],
  "skills": [
    "./skills/playwright-planning",
    "./skills/playwright-authoring",
    "./skills/playwright-evidence",
    "./skills/playwright-kit-ops"
  ]
}
plugins/playwright-kit/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "playwright-kit",
  "version": "2.0.1",
  "description": "Agent Plugins package (v2.0.1): 4 Playwright E2E skills — test planning by page role, script authoring with video / trace evidence, report generation with Drive archiving, and the playwright_kit runtime (init, a11y / CWV scans).",
  "author": {
    "name": "takemi-ohama",
    "url": "https://github.com/takemi-ohama"
  },
  "homepage": "https://github.com/devbasex/ai-plugins",
  "repository": "https://github.com/devbasex/ai-plugins",
  "license": "MIT",
  "keywords": [
    "playwright",
    "e2e",
    "testing",
    "accessibility",
    "evidence"
  ]
}

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

[playwright-kit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/playwright-kit)