ソース情報
- リポジトリ
- 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 prophecyコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | prophecy |
| description | Get step-by-step guidance for accomplishing a task in this repo. |
Produce a concrete, repo-grounded how-to for the task in $ARGUMENTS: the exact files,
conventions, and commands someone needs to do it here, not generic advice.
Unlike /genesis, this command explains how the task would be done; it does not make
the changes itself.
Inspect the repo before writing a word. Learn its actual structure and conventions, then find the closest thing that already exists and treat it as the template:
$ARGUMENTS is "add an API route", find an existing route;
if it's "wire up a test", find a passing test of the same kind. Read it in full.For a repo of any size, dispatch the Explore agent to find the precedent and conventions
rather than reading from the root yourself.
If the task touches a library, framework, or tool, do not rely on memory (APIs drift). The bundled Context7 MCP serves current docs for most libraries; the Microsoft Learn MCP covers Azure and Microsoft tooling. Consult them for exact syntax, config, and version details, and ground the steps in what they return.
Produce an ordered, numbered procedure specific to THIS codebase. Each step must be actionable here:
path:line reference.No filler steps and no boilerplate that would apply to any repo. If a step only matters in some cases, say when.
End with the exact commands to run, copy-paste ready and in order (generate, build, test, lint, run), using the project's real scripts from step 1. State how to confirm success: which test should pass, what output to expect, what the result should look like.
Hand back the guide. Do not edit files or run the build; /genesis does that.