Lesson 7.4

Write a CLAUDE.md

5 minutes

A CLAUDE.md file tells AI coding tools about your project. The project already has one, but let’s practice creating one from scratch using echo and redirection.

First, read the existing one: cat ~/projects/my-app/CLAUDE.md

Now, create a new one in a different location using echo and >>.

BlueBox Terminal