Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
edutrul
/
drupal-ai
home
/
subagents
/
edutrul
/
drupal-ai
edutrul/drupal-ai
10 subagents
View on GitHub
Subagent
code-reviewer
Code review specialist. Use proactively after writing or modifying code to catch bugs, security issues, and quality problems.
done-gate
Runtime validator — runs builds, tests, and drush cr. Checks deliverable completeness and documentation. Run after quality-gate passes.
drupal-backend-dev
Drupal backend developer for implementing modules, hooks, services, routing, and Drush commands. Use for Drupal-specific backend implementation tasks.
drupal-contributor
Drupal contributor for writing patches, creating issues, and contributing code back to drupal.org. Use when fixing contrib modules or contributing upstream.
drupal-frontend-dev
Drupal frontend developer for Twig templates, PostCSS/CSS, and JavaScript in the Drupal theme. Use for theming, styling, and frontend behavior changes.
drupal-reviewer
Expert Drupal code reviewer. Use proactively after writing or modifying Drupal code to ensure quality, security, and best practices compliance.
drupal-site-builder
Drupal site builder for configuring content types, fields, taxonomy, menus, paragraphs, and search. Use for configuration-layer tasks that don't require custom PHP.
drupal-test-writer
Drupal test writer for ExistingSite tests that reproduce bugs and verify fixes. Runs PHPUnit tests and regression suites.
quality-gate
Static code review for security, performance, and quality. Read-only — no commands. Run before done-gate to catch issues before committing.
researcher
Deep codebase researcher for understanding architecture, tracing execution paths, finding patterns, and answering questions about how code works. Use this when you need to explore or understand code b