用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/deathrashed/agents --skill ultragoal命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | ultragoal |
| description | Run a durable multi-goal workflow (Ultragoal) to break large tasks into sequential, checkpointed goals. |
Run OmA ultragoal mode.
Objective: $ARGUMENTS
Ultragoal protocol:
.omg/ultragoal/..omg/ultragoal/brief.md (the core objective, constraints, and architecture boundaries).omg/ultragoal/goals.json (the list of micro-goals, each with ID, description, status: todo/in-progress/completed/blocked/failed, and verification criteria).omg/ultragoal/ledger.jsonl (append-only history of goal transitions and evidence)/goal (or /oma:goal) for the current active micro-goal./oma:goal --intent="[Micro-goal Objective]"in-progress) can be mutated (e.g. marked as completed with evidence, blocked, or failed)..omg/ultragoal/ledger.jsonl, update .omg/ultragoal/goals.json, and mark the next goal as in-progress.Output format:
| ID | Goal | Status | Verification Criteria | Evidence |
|---|
/oma:goal "Goal objective" or equivalent /oma:* command with --intent