Finishing up Claude Code guide

This commit is contained in:
Cole Medin
2025-08-05 11:59:18 -05:00
parent 828234dd67
commit 5597e61d36
10 changed files with 877 additions and 224 deletions

View File

@@ -0,0 +1,16 @@
# Prime Context for Claude Code
Use the command `tree` to get an understanding of the project structure.
Start with reading the CLAUDE.md file if it exists to get an understanding of the project.
Read the README.md file to get an understanding of the project.
Read key files in the src/ or root directory
Explain back to me:
- Project structure
- Project purpose and goals
- Key files and their purposes
- Any important dependencies
- Any important configuration files