Documentation
README
项目目录结构地图(Directory Structure Mapper)
触发条件
当用户说「带我看看项目结构」「这个仓库怎么组织的」「目录树」「帮我理解这个代码库」或类似需求时激活此技能。
工作流程
- 扫描根目录 — 使用 Bash
find和ls获取顶层结构 - 分析关键目录 — 读取关键文件(package.json, Cargo.toml, pyproject.toml, go.mod 等)获取项目元信息
- 递归扫描 — 深入扫描主要目录,理解各模块职责
- 生成结构图 — 输出 ASCII 目录树 + 中文注释说明
输出格式
This is the opening of the README. Read the full README on GitHub.