Agent Claude Code
Code review specialist. Use proactively after writing or modifying code to catch bugs, security issues, and quality problems.
Agent Claude Code
Code review specialist. Use proactively after writing or modifying code to catch bugs, security issues, and quality problems.
Agent Claude Code
Runtime validator — runs builds, tests, and drush cr. Checks deliverable completeness and documentation. Run after quality-gate passes.
Agent Claude Code
Drupal backend developer for implementing modules, hooks, services, routing, and Drush commands. Use for Drupal-specific backend implementation tasks.
Agent Claude Code
Drupal contributor for writing patches, creating issues, and contributing code back to drupal.org. Use when fixing contrib modules or contributing upstream.
Agent Claude Code
Drupal frontend developer for Twig templates, PostCSS/CSS, and JavaScript in the Drupal theme. Use for theming, styling, and frontend behavior changes.
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
Drupal site builder for configuring content types, fields, taxonomy, menus, paragraphs, and search. Use for configuration-layer tasks that don't require custom PHP.
Agent Claude Code
Drupal test writer for ExistingSite tests that reproduce bugs and verify fixes. Runs PHPUnit tests and regression suites.
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 Claude Code
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 before making changes.
Command Claude Code
Full code review of a branch, PR, or Jira ticket. Accepts a Jira ticket ID (e.g. TICKET-123), branch name, or PR number as optional input. Defaults to current branch. Runs static analysis, PHPCS, PHPStan, and Drupal best-practice checks.
Command Claude Code
Export Drupal configuration with proper workflow.
Command Claude Code
Create a Pull Request from the current branch targeting develop, with correct PRJ-XXX title format, Jira link in the body, and optional Jira status sync.
Command Claude Code
Run common Drush checks to verify Drupal site health.
Command Claude Code
Generate a new Drupal module with best-practice structure.
Command Claude Code
Analyze Drupal site performance and caching configuration.
Command Claude Code
Move a PR from Draft to Ready for Review, assign a reviewer, add labels, and sync the related Jira ticket to In Review with the correct assignee.
Command Claude Code
Review a GitHub Pull Request end to end. Use when the user shares a GitHub PR URL or PR number and wants the PR prepared locally for review, analyzed using project rules, optionally commented on in GitHub, and optionally synchronized to Jira based on the review outcome.
Command Claude Code
Audit a Drupal site for security issues and vulnerabilities.
Hook Claude Code
Runs when a session starts on startup, resume, clear and compact, executing session-start.sh and session-resume.sh (2 commands). From edutrul/drupal-ai.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart) and 72 allowed tools.
Skill Claude CodeCodex
DDEV local development expertise. Use when working with DDEV projects, containers, configuration, or troubleshooting DDEV environments.
Skill Claude CodeCodex
Custom Docker Compose local development patterns. Use when working with Docker-based local environments, container configuration, or troubleshooting Docker setups.
Skill Claude CodeCodex
Drupal access control — permissions.yml, access callbacks, AccessResult, custom access checkers, and entity access.