Skip to content

DataViking-Tech/agent-dev-base-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-dev-base-devcontainer

Devcontainer template for AI agent development using the agent-dev-base image.

Quick Start

  1. Use this template — click "Use this template" on GitHub, or clone directly
  2. Open in VS Code — VS Code will detect .devcontainer/devcontainer.json and offer to reopen in container
  3. Start buildinggc, bd, claude, codex, amp are all available

What you get

  • Gas City (gc) for multi-agent orchestration
  • Beads (bd) for work tracking
  • AI CLIs: Claude, Codex, Amp
  • Docker-in-Docker for container workflows
  • Claude config mounted from host (~/.claude)

Customizing

Add language runtimes or project-specific tools in .devcontainer/devcontainer.json:

{
  "features": {
    "ghcr.io/devcontainers/features/node:1": { "version": "20" },
    "ghcr.io/devcontainers/features/python:1": { "version": "3.12" }
  }
}

Or build a downstream Dockerfile:

{
  "build": {
    "dockerfile": "Dockerfile"
  }
}

About

Devcontainer template using ai-dev-base image for AI agent development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages