Skip to content
Development
Skill

/drupal-ddev-operations

Use for operational Drupal 11 workflows in DDEV environments, including safe updates, backup-first procedures, and troubleshooting commands.

From plugin
siva01c-claude-plugins
1612 skills1 agent1 command
Install
$ npx -y skills add siva01c/claude-plugins --skill drupal-ddev-operations --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/drupal-ddev-operations

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use for operational Drupal 11 workflows in DDEV environments, including safe updates, backup-first procedures, and troubleshooting commands.

SKILL.md

drupal-ddev-operations.SKILL.md
name: drupal-ddev-operations
description: Use for operational Drupal 11 workflows in DDEV environments, including safe updates, backup-first procedures, and troubleshooting commands.

Drupal DDEV Operations Skill

Purpose

Use this skill for safe day-to-day Drupal 11 environment operations in DDEV projects.

When to apply

  • Running updates (core or contrib).
  • Importing/exporting databases and configuration.
  • Diagnosing local environment issues.

Standard operating procedure

1. Verify project status with `ddev list` and `ddev describe`. 2. Create a backup before destructive changes. 3. Apply Composer updates and then Drush database updates. 4. Rebuild caches and confirm site health. 5. Export and commit configuration updates when needed.

Safe update flow

ddev export-db --file=pre-update-backup.sql
ddev composer update drupal/core* --with-dependencies
ddev drush updb -y
ddev drush cr
ddev drush config:status

Troubleshooting shortcuts

ddev logs web
ddev logs db
ddev drush status
ddev drush watchdog:show
Ships withsiva01c-claude-plugins

A curated collection of Claude Code plugins for Drupal development, security, and deployment. Each plugin covers one topic — Drupal itself, DDEV, Docker, CI/CD, git workflows, and security verification — so you install only what you need.

Get the whole plugin

Other skills on siva01c-claude-plugins.