ソース情報
- リポジトリ
- patrickking67/godmode
- ソースの最終更新活動
- 2026年5月29日 07:08
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/patrickking67/godmode --skill revelationコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| 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.