用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/patrickking67/godmode --skill revelation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | revelation |
| description | Deeply explore a codebase and explain how it fits together. |
Build an accurate mental model of this codebase (or the area named in $ARGUMENTS)
and report it back so the user (and your future self) can navigate confidently.
If $ARGUMENTS names a path, feature, or subsystem, focus there. Otherwise survey
the whole repository. State your scope in one sentence before you start.
Do not read files one-by-one from the root. Dispatch focused exploration and let it fan out:
For a repo of any real size, launch the Explore agent (or several in one batch, one
per concern above) rather than reading everything yourself. Prefer breadth first, then
drill into the 3–5 files that actually matter.
Produce a tight report:
path:line references.End with 2–3 concrete things the user is now equipped to do (e.g. "ready to add a route", "ready to debug the failing build"). Keep the whole report skimmable; link files, don't paste them.