用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/oh-my-engine/oh-my-engine --skill ome-define命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | ome-define |
| version | 1.0.0 |
| description | Clarify goal, scope, success criteria, and assumptions before implementation. |
| author | oh-my-engine |
| tags | ["ome","define","workflow"] |
Before reading source files, planning, editing, or running verification for this workflow, you MUST start the OME workflow session by running:
ome define $ARGUMENTS
This creates .ome/.session so the final ome finish command can record the execution into .ome/memory/executions/.
If a Windows PowerShell policy blocks the ome shim, run the same step through the cross-shell fallback: cmd.exe /c ome.cmd define $ARGUMENTS. Do not hardcode this fallback on non-Windows platforms.
Claude Code fast path (other agents: ignore the leading ! and run the bare command via your shell tool):
!ome define $ARGUMENTS
Clarify the task, lock scope, and produce a decision-ready problem statement before implementation.
Final response must include:
Run ome finish only after a substantive workflow loop is complete, and only after you have reported results to the user.
Substantive work means at least one of these is true:
Do NOT run ome finish for ordinary conversation, quick explanations, brainstorming with no conclusion, or read-only exploration that produced no reusable outcome.
When the work is substantive, run this as the final shell command:
ome finish
This records the execution into .ome/memory/executions/; the engine policy decides whether it is valuable enough to persist or later evolve.
Claude Code fast path (other agents: ignore the leading ! and run the bare command via your shell tool):
!ome finish