dde
Local Docker environments with HTTPS, DNS, and databases
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core