Devcontainer Designer

Design a reproducible dev environment (Dev Container / Docker) so onboarding is one command and 'works on my machine' dies — by detecting the project's real stack and versions, authoring a devcontainer.json (+ Dockerfile/compose) that pins the runtime to what the repo targets, wires dependent services, caches dependencies, and injects secrets instead of baking them. Use when new contributors struggle to set up the project, when environment drift causes inconsistent behavior, or when standardizing tooling across a team.

imtiazrayhan 5f725b0 8.7 KB Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/devcontainer-designer commit 5f725b0cc4

Frequently asked questions

npx skillmds@latest add imtiazrayhan/devcontainer-designer