Claude Code
Master Anthropic's AI-powered CLI for coding. From setup to advanced multi-agent patterns.
Getting Started with Claude Code
Install and configure Claude Code on your machine, authenticate, and run your first session.
Writing Your First Effective Prompt
Learn the anatomy of a Claude Code prompt and how to communicate tasks clearly.
File Editing and Navigation
How Claude Code reads, edits, and navigates your codebase using built-in tools.
Using Agents in Claude Code
Spawn subagents for parallel work, keep main context clean, and coordinate complex tasks.
Skills and the CCC Ecosystem
Load on-demand skills to extend Claude Code with specialized capabilities.
Hooks: Automating the Development Loop
Configure lifecycle hooks to auto-format, type-check, and enforce standards on every change.
Git Workflow with Claude Code
Let Claude manage commits, branches, and PRs while you focus on outcomes.
Testing with Claude Code
Use TDD workflows, generate tests automatically, and maintain 80%+ coverage.
Plan Mode for Complex Work
Use plan mode to define requirements and architecture before writing a single line of code.
Advanced Patterns: ACPX, Loops, and Orchestration
Background agents, fan-out pipelines, loop patterns, and multi-agent orchestration at scale.