Claude Code — AI Coding Agent
Complete guide to Claude Code, Anthropic's terminal-based AI coding agent. Covers installation, prompt engineering, configuration, CLAUDE.md patterns, and best practices.
Claude Code — AI Coding Agent

Claude Code is Anthropic's terminal-based AI coding agent. It reads your codebase, writes and edits files, runs terminal commands, and can autonomously complete multi-step engineering tasks.
Navigation
- Getting Started — Install, configure, and begin your first session
- Prompt Engineering — Write effective prompts, master CLAUDE.md conventions, and use extended thinking
- Configuration Reference — Complete reference for CLAUDE.md, hooks, and project settings
- Patterns — Cross-tool workflows: driving Gemini with Ralph loops, using hooks with DeepSeek API
- Tutorials — Cost optimization: cut Claude Code costs 70-95% with hook scripts, task routing, and model selection
Quick Start
npm install -g @anthropic-ai/claude-code
claude
Key Features
- Extended thinking — Chain-of-thought reasoning for complex multi-step tasks
- CLAUDE.md — Project-specific instructions and conventions
- Hook scripts — Automate pre/post-command actions
- MCP support — Full Model Context Protocol integration
- Pricing — Pay-per-token via Anthropic API
Related Articles
Windsurf — AI Coding Tool Guide
Windsurf IDE with Cascade AI flow editor. Prompt patterns, rules configuration, multi-file editing, and comparison with Cursor and Copilot.
Prompt Engineering in GitHub Copilot
Prompt patterns for GitHub Copilot chat, inline edits, and agent mode. Master workspace context, slash commands, step-by-step feature patterns, PR-focused prompting, and common pitfalls.
Tabnine — AI Coding Tool Guide
Enterprise-focused AI code assistant with code privacy, on-premise deployment, and team learning. Configuration and prompt patterns for Tabnine Chat.