module-map
仓库创建 2026年2月2日最近提交 2 天前SkillHot 收录 23 天前
▸ 精选理由
十五秒内获取代码区域全景,适合新人入门与快速定位上下文。
这个 Skill 做什么
生成一页式代码地图,展示入口点、模块、数据流与调用关系以快速定位。
用一张一页式的代码地图把陌生区域的入口点、模块、数据流和调用关系梳理清楚,让人十几秒内建立整体认知。适合刚接手新功能、需要快速定位责任模块或想把大局看清时使用。特别之处是极简输出,只讲重点,不做冗长导览,便于快速上手和任务分配。
2.7k
Stars
264
Forks
40
仓库内 Skill
+105
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/module-map/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/rohitg00/pro-workflow/main/skills/module-map/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: module-map description: Produce a one-screen map of an unfamiliar area of the codebase: entry points, modules, data flow, callers. Designed to be read in fifteen seconds. Use when the user says "I do not know this area", "give me the map", "zoom out", "orient me". --- # module-map Orient fast in unfamiliar code. The deliverable is a map, not a tour. ## Deliverable A single response containing, in this order: 1. **One-line summary** of what the area does from a caller's point of view. 2. **Entry points** — every function, route, CLI command, event handler, or cron that starts a call chain in this area. File path + symbol. 3. **Core modules** — the two to five modules that co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有