All Topics

Core Workflow

Understand how Claude Code reads your codebase, edits multiple files, manages memory, and integrates with your terminal.

0/4
How Claude Code Reads and Uses Your Entire Codebase as Context

Claude Code does not simply open files one at a time -- it actively explores your entire project using a suite of built-in navigation tools. This guide explains exactly how Claude indexes your codebase through Glob, Grep, Read, and Bash, how the context window is managed and compacted, and how you can structure your project to help Claude work faster and more accurately.

intermediate13 min
Claude Code Multi-File Editing — How It Reasons Across Your Project

Understand how Claude Code coordinates changes across multiple files — maintaining type safety, import consistency, and architectural coherence in a single pass.

intermediate12 min
Claude Code Memory — How It Stores Context and How to Control It

Learn how Claude Code manages context across a session and between sessions — from conversation history and auto-compaction to CLAUDE.md, the /memory command, and strategies for long-running work.

intermediate11 min
Claude Code Terminal Integration — Running Commands, Seeing Output, Looping

Learn how Claude Code runs shell commands, interprets their output, and iterates — plus how to configure the permission model so it can work autonomously on safe commands while always asking before risky ones.

beginner10 min