whatwedowhatwedoOfficial·2 Agent Skills Included

dde

Local Docker environments with HTTPS, DNS, and databases

Manages local Docker development environments with automatic HTTPS certificates, local DNS, and per-project database services. Eliminates manual /etc/hosts edits, certificate setup, and container configuration for every project. Runs project commands inside containers, handles git worktree isolation, and keeps production images working unchanged locally.
npx skills add whatwedo/dde --all -g -y
Available:

Instructs the agent on dde's architecture, mandatory QA checks, commit signing rules, and documentation requirements when working on or with the dde CLI.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dde?â–¼

Run `npx skills add whatwedo/dde --all -g -y` in your terminal to install all skills in this repository globally.

What does dde do for local development?â–¼

dde manages local Docker environments with automatic HTTPS via Traefik and mkcert, local DNS for .test domains, and per-project databases like MariaDB and PostgreSQL. Your existing production Docker images work without modification.

How is dde different from DDEV?â–¼

dde runs your existing production Docker images as-is with only a thin runtime layer, while DDEV requires its own image layers and ecosystem. dde is a single PHP binary licensed under AGPL-3.0.

Does dde support git worktrees?â–¼

Yes. Each worktree automatically gets its own hostname and database, so you can run main and feature branches in parallel without conflicts.

Can AI agents run project commands with dde?â–¼

Yes. The included skill teaches agents to run all project commands inside containers via `dde project:exec` and to read structured JSON output for project status and configuration.

Related Repositories in Software Engineering

View All in Software Engineering→