Fraud Blocker
2026 Complete Guide

Claude Code Anthropic Official AI Coding Agent Guide

The official AI coding agent by Anthropic — write code directly in your terminal, IDE, desktop app, and browser. Reads your entire codebase, edits files, runs commands, creates PRs. Powered by Claude Opus 4.6 and Sonnet 4.6.

6+
Platforms
Opus 4.6
Top Coding Model
30s
Install Time
From $20
Monthly

What is Claude Code?

The official AI coding agent by Anthropic — Terminal + IDE + Desktop + Web

AI-Powered Coding Assistant

Claude Code is Anthropic's official AI coding agent that reads your entire codebase, edits files across multiple locations, runs commands, and integrates with your development tools. Describe what you need in plain language, and Claude Code plans the approach, writes the code, and verifies the results.

"Built for developers — Work with Claude directly in your codebase. Build, debug, and ship from your terminal, IDE, Slack, or the web." — code.claude.com

Supported Platforms

PlatformDescriptionHow to Get
Terminal CLIFull-featured CLI for file editing, command executioncurl -fsSL https://claude.ai/install.sh | bash
VS Code / CursorIDE extension with inline diffs, @-mentions, Plan reviewSearch "Claude Code" in Extensions
JetBrains IDEPlugin for IntelliJ IDEA, PyCharm, WebStorm, etc.JetBrains Marketplace
Desktop AppStandalone app with visual diffs, parallel sessionscode.claude.com/download
Web BrowserNo local setup, code directly in your browserclaude.ai/code
iOS AppSubmit tasks on the goClaude on App Store
Slack@Claude with bug reports, get PRs backSlack App Marketplace

Subscription Plans & Pricing

PlanMonthlyModels IncludedUsage Multiplier
Pro$20/mo (annual $200 ≈ $16.67/mo)Claude Sonnet 4.65x free tier
Max 100$100/moSonnet 4.6 + limited Opus5x Pro limits
Max 200$200/moAll models + full Opus 4.620x Pro limits

API Pay-Per-Use

ModelInput ($/M tokens)Output ($/M tokens)
Claude Opus 4.5$5.00$25.00
Claude Sonnet 4.5$3.00$15.00
Claude Haiku 4.5$1.00$5.00

Need Claude Pro/Max without an international credit card? Get subscriptions and API top-up through Neuronicx with Alipay, WeChat Pay & more.

Install Claude Code in 30 Seconds

Based on official docs at docs.anthropic.com

1

Step 1: Check System Requirements

Requirements: macOS 13.0+, Ubuntu 20.04+, Debian 10+, Windows 10 1809+ (Git for Windows required). Minimum 4GB RAM. Supports Bash, Zsh, Fish, PowerShell.

2

Step 2: Install Claude Code

Native install (recommended, auto-updates): macOS/Linux/WSL run curl -fsSL https://claude.ai/install.sh | bash. Windows PowerShell run irm https://claude.ai/install.ps1 | iex. Also available via Homebrew, WinGet.

3

Step 3: Verify Installation

Run claude --version to check version. Run claude doctor to verify environment. See docs.anthropic.com/en/troubleshooting for issues.

4

Step 4: Sign In

Run claude auth login or just run claude — you'll be prompted to sign in via browser on first use. Requires Claude subscription (Pro/Max/Teams/Enterprise) or Anthropic Console account.

5

Step 5: Navigate to Project

Run cd your-project && claude to enter your project and start Claude Code. Consider running claude init to generate a CLAUDE.md file with project config.

6

Step 6: Start Coding

Type natural language instructions like "write tests for the auth module". Press Shift+Tab to toggle Plan Mode (research first, then code). Use claude -c to continue your last conversation.

Claude Code Install Commands

Copy & paste (source: docs.anthropic.com)

# macOS / Linux / WSL (recommended, auto-updates in background)
curl -fsSL https://claude.ai/install.sh | bash

# Windows PowerShell
irm https://claude.ai/install.ps1 | iex

# Windows CMD
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd

# Verify installation
claude --version
claude doctor

# Sign in and start
cd your-project
claude

Claude Code Core Capabilities

Based on docs.anthropic.com official documentation

Code Understanding & Editing

