Use whenever a running TYPO3 instance is wanted, started or reached: ddev commands, backend URLs, DDEV setup, multi-version testing — and when DDEV cannot run, so the instance must be provisioned directly. Triggers on: I need an instance, install TYPO3 locally, ddev URLs, docker environment, CI or container without…
Drupal cache API patterns including cache tags, cache contexts, max-age, render caching, and cache invalidation strategies. Use when implementing caching, debugging cache issues, or optimizing Drupal performance.
DDEV and Lando-based Drupal development workflow including setup, commands, add-ons (Solr, Redis, Elasticsearch, Mailpit), Drush via DDEV/Lando, testing, and Xdebug configuration. Use when setting up or managing a Drupal development environment.
Scaffolds Drupal 11 modules with services, plugins, controllers, forms, routing, event subscribers, OOP Hook attributes, Entity/Field API, Queue/Batch API. Use when creating a new module, adding a service, creating a plugin type, implementing a hook, or building a custom entity.