playwright-kit
v2.0.1Claude 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).
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install playwright-kit@agent-plugin-marketplacePaste 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-pluginsClone 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
├── .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
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・ブラウザ動作確認).
Generate the Playwright test report and store its evidence on Google Drive. Use when sharing E2E results(テスト報告書・エビデンスをDriveへ保管).
Run the playwright_kit scripts: init, page-role classification, a11y / CWV scans, Drive upload. Use when running one directly(playwright_kitのスクリプトを実行・a11yスキャン).
Plan Playwright E2E tests: judge the page role, then pick checklists and techniques. Use when designing E2E test cases(テスト計画書・テスト観点・page role 分類).
Plugin manifests2
{
"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"
]
}{
"$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"
]
}For maintainers
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)