Agent Plugins Marketplace
All plugins

playwright-best-practices

v1.0.1

Playwright自動化のベストプラクティス。要素操作、待機戦略、ナビゲーションパターン、ロケータ使用法をカバー

CodexClaude Code1 Skill

By Suntory-N-Water0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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-best-practices for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Suntory-N-Water/suntory-n-water-marketplace
codex plugin marketplace upgrade suntory-n-water-marketplace
codex plugin add playwright-best-practices@suntory-n-water-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the suntory-n-water-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “playwright-best-practices” remain stable.

  • Codex: playwright-best-practices@agent-plugin-marketplaceplaywright-best-practices@suntory-n-water-marketplace

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/Suntory-N-Water/suntory-n-water-marketplace

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

Plugin files

plugins/playwright-best-practices/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/playwright-best-practices/SKILL.md

Included Skills1

playwright-best-practicesskills/playwright-best-practices/SKILL.md

WebスクレイピングおよびテストにおけるPlaywright自動化のベストプラクティス。Playwrightコードを記述・レビューするとき、特に要素操作(click、fill、select)、待機戦略(waitForSelector、waitForURL、waitForLoadState)、ナビゲーションパターン、ロケーターの使い方に関して使用する。不安定なテスト・レースコンディションへの対処、またはwaitForNavigationやnetworkidleといった非推奨パターンの回避ガイダンスが必要な場合に適用する。

Plugin manifests2

plugins/playwright-best-practices/.codex-plugin/plugin.json
{
  "name": "playwright-best-practices",
  "version": "1.0.1",
  "description": "Playwright自動化のベストプラクティス。要素操作、待機戦略、ナビゲーションパターン、ロケータ使用法をカバー",
  "author": {
    "name": "Suntory-N-Water"
  },
  "skills": [
    "./skills/playwright-best-practices"
  ],
  "interface": {
    "displayName": "Playwright Best Practices",
    "shortDescription": "Playwright自動化のベストプラクティス",
    "longDescription": "Playwrightの要素操作、待機戦略、ナビゲーション、ロケータ設計を支援します。",
    "developerName": "Suntory-N-Water",
    "category": "Development",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Playwrightコードをベストプラクティスに沿ってレビューして"
    ]
  }
}
plugins/playwright-best-practices/.claude-plugin/plugin.json
{
  "name": "playwright-best-practices",
  "description": "Playwright自動化のベストプラクティス。要素操作、待機戦略、ナビゲーションパターン、ロケータ使用法をカバー",
  "version": "1.0.1",
  "author": {
    "name": "Suntory-N-Water"
  }
}

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

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