用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/patrickking67/godmode --skill prophecy命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| 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.