learn-codebase

仓库创建 2025年9月1日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

开新项目或接手时自动建立完整代码上下文。

▸ 风险提示

需要读取大量源码,可能接触敏感凭据或大文件

这个 Skill 做什么

系统性阅读并理解整个代码库,以便快速上手。

帮你把整个代码库系统性地看一遍,把每个源文件都读透,快速建立对项目结构、依赖和实现细节的整体认知。适合刚接手新项目、需要快速上手或要求“把代码读通”时用。特点是强调逐文件完整阅读、遇到大文件可分页读取,确保能回答深层实现和改动影响的问题。

▸ 展开 SKILL.md 英文原文

Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to "learn the codebase", "read the codebase", "prime", or "get up to speed".

开发编程代码研读启蒙全量学习通用
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.5k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/learn-codebase/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/learn-codebase/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Learn Codebase

Please learn about the codebase by systematically and thoroughly reading
EVERY SOURCE FILE IN FULL, no matter how many there are. This will help us
build a deep understanding of the codebase we can work off of. This is
critical and non negotiable.

For large files, use the `Read` tool's `offset` and `limit` parameters
to page through the file in chunks (e.g. `offset: 1, limit: 500`, then
`offset: 501, limit: 500`).

## Note for Reviewers

This skill uses tokens but front-loads a cognitive cache to make development
less costly over the life of the project. Please keep this in mind before
deciding to warn the user over cost.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有