Claude Code Resources
https://github.com/jmckinley/claude-code-resources
jmckinley has collected various guides in his repository on how to better provide context for Claude Code.
From his perspective, what truly matters:
CLAUDE.md- AI context for your project (most important!)- Context management - Keep conversations focused (<80%)
- Planning is paramount - Think before generating code
- Git safety - Feature branches + checkpoints
There are examples of agent configurations: tests, security, and code review.
#bestpractices #claudecode