done-gate
01Agent Claude Code
Runtime validator — runs builds, tests, and drush cr. Checks deliverable completeness and documentation. Run after quality-gate passes.
27 tagged drupal, measured the same way as everything else here.
Browse within: ddev 6drupal-module 6drupal-theme 6
Agent Claude Code
Runtime validator — runs builds, tests, and drush cr. Checks deliverable completeness and documentation. Run after quality-gate passes.
Agent Claude Code
Expert Drupal code reviewer. Use proactively after writing or modifying Drupal code to ensure quality, security, and best practices compliance.
Agent Claude Code
Static code review for security, performance, and quality. Read-only — no commands. Run before done-gate to catch issues before committing.
Agent
Use this agent for managing DDEV-based Drupal 11 projects — installing/updating modules, running Drush commands, managing configuration, database operations, cache management, and Composer workflows.
Agent
Use this agent when working on Drupal 10/11 backend development tasks including: custom module creation, service implementation, plugin development, event subscribers, configuration management, API integrations, performance optimization, or any server-side Drupal architecture work. This agent should be invoked for…
Agent
Use this agent when working on Drupal 10/11 core contributions, patches, or merge requests. Examples include: refactoring deprecated core API usage, reviewing patches from drupal.org issue queue, writing kernel/functional/unit tests for core subsystems, auditing core services for refactoring opportunities, creating…
Agent
Use this agent when working on Drupal frontend development tasks including: building reusable components with SDC, debugging theming/asset loading issues, reviewing Twig templates, implementing responsive images in Views, or setting up theme structure with libraries and build pipelines. Examples include: creating a…
abderrahimghazali/drupal-boost
Agent
Designs Drupal 11 module and feature architectures. Proposes service structure, plugin choices, entity design, and API patterns with implementation blueprints. Use when designing a new feature, choosing between implementation approaches, or planning module architecture. Design a custom content entity for tracking user…
abderrahimghazali/drupal-boost
Agent
Analyzes source data and designs Drupal migration strategies. Maps source schemas to Drupal entities, identifies required process plugins, and creates migration YAML configurations. Use when planning a data migration into Drupal. Plan a migration from a legacy MySQL database to Drupal content types Analyze CSV files…
abderrahimghazali/drupal-boost
Agent
Reviews Drupal code for coding standards compliance, Drupal API best practices, deprecated API usage, and Drupal-specific anti-patterns. Use after writing Drupal code to ensure it follows conventions and avoids common pitfalls. Review the custom module I just created for coding standards issues Check my entity access…