What problem does it solve?
Setting up and managing a robust local development environment for Drupal can be complex and time-consuming. This skill streamlines your DDEV workflow, providing patterns for configuration, database management, debugging, and performance, so you can focus on coding.
Core Features & Use Cases
- Environment Setup & Management: Quickly start, stop, and restart DDEV projects, and manage
.ddev/config.yaml.
- Database Operations: Seamlessly import, export, and snapshot databases, and integrate Drush commands.
- Debugging & Performance: Configure Xdebug for efficient debugging and optimize DDEV performance with Mutagen or NFS.
- Use Case: You're onboarding a new developer to a Drupal project. Instead of spending hours on environment setup, they can use this skill to quickly get DDEV configured, import the database, and start coding within minutes.
Quick Start
Using the drupal-ddev skill, show me the essential DDEV commands to start my project, clear the Drupal cache, and launch the site in my browser.