Use for operational Drupal 11 workflows in DDEV environments, including safe updates, backup-first procedures, and troubleshooting commands.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add siva01c/claude-plugins --skill drupal-ddev-operations --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Drupal Ddev Operations?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/siva01c-drupal-ddev-operations)More formats (shields.io, HTML) on the badges page.
---
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
```bash
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
```bash
ddev logs web
ddev logs db
ddev drush status
ddev drush watchdog:show
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.