starraider/typo3-ddev-skills
TYPO3 and DDEV workflows for Playwright setup, frontend verification, and Tailwind CSS v4 migrations.
Set up, repair, or upgrade Playwright testing infrastructure for a TYPO3 site package running in DDEV. Use when Playwright dependencies, container browsers, configuration, test scripts, artifacts, or initial visual baselines are missing or broken. Use typo3-playwright-workflow instead for routine verification in an already working setup.
Verify TYPO3 frontend changes with Playwright inside DDEV. Use after changing Fluid templates, CSS, JavaScript, or UI components to run targeted smoke and visual-regression tests, capture diagnostics, or investigate visual diffs on known mounted URLs. Use typo3-playwright-ddev when the Playwright environment itself is missing or broken.
Migrate a TYPO3 site package from legacy or custom CSS to Tailwind CSS v4 in DDEV while preserving approved rendered behavior. Use for a planned theme migration that needs legacy visual baselines, Tailwind build integration, Fluid-template conversion, accessibility checks, and cross-browser verification. Do not use for a small isolated CSS fix or for setting up Playwright alone.