Loading learning content…
Master Anthropic's AI-powered CLI for coding. From setup to advanced multi-agent patterns.
Lesson sequence
Start at lesson one or jump to the problem you need to solve now.
Install and configure Claude Code on your machine, authenticate, and run your first session.
Learn the anatomy of a Claude Code prompt and how to communicate tasks clearly.
How Claude Code reads, edits, and navigates your codebase using built-in tools.
Spawn subagents for parallel work, keep main context clean, and coordinate complex tasks.
Load on-demand skills to extend Claude Code with specialized capabilities.
Configure lifecycle hooks to auto-format, type-check, and enforce standards on every change.
Let Claude manage commits, branches, and PRs while you focus on outcomes.
Use TDD workflows, generate tests automatically, and maintain 80%+ coverage.
Use plan mode to define requirements and architecture before writing a single line of code.
Background agents, fan-out pipelines, loop patterns, and multi-agent orchestration at scale.