Skip to main content
Back to registry

devcontainer-setup

trailofbits/skills

Creates a pre-configured devcontainer with Claude Code and language-specific tooling.

Installs418
Install command
npx skills add https://github.com/trailofbits/skills --skill devcontainer-setup
Security audits
Gen Agent Trust HubFAIL
SocketFAIL
SnykFAIL
About this skill
Creates a pre-configured devcontainer with Claude Code and language-specific tooling. Check in order (use first match): Convert to slug: lowercase, replace spaces/underscores with hyphens. If multiple languages are detected, configure all of them in the following priority order: For multi-language postCreateCommand , chain all setup commands: Extensions and settings from all detected languages should be merged into the configuration. Start with base templates from resources/ directory. Substitute: Then apply language-specific modifications below. The base template includes: Detection: pyproject.toml , requirements.txt , setup.py , or *.py files Dockerfile additions: The base Dockerfile already includes Python 3.13 via uv. If a different version is required (detected from pyproject.toml ), modify the Python installation: devcontainer.json extensions: Add to customizations.vscode.extensions : Add to customizations.vscode.settings : postCreateCommand: If pyproject.toml exists, chain commands: Detection: package.json or tsconfig.json No Dockerfile additions needed: The base template includes Node 22 via fnm (Fast Node Manager). devcontainer.json extensions: Add to customizations.vscode.extensions : Add to customizations.vscode.settings : postCreateCommand: Detect package manager from lockfile and chain with base command: Detection: Cargo.toml Features to add: devcontainer.json...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does devcontainer-setup do?

Creates a pre-configured devcontainer with Claude Code and language-specific tooling.

Is devcontainer-setup good?

devcontainer-setup does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does devcontainer-setup work with?

devcontainer-setup currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to devcontainer-setup?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install devcontainer-setup?

npx skills add https://github.com/trailofbits/skills --skill devcontainer-setup

Related skills

More from trailofbits/skills

Related skills

Alternatives in Software Engineering