Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Anthropic Dev Container Features, including Claude Code CLI
| Date | Stars |
|---|---|
| 2026-07-31 | 287 |
| 2026-08-03 | 288 |
| 2026-08-06 | 288 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 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 feature
- `test`: Automated tests for the feature
## Usage
To use this feature in your devcontainer, add it to your `devcontainer.json` file:
```json
"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):
```bash
# 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.Excerpt of 966 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ea570302d1f8b9fb, llm:Description: 'Anthropic Dev Container Features, including Claude Code CLI' (repo metadata)