mirror of
https://github.com/coleam00/context-engineering-intro.git
synced 2025-12-18 02:05:25 +00:00
16 lines
473 B
Markdown
16 lines
473 B
Markdown
|
|
# 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
|