This repo ships a dev container based on the
python-agentic
template from get2knowio/devcontainer-templates.
Open the folder in VS Code and choose Dev Containers: Reopen in Container, or use the Dev Container CLI:
devcontainer up --workspace-folder .- Python + Node.js 22, Docker-in-Docker, AWS CLI, GitHub CLI, jq
- AI CLIs: Claude Code and Spec Kit (
specify) - Modern CLI tools (bat, ripgrep, fd, fzf, eza, zoxide, neovim, tmux, lazygit, …)
- Python tooling: uv, Poetry, ruff, mypy
- GitHub Actions tooling: act, actionlint
The ai-clis feature is pinned to claudeCode,specifyCli to keep container builds fast.
To add others (Gemini CLI, Codex, Copilot, OpenCode, CodeRabbit, Beads), append them to the
install list in .devcontainer/devcontainer.json.