codebase-onboarding-map

仓库创建 2026年7月28日最近提交 7 小时前SkillHot 收录 1 小时前
▸ 精选理由

帮助新人或接手者快速定位关键模块与潜在陷阱,节省学习时间。

这个 Skill 做什么

基于代码生成入门地图,说明请求流、规则与关键文件位置。

把陌生仓库做成一张可操作的入门地图:画出请求的端到端流向、真正生效的规则在哪、常见坑和优先看的关键文件路径。适合新加入项目、接手旧代码或要带新人时使用。区别在于它以代码为依据而不是只看 README,告诉你从哪里下手最快理解系统。

▸ 展开 SKILL.md 英文原文

Produce an accurate orientation guide to an unfamiliar codebase — how a request flows end to end, where the real rules live, what the traps are, and what to read first — grounded in the code rather than the README. Use when joining a project, inheriting a repo, returning to old code, or onboarding someone else.

开发编程代码导览新人入职架构理解通用
0
Stars
0
Forks
20
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sriptcollector/toolbay-skills/main/skills/codebase-onboarding-map/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sriptcollector/toolbay-skills/main/skills/codebase-onboarding-map/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Codebase Onboarding Map

## Install

Save this file as `~/.claude/skills/codebase-onboarding-map/SKILL.md`, or
`.claude/skills/codebase-onboarding-map/SKILL.md` to scope it to one repo. Claude
Code auto-discovers it. Invoke with `/codebase-onboarding-map` or by asking
"help me understand this codebase".

## Why this exists

The expensive part of a new codebase is not reading it. It is not knowing which
10% matters, which parts are load-bearing, and which comment is a lie left over
from a refactor two years ago.

READMEs describe intent at the moment someone had time to write. Code describes
what is true now. Where they disagree, the code wins, and the gap between them is
one of the most us
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有