🌐
Claude
docs.claude.com › en › docs › claude-code › setup
Set up Claude Code - Claude Code Docs
REM Install stable version (default) curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd REM Install latest version curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd latest && del ...
🌐
npm
npmjs.com › package › @anthropic-ai › claude-code
@anthropic-ai/claude-code - npm
Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.. Latest version: 2.0.76, last published: 20 hours ago. Start using @anthropic-ai/claude-code in your project by running `npm i @anthropic-ai/claude-code`. There are 179 other projects in the npm registry using @anthropic-ai/claude-code.
      » npm install @anthropic-ai/claude-code
    
Published   Dec 22, 2025
Version   2.0.76
Author   Anthropic
🌐
ClaudeLog
claudelog.com › home › install
Install Claude Code | ClaudeLog
Claude Code now supports native Windows installation via PowerShell or CMD (see Option 1 above). This provides the best experience for Windows users with: ... # In Windows: %USERPROFILE%\.wslconfig [wsl2] memory=8GB # Limit WSL2 memory usage ...
🌐
Anthropic
anthropic.com › news › enabling-claude-code-to-work-more-autonomously
Enabling Claude Code to work more autonomously
We’re introducing several upgrades to Claude Code: a native VS Code extension, version 2.0 of our terminal interface, and checkpoints for autonomous operation.
🌐
Reddit
reddit.com › r/claudeai › [v2 release] claude code development kit - now with hooks & installer
r/ClaudeAI on Reddit: [v2 Release] Claude Code Development Kit - Now with Hooks & Installer
July 10, 2025 -

Following the amazing response to my original post (450+ of you started using it!), I'm excited to share version 2.0 with significant improvements.

The Problem We're Solving

As your codebase grows, Claude Code starts to struggle - it forgets your patterns, loses track of architecture, and keeps suggesting outdated library methods. This kit solves that by creating an intelligent context management system that keeps Claude Code informed and reliable at scale.

Key Features

1. Multi-Agent Orchestration

Commands like /full-context spawn specialized agents that work in parallel, each focusing on different aspects (security, performance, architecture) while sharing your project context.

2. Automatic Context Management

No more copy-pasting context! The 3-tier documentation system auto-loads the right docs based on task complexity. Simple tasks get foundation docs, complex features load all relevant tiers.

3. External AI Integration

  • Context7: Real-time library documentation (no more hallucinated APIs!)

  • Gemini Assistant MCP: Architecture consultation and design validation

4. Smart Hooks (New 🎉)

  • Security scanner blocks sensitive data in MCP requests

  • Context injector ensures all sub-agents & Gemini Assistant MCP know your project

  • Optional audio notifications when tasks complete

Example Workflow

# Analyze and plan a complex feature
/full-context "implement real-time collaboration with WebSockets"

# Multi-perspective code review
/code-review "review WebSocket implementation"

# Keep docs in sync
/update-docs "document collaboration feature"

Quick Installation (30 seconds)

Just run this in your terminal:

curl -fsSL https://raw.githubusercontent.com/peterkrueck/Claude-Code-Development-Kit/main/install.sh | bash

The installer will:

  1. Download the framework

  2. Guide you through interactive setup (choose which components you want)

  3. Configure everything automatically

  4. Provide links for optional MCP server installations

GitHub: https://github.com/peterkrueck/Claude-Code-Development-Kit

How It Works

The kit creates a structured documentation system that Claude Code automatically uses:

your-project/
├── .claude/
│   ├── commands/              # AI orchestration templates
│   ├── hooks/                 # Security and automation hooks
│   │   ├── config/            # Hook configuration files
│   │   ├── sounds/            # Notification audio files
│   │   ├── gemini-context-injector.sh
│   │   ├── mcp-security-scan.sh
│   │   ├── notify.sh
│   │   └── subagent-context-injector.sh
│   └── settings.json          # Claude Code configuration
├── docs/
│   ├── ai-context/            # Foundation documentation (Tier 1)
│   │   ├── docs-overview.md   # Documentation routing map
│   │   ├── project-structure.md # Technology stack and file tree
│   │   ├── system-integration.md # Cross-component patterns
│   │   ├── deployment-infrastructure.md # Infrastructure context
│   │   └── handoff.md        # Session continuity
│   ├── open-issues/           # Issue tracking templates
│   ├── specs/                 # Feature specifications
│   └── README.md              # Documentation system guide
├── CLAUDE.md                  # Master AI context (Tier 1)
├── backend/
│   └── CONTEXT.md              # Backend context (Tier 2) - create this
└── backend/src/api/
    └── CONTEXT.md              # API context (Tier 3) - create this

