playwright-pom

playwright-pom is a skill for Claude Code, Codex from testdino-hq/playwright-skill. It costs 35 tokens per session (155 once invoked), scanned A, a copy of playwright-pom, MIT.

Guides for the Page Object Model, a way to keep page actions and selectors in organized code for browser tests. They also compare it with fixtures and helper functions, which are other ways to share test setup and behavior.

In plain words
What is it for?
Use them to design Playwright page objects and decide whether page objects, fixtures, or helpers fit a particular test suite.
Why use it?
They help developers choose a test structure that stays understandable as the test suite grows. This can avoid adding a page-object layer when simpler shared code is more suitable.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use them to design Playwright page objects and decide whether page objects…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/testdino-hq/playwright-skill/pom
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add testdino-hq/playwright-skill --skill pom
Clone the repo
git clone --depth 1 https://github.com/testdino-hq/playwright-skill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for playwright-pom

README.md
[![agentmods](https://agentmods.dev/badge/skills/testdino-hq/playwright-skill/pom.svg)](https://agentmods.dev/skills/testdino-hq/playwright-skill/pom)
Your own site
<a href="https://agentmods.dev/skills/testdino-hq/playwright-skill/pom"><img src="https://agentmods.dev/badge/skills/testdino-hq/playwright-skill/pom.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 155 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00155
Opus 5 $0.00017 $0.00077
Sonnet 5 $0.00007 $0.00031
Haiku 4.5 $0.00003 $0.00015

Measured 7d ago against content hash e1147d948841, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

playwright-pom scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to playwright-pom — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

pom/SKILL.md · 18 lines

What it actually says

Playwright Page Object Model

Structure your test code for maintainability — know when POM helps and when simpler patterns win.

2 guides covering Page Object Model implementation and the decision framework for choosing between POM, fixtures, and helpers.

Guide Index

Topic Guide
Page Object Model patterns page-object-model.md
POM vs fixtures vs helpers pom-vs-fixtures-vs-helpers.md
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 18 lines · 35 tokens per session scan A e1147d948841

Subscribe to this mod's changes

playwright-pom is a skill published in the GitHub repository testdino-hq/playwright-skill (360 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 155 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to playwright-pom, differing in 6 lines, and is treated as a copy.

Related

Other skills, from other repositories

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

datit309/supergraph · 35 tokens

integration

Run integration and e2e tests after unit tests pass. Use after /supergraph:fix when unit tests are green.

datit309/supergraph · 27 tokens

setup-playwright

Use when adding, extending, or repairing a repo-owned Playwright test harness across Node Playwright Test, Playwright Pytest, or .NET/Java test frameworks. Also use when explicitly persisting @playwright/cli developer tooling, or adding or regenerating Playwright Test Agent definitions for a compatible Node Playwright…

n-n-code/n-n-code-skills · 93 tokens

testing-patterns

Cross-language testing strategies and patterns. Triggers on: test pyramid, unit test, integration test, e2e test, TDD, BDD, test coverage, mocking strategy, test doubles, test isolation.

aiskillstore/marketplace · 47 tokens

playwright-best-practices

Use when writing or modifying Playwright tests (.spec.ts, .test.ts with @playwright/test imports).

aiskillstore/marketplace · 29 tokens

playwright-testing

Use for explicitly requested live browser investigation with playwright-cli, or for writing, debugging, reviewing, or hardening Playwright tests in an existing working harness across Node, Python, .NET, or Java. Covers flake triage, locator refinement, visual and responsive checks, test structure, fixtures, auth-state…

n-n-code/n-n-code-skills · 114 tokens