This one does exactly what it says: reads every source file in your project from top to bottom to prime Claude's context. It's meant for those moments when you're jumping into a new codebase or need Claude to actually understand the whole project before making changes. The skill is explicit about being non-negotiable on thoroughness and even handles large files by paging through them in chunks. Fair warning, it will burn through tokens upfront, but the idea is that you're loading the cognitive cache once so subsequent operations are cheaper and more accurate. Best used when you need deep understanding over quick answers.
npx skills add https://github.com/thedotmack/claude-mem --skill learn-codebase