What's New in v2.0 🎉

  • Enhanced Hooks System: Customizable automation at every Claude Code lifecycle point

  • One-Click Installer: No more manual setup - just one curl command

  • Subagent Context Injection: All spawned agents automatically receive your project context

  • MCP Assistant Rules: Define project-specific coding standards for external AI consultations

Community Feedback Welcome!

This is an evolving framework based on real-world AI development challenges. I'd love to hear:

  • What features would help your workflow?

  • How are you structuring context for large projects?

  • Any integration ideas with other tools?

Feel free share your experience!

Links:

  • GitHub Repository

  • Original Reddit Post

  • LinkedIn (for questions/feedback)

🌐
Skywork
skywork.ai › home › complete review & guide to claude code 2.0
Complete Review & Guide to Claude Code 2.0 - Skywork ai
September 30, 2025 - Some early adopters feel the v2.0 ... via npm. Assuming you have Node.js installed, you just need to run: npm install -g @anthropic-ai/claude-code....
🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
Install Claude Code on Windows with WSL2 - complete step-by-step guide with troubleshooting. Built with Claude AI at claude.ai
🌐
Substack
designwithai.substack.com › p › how-to-install-claude-code
How to install Claude Code - Design with AI
October 2, 2025 - Guide to installing Claude Code: Simple steps, troubleshooting tips, and solutions if you run into errors.
🌐
GitHub
github.com › anthropics › claude-code
GitHub - anthropics/claude-code: Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
This repository includes several Claude Code plugins that extend functionality with custom commands and agents.
Starred by 48.2K users
Forked by 3.4K users
Languages   Shell 46.4% | Python 33.8% | TypeScript 12.9% | PowerShell 4.7% | Dockerfile 2.2%
Find elsewhere
🌐
GitHub
github.com › anthropics › claude-code › issues › 14902
[BUG] Native Windows install of Claude Code is not viable · Issue #14902 · anthropics/claude-code
4 days ago - Version: 2.0.67 Location: C:\Users\priya\.local\bin\claude.exe Next: Run claude --help to get started ‼ Setup notes: • installMethod is native, but claude command not found at C:\Users\priya\.local\bin\claude.exe ✅ Installation complete!
Published   Dec 20, 2025
🌐
Claude
claude.com › product › claude-code
Claude Code - AI coding agent for terminal & IDE | Claude
⎿ Done (2 tool uses · 0s) ⏺ Let's run lint one more time: ⏺ Bash(cd /Users/claude-code/codebase && npm run lint)… · ⎿ · > codebase lint ·
🌐
Hacker News
news.ycombinator.com › item
Claude Code 2.0 | Hacker News
October 5, 2025 - Claude Code, Codex CLI etc can effectively do anything that a human could do by typing commands into a computer · They're incredibly dangerous to use if you don't know how to isolate them in a safe container but wow the stuff you can do with them is fascinating
🌐
Reddit
reddit.com › r/chatgptcoding › how to install and use claude code, maybe the best ai coding tool right now?
r/ChatGPTCoding on Reddit: How to Install and Use Claude Code, Maybe the Best AI Coding Tool Right Now?
February 26, 2025 -

Hey everyone,

Since Claude Code has been around for a while now and many of us are already familiar with Claude Sonnet 3.7, I wanted to share a quick step-by-step guide for those who haven’t had time to explore it yet.

This guide sums up everything you need to know about Claude Code, including:

  • How to install and set it up

  • The benefits and when to use it

  • A demo of its capabilities in action

  • Some Claude Code essential commands

I think Claude Code is a better alternative to coding assistants like Cursor and Bolt, especially for developers who want an AI that really understands the entire codebase instead of just suggesting lines.

https://medium.com/p/how-to-install-and-use-claude-code-the-new-agentic-coding-tool-d03fd7f677bc?source=social.tw

🌐
Skywork
skywork.ai › home › getting started with claude code plugin: installation, setup, and common pitfalls
Getting Started with Claude Code Plugin: Beginner Installation & Setup Guide
October 14, 2025 - Install and environment details: Anthropic docs — Setup · IDE coverage and enterprise providers: Anthropic — Claude Code IDE integrations · JetBrains-specific guidance: Anthropic docs — JetBrains IDEs and the plugin page: JetBrains Marketplace — Claude Code (Beta) Level up your workflow with practical patterns and safeguards: Claude Code 2.0 best practices.
🌐
Reddit
reddit.com › r/claudeai › official: anthropic just released claude code 2.0.74 with 13 cli and 3 prompt changes, details below.
r/ClaudeAI on Reddit: Official: Anthropic just released Claude Code 2.0.74 with 13 CLI and 3 prompt changes, details below.
4 days ago -

Claude Code CLI 2.0.74 changelog:

• Added LSP (Language Server Protocol) tool for code intelligence features like go-to-definition, find references and hover documentation.

• Added /terminal-setup support for Kitty, Alacritty, Zed and Warp terminals.

