devcontainer-setup

by trailofbits 6.6k CC-BY-SA-4.0 Updated Aug 18, 2026
Backend Claude Code
devcontainer-setup skill by trailofbits
devcontainer-setup — Backend skill by trailofbits

devcontainer-setup is an open-source backend skill for Claude Code, published by trailofbits. Its author describes it as: “Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or conf…”. The project has 6.6k stars on GitHub and is available under the CC-BY-SA-4.0 license. Add it to your setup with `/plugin marketplace add trailofbits/skills`.

What devcontainer-setup does

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

Installation

Add devcontainer-setup to your agent with:

/plugin marketplace add trailofbits/skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for devcontainer-setup is organised into these sections:

  • When to Use
  • When NOT to Use
  • Workflow
  • Phase 1: Project Reconnaissance
  • Infer Project Name
  • Detect Language Stack
  • Multi-Language Projects
  • Phase 2: Generate Configuration
  • Base Template Features
  • Language-Specific Sections
  • Python Projects
  • Node/TypeScript Projects

When to use it

Reach for devcontainer-setup when you want backend help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear CC-BY-SA-4.0 license — safe to read and adapt
  • Ships in trailofbits/skills, an established project with 6,646 GitHub stars
  • Declares compatibility with Claude Code
  • Actively maintained (recent commits)

Topics

agent-skills

Frequently asked questions

What does devcontainer-setup do?
Creates devcontainers with Claude Code, language-specific tooling (Python/Node/Rust/Go), and persistent volumes. Use when adding devcontainer support to a project, setting up isolated development environments, or configuring sandboxed Claude Code workspaces.
How do I install devcontainer-setup?
Run /plugin marketplace add trailofbits/skills in your agent, then reload your skills. Review the source at https://github.com/trailofbits/skills before installing.
Is devcontainer-setup free to use?
Yes. devcontainer-setup is free and open source under the CC-BY-SA-4.0 license, so you can read, run, and adapt it within that license's terms.
Which agents does devcontainer-setup work with?
devcontainer-setup declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Where does devcontainer-setup come from?
devcontainer-setup ships inside trailofbits/skills, a repository that contains 41 catalogued skills in total. The repository's 6,646 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Backend →

Detects timing side-channel vulnerabilities in cryptographic code. Use when implementing or reviewing crypto code, encountering division on secrets, secret-dependent branches, or constant-time programming questions in C, C++, Go, Rust, Swift, Java, Kotlin, C#, PHP, JavaScript, TypeScript, Python, or Ruby.

6.6k trailofbits CC-BY-SA-4.0

Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.

6.6k trailofbits CC-BY-SA-4.0

Performs comprehensive Rust security review for safe/unsafe boundary issues, memory safety in unsafe blocks, concurrency hazards, panic-induced DoS, FFI safety, and async runtime mistakes. Use when auditing Rust crates, services, or libraries — particularly those with `unsafe`, FFI, or concurrent code.

6.6k trailofbits CC-BY-SA-4.0

Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces via pnpm-workspace.yaml, or managing dependencies with catalogs, patches, overrides, config dependencies, or the global virtual store.

5.8k antfu MIT

Find businesses, leads, emails, reviews, ratings, and contact details from Google Maps. Use for requests such as "find dentists in Berlin", "scrape Google Maps", "get local business leads", or "collect Google Maps reviews". Runs the open-source scraper locally with Docker and guides nontechnical users through setup, monitoring, and results.

5.5k gosom MIT