The most comprehensive Drupal 11 development toolkit for Claude Code. Module scaffolding, theme development, configuration management, migration, security auditing, testing, deployment, and more.
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.
Drupal configuration management including config export/import, Config Split, environment-specific configuration, and config override patterns. Use when managing Drupal configuration, setting up Config Split, or handling environment-specific settings.
Publishing contributed modules to drupal.org including coding standards, documentation requirements, GitLab CI templates, and the module review process. Use when preparing a module for drupal.org submission.
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.
Drupal deployment workflows, CI/CD pipeline configuration (GitHub Actions, GitLab CI), Composer management, and deployment order (database updates, config import, cache rebuild). Use when setting up deployment pipelines, creating CI/CD configs, or planning a release.
Drupal security best practices, vulnerability prevention, permissions and access control, input sanitization, and the Access Policy API. Use when reviewing security, setting up permissions, or hardening a Drupal site.
Drupal Migrate API for ETL data migration including source plugins, process plugins, destination plugins, migration groups, and migration dependencies. Use when building migrations, importing data, or migrating from another CMS/database.
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.
Drupal code quality and testing with PHPStan, Drupal Check, PHP CodeSniffer (Drupal coding standards), PHPUnit (unit/kernel/functional/browser tests), Nightwatch.js, and Rector. Use when writing tests, checking code quality, or setting up CI quality gates.
Drupal Recipes API for automating module installation and configuration. Use when creating recipes, applying recipes, or building site templates with the Drupal 11 Recipes system.
REST and JSON:API endpoint development in Drupal 11 including custom REST resources, JSON:API customization, authentication, input validation, and decoupled architecture patterns. Use when building APIs, decoupled frontends, or custom REST endpoints.
Drupal 11 theme development with Single Directory Components (SDC), Starterkit themes, Twig templates, component composition, and CSS/JS libraries. Use when creating a theme, building SDCs, writing Twig templates, or styling Drupal output.
Drupal Workspaces module for content staging, parallel workspaces, and batch publishing. Use when setting up content staging workflows or implementing editorial workflows with Workspaces.