$npx -y skills add testdino-hq/playwright-skill --skill pomPage Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.
| 1 | # Playwright Page Object Model |
| 2 | |
| 3 | > Structure your test code for maintainability — know when POM helps and when simpler patterns win. |
| 4 | |
| 5 | **2 guides** covering Page Object Model implementation and the decision framework for choosing between POM, fixtures, and helpers. |
| 6 | |
| 7 | ## Guide Index |
| 8 | |
| 9 | | Topic | Guide | |
| 10 | |---|---| |
| 11 | | Page Object Model patterns | [page-object-model.md](page-object-model.md) | |
| 12 | | POM vs fixtures vs helpers | [pom-vs-fixtures-vs-helpers.md](pom-vs-fixtures-vs-helpers.md) | |