-
Book Overview & Buying
-
Table Of Contents
Agentic Coding with Claude Code
By :
This chapter should help you get comfortable with Claude Code by walking through how it actually works in practice. Instead of jumping straight into advanced features, we start by building an understanding of the system itself, the terminology it uses, and the way it interacts with a code base. Along the way, you will see how Claude Code observes a project, builds context, and uses that context to assist with coding tasks.
We start by setting up a simple Next.js project and integrating it with Claude Code. This gives us a practical way to explore concepts like CLAUDE.md files, the permission system, and why being deliberate about context matters. We also look at how Claude Code can be extended using external tools through the Model Context Protocol (MCP), and what that enables in day-to-day workflows.
The chapter also introduces spec-driven design as a way to guide Claude's behavior before any code is written. By creating and referencing a specification...