Глубокое изучение кодовой базы проекта

★ 8.0 · learning

learn-codebase is a Claude Code skill that reads every source file in a project in full, building a thorough understanding of the codebase architecture from the ground up. Large files are handled by paging through them in chunks using the `Read` tool's `offset` and `limit` parameters — for example, `offset: 1, limit: 500`, then `offset: 501, limit: 500`. The skill is designed for situations where you start work on a new or unfamiliar project, or when you explicitly ask Claude to "learn the codebase", "prime", or "get up to speed". The upfront token cost is intentional: front-loading a cognitive cache reduces the overall expense of development across the life of the project. Ideal for codebase onboarding, knowledge transfer, and deep code review sessions.