{"id":48774795,"url":"https://github.com/claude-contrib/claude-features","last_synced_at":"2026-04-13T12:04:17.979Z","repository":{"id":343209099,"uuid":"1176732161","full_name":"claude-contrib/claude-features","owner":"claude-contrib","description":"Devcontainer features for Claude Code and Anthropic tools","archived":false,"fork":false,"pushed_at":"2026-04-06T09:53:55.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T11:29:43.785Z","etag":null,"topics":["ai","anthropic","claude","claude-code","devcontainer","devcontainer-features","developer-tools","github-codespaces"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/claude-contrib.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-09T10:14:40.000Z","updated_at":"2026-04-06T09:54:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/claude-contrib/claude-features","commit_stats":null,"previous_names":["claude-contrib/claude-features"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/claude-contrib/claude-features","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-contrib%2Fclaude-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-contrib%2Fclaude-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-contrib%2Fclaude-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-contrib%2Fclaude-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/claude-contrib","download_url":"https://codeload.github.com/claude-contrib/claude-features/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/claude-contrib%2Fclaude-features/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","anthropic","claude","claude-code","devcontainer","devcontainer-features","developer-tools","github-codespaces"],"created_at":"2026-04-13T12:04:15.951Z","updated_at":"2026-04-13T12:04:17.966Z","avatar_url":"https://github.com/claude-contrib.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Features\n\n\u003e One line in `devcontainer.json`. Claude Code, ready to go.\n\n[![Claude](https://img.shields.io/badge/Claude-AI-black?logo=anthropic)](https://claude.ai)\n[![Test](https://github.com/claude-contrib/claude-features/actions/workflows/test.yaml/badge.svg)](https://github.com/claude-contrib/claude-features/actions/workflows/test.yaml)\n[![Validate](https://github.com/claude-contrib/claude-features/actions/workflows/validate.yml/badge.svg)](https://github.com/claude-contrib/claude-features/actions/workflows/validate.yml)\n[![Release](https://img.shields.io/github/v/release/claude-contrib/claude-features)](https://github.com/claude-contrib/claude-features/releases/latest)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\nStop setting up Claude Code by hand. Drop a feature reference into your `devcontainer.json` and every teammate, Codespace, and CI run gets the same Claude CLI — installed, configured, and ready on first boot.\n\n## Requirements\n\n- [Docker](https://docs.docker.com/get-docker/) (`docker`)\n- [devcontainer CLI](https://github.com/devcontainers/cli) (`devcontainer`) _(or VS Code Dev Containers)_\n\n**macOS (Homebrew):**\n\n```bash\nbrew install --cask docker\nnpm install -g @devcontainers/cli\n```\n\n## Quickstart\n\nAdd to your `devcontainer.json`:\n\n```json\n{\n    \"features\": {\n        \"ghcr.io/claude-contrib/claude-features/claude-code:1\": {}\n    }\n}\n```\n\nClaude Code is installed and configured automatically when the container builds. The default permissions mode is set to `bypassPermissions` — appropriate for ephemeral devcontainer environments.\n\n## Available Features\n\n| Feature | Description |\n|---------|-------------|\n| [`claude-code`](src/claude-code/README.md) | Installs the Claude Code CLI (`claude`) from Anthropic |\n\n## The claude-contrib Ecosystem\n\n| Repo | What it provides |\n|------|-----------------|\n| [claude-extensions](https://github.com/claude-contrib/claude-extensions) | Hooks, context rules, session automation |\n| **claude-features** ← you are here | Devcontainer features for Claude Code and Anthropic tools |\n| [claude-languages](https://github.com/claude-contrib/claude-languages) | LSP language servers — completions, diagnostics, hover |\n| [claude-sandbox](https://github.com/claude-contrib/claude-sandbox) | Sandboxed Docker environment for Claude Code |\n| [claude-services](https://github.com/claude-contrib/claude-services) | MCP servers — browser, filesystem, sequential thinking |\n| [claude-status](https://github.com/claude-contrib/claude-status) | Live status line — context, cost, model, branch, worktree |\n\n## License\n\nMIT — use it, fork it, extend it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaude-contrib%2Fclaude-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclaude-contrib%2Fclaude-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclaude-contrib%2Fclaude-features/lists"}