devcontainers
An agent skill by digitalocean-labs, from digitalocean-labs/do-app-platform-skills. Tags: containers, development, digitalocean, docker, local-workflow, setup.
What it does
Set up local development environments with production parity for DigitalOcean App Platform. Use when setting up local dev, adding devcontainer to a project, running App Platform apps locally, or configuring backing services (Postgres, Redis, Kafka, S3).
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add digitalocean-labs/do-app-platform-skills --skill devcontainers
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/digitalocean-labs/do-app-platform-skills
cp -r do-app-platform-skills/skills/devcontainers ~/.claude/skills/devcontainers
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- digitalocean-labs/do-app-platform-skills (all skills from this repository)
- Path
- skills/devcontainers/SKILL.md
- Branch
- main
- Collection
- do-app-platform
- Updated
- 2026-09-21
Related skills
- app-platform-migration — io, or Docker Compose to DigitalOcean App Platform.
- agents-get-started — Use when a developer wants to create a new agent project or get started with AgentCore.
- setup-devops-agent — Setup and diagnostics for the AWS DevOps Agent MCP connection.
- auto-repo-setup — Diagnose, repair, and standardize repository setup and safe Git workflows for Claude Code or Codex.
- sandbox-next — Build or maintain Cloudflare Sandbox apps on @cloudflare/sandbox@next (SDK 1.0 preview). Use sandbox-migrate-to-next when porting a stable app.
- sandbox-stable — Build or maintain Cloudflare Sandbox apps on the stable @cloudflare/sandbox package.