Reads your entire codebase, understands project structure and context. Implements features and fixes bugs across multiple files from natural language descriptions.

Git Integration

Works directly with Git: stages changes, writes commit messages, creates branches, opens PRs. Automate code review with GitHub Actions and GitLab CI/CD.

MCP Protocol Integration

Connect external tools via Model Context Protocol (MCP): Google Drive docs, Jira tickets, Slack messages, custom tooling.

CLAUDE.md Instructions

A markdown file in your project root that sets coding standards, architecture decisions, preferred libraries, review checklists. Claude also builds auto memory across sessions.

CLI Piping & Automation

Unix philosophy: tail -f app.log | claude -p "alert me on anomalies". Supports piped input, CI integration, bulk operations across files.

Multi-Agent Collaboration

Spawn multiple Claude Code agents working in parallel: lead agent coordinates, assigns subtasks, merges results. Agent SDK for fully custom workflows.

Custom Commands & Hooks

Create shareable commands like /review-pr, /deploy-staging. Hooks run shell commands before/after Claude Code actions (auto-format, pre-commit lint).

Cross-Platform Handoff

Sessions aren't tied to one surface: Terminal → Desktop for visual diffs; Web/iOS tasks → /teleport to terminal; Slack @Claude for instant PRs.

Claude Code Interface & Workflows

Product showcase from code.claude.com

Claude Code Terminal CLI

Terminal CLI

Full-featured CLI for editing code and running commands

Claude Code Terminal CLI
VS Code Extension

VS Code Integration

Inline diffs, @-mentions, Plan mode, conversation history

Claude Code VS Code Extension
Claude Code Desktop App

Desktop App

Standalone app with visual diffs and parallel sessions

Claude Code Desktop App
Claude Code Web

Web Browser

No local setup needed, code directly in browser

Claude Code Web Browser
Git PR Automation

Git Integration

Auto-stage, commit, branch, and PR creation

Claude Code Git PR Automation
MCP Integration

MCP Protocol

Connect Google Drive, Jira, Slack, and custom tools

Claude Code MCP Integration

Video Tutorials

Learn Claude Code step by step

Claude Code Made Easy: Real Project Tutorial + Hidden Tips

Be a Pro at Claude Code in 9 Min — 31 Tips

Frequently Asked Questions

Common questions about Claude Code

Claude Code is Anthropic's official AI coding agent built for developers. Regular Claude chat is just a conversation interface, while Claude Code directly reads your codebase, edits files across multiple locations, runs terminal commands, operates Git, and creates PRs. Available in Terminal, VS Code, JetBrains, Desktop, Web, iOS, and Slack.
Use the Neuronicx platform for Claude Pro/Max subscriptions and API top-up. Supports Alipay, WeChat Pay, and more — no overseas bank card needed. Visit /en/marketplace?category=ai-subscription.
macOS 13.0+, Ubuntu 20.04+, Debian 10+, Windows 10 1809+. Windows users need Git for Windows installed first. Native installer is recommended (auto-updates in background).
Included in Claude subscriptions: Pro $20/mo (Sonnet), Max $100/mo (with limited Opus), Max $200/mo (all models + 20x usage). API pay-per-use averages ~$6/day, with 90% of users below $12/day.
A markdown file in your project root that Claude Code reads at the start of every session. Sets coding standards, architecture decisions, preferred libraries, review checklists. Run claude init to auto-generate. Claude also builds auto memory across sessions.
Yes. Search "Claude Code" in the Extensions marketplace and install. Supports inline diffs, @-mentions, Plan review, and conversation history. Also supports JetBrains IDEs (IntelliJ, PyCharm, WebStorm, etc.).
Press Shift+Tab to toggle. Claude researches and validates the plan before writing code, avoiding blind implementation. Claude analyzes the codebase, creates a plan, and you confirm before execution. Ideal for complex features and large refactors.
Run claude doctor for auto-diagnosis. Check docs.anthropic.com/en/troubleshooting. Windows users: ensure Git for Windows is installed. You can also contact Neuronicx support for help.

Accelerate Your Development with Claude Code

30-second install, natural language coding. Need Claude Pro/Max subscription or API top-up? Neuronicx offers one-stop service with Alipay & WeChat Pay.