abderrahimghazali/drupal-boost
Command
Guided migration builder with source data analysis and Drupal Migrate API YAML generation.
abderrahimghazali/drupal-boost
Command
Guided migration builder with source data analysis and Drupal Migrate API YAML generation.
abderrahimghazali/drupal-boost
Command
Guided multi-phase module scaffolding for Drupal 11 with exploration, architecture design, and quality review.
abderrahimghazali/drupal-boost
Command
Scaffold a Drupal Recipe for automating module installation and configuration.
abderrahimghazali/drupal-boost
Command
Guided theme creation with Single Directory Component scaffolding for Drupal 11.
abderrahimghazali/drupal-boost
Command
Pre-deployment readiness check for Drupal projects. Validates config, dependencies, security, and deployment scripts.
abderrahimghazali/drupal-boost
Command
Run full code quality suite (PHPCS, PHPStan, Drupal Check) on custom Drupal code.
abderrahimghazali/drupal-boost
Command
Run a comprehensive security audit on the current Drupal project covering XSS, SQL injection, access bypass, CSRF, and dependency vulnerabilities.
abderrahimghazali/drupal-boost
Hook
Runs when a session starts, executing detect-drupal-env.sh. From abderrahimghazali/drupal-boost.
abderrahimghazali/drupal-boost
Hook
Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing validate-drupal-code.sh and detect-hosting-platform.sh (2 commands). From abderrahimghazali/drupal-boost.
abderrahimghazali/drupal-boost
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing check-coding-standards.sh. From abderrahimghazali/drupal-boost.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
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.
abderrahimghazali/drupal-boost
Skill Claude CodeCodex
Drupal Workspaces module for content staging, parallel workspaces, and batch publishing. Use when setting up content staging workflows or implementing editorial workflows with Workspaces.