Learn Claude Code
A curated collection of tutorials, articles, and resources from the community to help you master Claude Code.
Contents

Building a REAL feature with Claude Code: every step explained

How I use Claude Code for real engineering
A complete workflow for tackling large coding projects using Claude Code's plan mode — from rough dictated prompt through plan exploration to step-by-step execution.

I was wrong about Claude Code (UPDATED AI workflow tutorial)
An updated AI coding workflow using Claude Code, why switching from Cursor, thoughts on the AI coding space, and how it enables coding 20× faster as a developer.

Most devs don't understand how context windows work
A deep dive into the context window — the most important constraint when using AI coding agents. What makes up a context window, why models have limits, and strategies to stay within them.

How I Get AI To Follow My Designs (In-Depth Walkthrough)
How to get AI coding tools to faithfully follow your designs. 48 minutes of real thought process going from design to working code with AI assistance.
Lessons from using Claude Code skills at Anthropic
Skills have become one of the most used extension points in Claude Code. They're flexible, easy to create, and easy to distribute. Lessons learned from hundreds of skills in active use at Anthropic.
Lessons from Building Claude Code: Prompt Caching Is Everything
Long running agents like Claude Code are made feasible by prompt caching — caching previous running turns significantly decreases latency and cost.