Devcontainer Features
Description
Anthropic Dev Container Features, including Claude Code CLI
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Dev Container Features
This repository contains [Dev Container Features](https://containers.dev/implementors/features/), including one that installs the Claude Code CLI.
Contents
src/claude-code: The Claude Code CLI featuretest: Automated tests for the feature
Usage
To use this feature in your devcontainer, add it to your `devcontainer.json` file:
"features": {
"ghcr.io/anthropics/devcontainer-features/claude-code:1.0": {}
}
Requirements
The feature automatically depends on Node.js and will install it if not already present.
Building and Testing
You can build and test the feature using the [dev container CLI](https://github.com/devcontainers/cli):
# Test the feature
devcontainer features test -f claude-code .
# Publish the feature
devcontainer feature publish -n anthropics/devcontainer-features .
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development