devcontainer-setup
Installation
SKILL.md
Devcontainer Setup Skill
Set up a complete VS Code Dev Container configuration with Docker and Claude Code CLI support.
Information Gathering
Before creating the devcontainer, gather the following information from the user:
Required Information
-
Project Name: What is the project/container name? (e.g.,
my-project,shipshitdev-api) -
Base Image: What runtime does this project use?
oven/bun:1.3.5- Bun projects (recommended for speed)node:20-slim- Node.js projectsnode:20- Node.js with more tools- Custom image path