This sets up a complete VS Code devcontainer configuration with Docker, handling all the tedious details like mounting your parent directory for monorepo access, fixing Claude Code CLI symlinks so they point to container paths instead of broken host paths, and configuring port forwarding with labels. It walks you through choosing your base image (Bun, Node, custom), package manager, and which ports to expose, then generates the full .devcontainer folder with Dockerfile, docker-compose.yml, and a post-create setup script. The Claude Code integration is smart about finding your library directory across different mount configurations. Use this when you're tired of manually configuring dev containers or need to get a new project containerized quickly without missing the small details that break things.
npx skills add https://github.com/shipshitdev/library --skill devcontainer-setup