drush

Automate Drupal site administration with Drush CLI commands.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AJV009/drupal-devkit --skill drush
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: drush
Source: https://github.com/AJV009/drupal-devkit/tree/main/plugins/drupal-core/skills/drush
Command: npx skills add https://github.com/AJV009/drupal-devkit --skill drush

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drush CLI provides a unified, scriptable interface to manage Drupal sites, reducing manual steps and bootstrap overhead by enabling repeatable admin tasks from the command line.

Core Features & Use Cases

  • Cache management: quickly rebuild and clear caches across environments.
  • Configuration management: export, import, and querying site configs.
  • Site maintenance: run SQL queries, PHP evaluation, and module/user operations from a shell.
  • Troubleshooting: diagnose issues with status checks and command references.

Quick Start

Run a maintenance sequence with Drush to rebuild caches, check status, and verify module installations.

Frequently Asked Questions about drush

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rebuild the cache and check site status for a Drupal site using the command line?

You can rebuild the cache and check site status by running Drush CLI commands from your terminal. This Skill automates Drupal site administration by mapping maintenance sequences to documented Drush commands for cache rebuilds and status checks.

How do I export and import configuration files for Drupal from the shell?

Configuration management is handled by running Drush CLI commands to export, import, and query site configs from the shell. This Skill provides documented command mappings for managing Drupal configuration directly from the command line.

Can I run SQL queries and evaluate PHP code directly within a Drupal environment?

Yes, you can run SQL queries and perform PHP evaluation within a Drupal environment using Drush CLI. This Skill automates site maintenance by providing command references for database queries and inline PHP execution from the shell.

Does this Drush CLI Skill work within DDEV contexts for Drupal site management?

Yes, this Drush CLI Skill supports troubleshooting and managing deprecated commands in Drupal environments, including DDEV contexts. It provides documented command mappings for maintenance workflows within those development environments.

What is the best way to manage modules and users for Drupal without using the admin UI?

The best way to manage modules and users without the admin UI is using Drush CLI to automate these operations from the shell. This Skill covers module and user management with robust, documented command references for scriptable administration.