From the course: Structured Vibe Coding with AI Coding Agents
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Managing proliferating rules files effectively
From the course: Structured Vibe Coding with AI Coding Agents
Managing proliferating rules files effectively
- [Instructor] In this video, we are going to dive into one of the key aspect of structured vibe coding. First, let's look into how we can structure our CLAUDE.md file for context engineering. The CLAUDE.md file serve as a central place where we store the important information we need for the coding agent. Typically, we keep the CLAUDE.md file in the root directory for easy access. Now, one single file can sometimes be too large and just like what we do with code, we can break down our documentation into multiple different markdown files, like having separate files for README, contributing guidelines, and a license. As an example, right here we have CLAUDE.md in the root directory, We could potentially also create a CLAUDE.md file in the library folder, so we can provide library-specific information. And sometimes, we can even be more granular and break down further into smaller MD files, and we can then refer to those files by using the @ command on Claude Code to put that file into…