Added ctrl+t shortcut in /theme to toggle syntax highlighting on/off.

• Added syntax highlighting info to theme picker.

• Added guidance for macOS users when Alt shortcuts fail due to terminal configuration.

• Fixed skill allowed-tools not being applied to tools invoked by the skill.

• Fixed Opus 4.5 tip incorrectly showing when user was already using Opus.

• Fixed a potential crash when syntax highlighting isn't initialized correctly.

• Fixed visual bug in /plugins discover where list selection indicator showed while search box was focused.

• Fixed macOS keyboard shortcuts to display 'opt' instead of 'alt'

• Improved /context command visualization with grouped skills and agents by source, slash commands and sorted token count.

• [Windows] Fixed issue with improper rendering.

• [VSCode] Added gift tag pictogram for year-end promotion message.

Source: Anthropics(Claude Code) GitHub

🔗: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md

Claude Code 2.0.74 prompt changes:

Pre-commit hook failure rule simplified: fix + new commit : Claude’s git commit guidance for pre-commit hook failures is simplified. The prior detailed decision tree (reject vs auto-format → possible amend) is removed; now Claude should fix the issue and create a NEW commit, deferring to amend rules.

ExitPlanMode no longer documents swarm launch params: Claude’s ExitPlanMode tool schema drops the explicit launchSwarm/teammateCount fields. The parameters are no longer documented in the JSON schema (properties becomes {}), signaling Claude shouldn’t rely on or advertise swarm launch knobs when exiting plan mode.

New LSP tool added for code intelligence queries: Claude gains an LSP tool for code intelligence: go-to-definition, find-references, hover docs/types, document/workspace symbols, go-to-implementation, and call hierarchy (prepare/incoming/outgoing). Requires filePath + 1-based line/character.

Sources/Links:

1st Prompt/Image 1: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.73...v2.0.74#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1L341-R341

2nd Prompt/Image 2: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.73...v2.0.74#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1L600-R600

3rd Prompt/Image 3: https://github.com/marckrenn/cc-mvp-prompts/compare/v2.0.73...v2.0.74#diff-b0a16d13c25d701124251a8943c92de0ff67deacae73de1e83107722f5e5d7f1R742-R805

🌐
Vibecodingwithfred
vibecodingwithfred.com › home › blog › claude code installation guide: using irm script, npm setup, and https://claude.ai/install.ps1 script
Claude Code Installation Guide: Using irm Script, npm Setup, and https://claude.ai/install.ps1 Script | Vibe Coding With Fred
1 month ago - # Remove Claude Code config directories rm -rf ~/.claude-code rm -rf ~/.config/claude-code rm -rf ~/.cache/claude-code · Now install the native binary: curl -fsSL https://claude.ai/install.sh | bash · After installation, verify everything ...
🌐
Reddit
reddit.com › r/claudeai › new to claude code - why are there 3 different ways to install this thing?
r/ClaudeAI on Reddit: New to Claude Code - why are there 3 different ways to install this thing?
August 27, 2025 -

Hey everyone, I'm new to Claude Code and just spent an hour in installation hell. I'm on a Mac

So apparently, there are THREE ways to install this:

  1. npm install: npm install -g u/anthropic-ai/claude-code

    • Docs say this is "standard installation"

    • Gets a permission denied error

    • Docs then warn "DO NOT use sudo"

  2. curl installer: curl -fsSL https://claude.ai/install.sh | bash

    • Called "beta" but actually works

    • Buried in a random troubleshooting article

    • Installs to ~/.local/bin (need to fix PATH)

  3. sudo npm: sudo npm install -g u/anthropic-ai/claude-code

    • What actually makes npm work

    • But docs specifically say DON'T do this

    • "Security risks" apparently

How did you all install this?
Also, why do they recommend npm when they literally have a note saying "Claude Code has a native installation that doesn't depend on npm" - THEN MAKE THAT THE DEFAULT??

I'm not even mad, this is hilarious. Just want to know if I'm missing something obvious here

🌐
Reddit
reddit.com › r/claudeai › claude code 2.0.27
r/ClaudeAI on Reddit: Claude Code 2.0.27
October 24, 2025 -

This week we shipped Claude Code Web and /sandbox, added support for plugins and skills into the Claude Agent SDK and updated some of our UI for prompts and planning.

Features:
- Claude Code Web
- Sandbox
- Edit Plan Mode using ctrl+g
- New UI for permission prompts + plan
- Added current branch filtering and search to session resume screen for easier navigation
- Added plugin & skills support to the Claude Agent SDK

Bug fixes:
- Fixed a bug where project-level skills were not loading when --setting-sources 'project' was specified
- Fixed a bug where custom tools were timing out after 30 seconds in the Claude Agent SDK
- Fixed a bug where directory @-mention causing "No assistant message found" error