Claude Code
Claude Code is Anthropic's agentic coding tool — a command-line program that gives Claude direct access to a real development environment: reading and editing files, running shell commands, searching a codebase, and iterating until a task is done. This guide covers it completely, topic by topic, from first install to designing a workflow around it.
Fundamentals
What it is, getting it installed, and the two things that load every session.
Core Capabilities
The tools behind everything it does: files, the shell, search, and git.
Advanced Features
The configurable layer: plans, commands, skills, hooks, MCP, and background work.
Putting It Together
A real workflow end to end, and the habits that make it consistently effective.
Curious what this looks like in practice? This entire site was built with Claude Code — read how ConsLabs itself was built.