Loading video...
Video Failed to Load
Here's how I'm building Claude Code Templates... When repos get too large, AI can't navigate them properly. You need advanced techniques to send context to the model. I'm using Code Graph to load the complete codebase graph, this way responses are way more optimized. Thread showing how easy it... show more
19,481 views • 1 year ago •via X (Twitter)
5 Comments

Daniel San1 year ago
Go to connect your Github Account and upload your code graph... That's it 🙌 The platform handles creating the graph, documenting it, and optimizing it for retrieval in VSCode or JetBrains.

Daniel San1 year ago
Each code graph works through MCP or directly in the CodeGPT extension. Download the extension here... it's free

Stephen Reed 🤖1 year ago
On the other hand you could partition your code base into many small modules each with a repo. Claude Code is comfy reading and understanding less than 1000 lines of Java for example.

Min Chon Chi1 year ago
Interesting approach using Code Graph to optimize large codebase responses. The scalability of this method for extremely large repos is key.

MikeZ931 year ago
Just use @RepoPrompt
