Claude Code Essential
A thirteen-chapter guide built from one beginner-oriented Claude Code course, plus the sources behind every claim in it.
This is a thirteen-chapter guide to Claude Code, built from a single beginner-oriented video course. Nothing here is official. It follows my own workflow, not Anthropic's own documentation, and it says so plainly wherever the two might genuinely disagree with each other on some point.
How to read this guide
Read start to finish if you're new to Claude Code, since each chapter builds on the one before it. Short on time or already know the basics? Jump straight to whichever chapter answers the question you actually have, since every cross-reference between chapters resolves, so you won't lose the thread no matter where you start reading from.
- Executive Summary — What Claude Code Essential costs, what to actually remember, and how to decide if it fits your team.
- Scope and Getting Started — What this documentation covers, what it deliberately leaves out, and what you need before you start.
- CLAUDE.md: The Core Concept — Why one configuration file shapes almost everything Claude Code does in a project.
- Configuration Structure — Where Claude Code's settings actually live on disk, and how team-shared and personal configuration stay separate.
- Writing and Maintaining CLAUDE.md — A practical checklist for what to put in CLAUDE.md, where to put it, and when to prune it.
- The Core Build Workflow — How I actually get Claude Code to build something well, and the three design approaches the course demonstrates.
- Controlling Claude's Autonomy: Permission Modes and Planning — Six ways to control how much freedom Claude Code has, why Plan Mode exists, a full worked example of using it on a real build, and what to check before you let anyone else use what you built.
- Scaling Beyond One Agent — Running sessions in parallel, giving Claude persistent memory, delegating to subagents, and packaging reusable skills.
- Managing Claude's Context Window — What actually fills Claude's context window before you type a word, how compaction works, and habits for staying ahead of the limit instead of hitting it by surprise.
- Skills, Turning a Recurring Task into a Checklist — What a Skill actually is, how SKILL.md and its scripts divide the work, and two worked examples, from a 1,000-lead scrape to turning a finished Skill into a subagent that runs ten copies at once.
- Model Context Protocol, What It Is and What It Costs — What MCP actually is next to a Skill, three worked connections, and a direct token-cost comparison against a Skill's own footprint.
- Claude Code Plugins: Packaging and Distribution — What a Plugin actually is next to a Skill and an MCP server, and where to find and install one.
- References and Traceability — How every claim in this documentation traces back to the source transcript, and how the handful of editorial additions get disclosed rather than buried. Includes the full glossary.
(One small note. The numbers above follow reading order, not filename order. The reference appendix stays last, so it's chapter 13 here even though its filename is still 08-references.md. That filename never changes, because renaming it would break every single link pointing at it across this whole documentation set, from chapter one all the way through chapter twelve. So each newly added chapter simply took the next free number instead.)
What this is, and isn't
Every claim traces back to a specific point in the source transcript or is disclosed as an editorial addition. See the references and traceability chapter for the full trace. Nothing gets rounded up. Numbers, hedges, and personal opinions are kept exactly as stated, not smoothed into more confident or more universal claims than the source supports. Where the course names a specific version, price, or UI (user interface) label, treat it as a snapshot of one recording date, not a permanent fact.
This is not a general Claude Code reference and does not replace Anthropic's own documentation. That's the whole idea. It's my own workflow, distilled and organized for a reader who wants to get productive with Claude Code quickly, without sitting through the full course video first.
How is this guide?
Last updated on