Skip to main content
在 Manus 中运行任何 Skill
一键导入

codemap

星标3
分支1
更新时间2026年7月12日 10:49

Build and maintain a lightweight structural index (file tree + one-line purpose + top-level function/class/route names) of a codebase so you can jump straight to the right file instead of repeatedly running broad find/grep/glob searches or opening files just to see what's in them. Use this whenever you're about to work in a repo with more than a handful of files and don't already know exactly where the relevant code lives — orienting in an unfamiliar or large codebase, tracking down a bug whose location isn't obvious, adding a feature that likely touches multiple files, or any task where you'd otherwise need several exploratory searches before you could even start. Also use it to keep the index current after making edits, so the next search in the same session stays cheap. Skip it for small projects (single-file tools, short scripts) or when you already know exactly which file to open — building an index there costs more than it saves.

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
3 个文件
SKILL.md
readonly