用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AgiFlow/doompi --skill doompi-use-goal命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use @agimon-ai/doompi-sandbox: Container sandbox for DoomPi launches: the agent, extensions, and tools run inside Docker or Podman while the terminal stays on the host
Configure DoomPi plugin catalogs and domain resource selections in domains.yaml. Use when creating or editing .doom/domains.yaml or ~/.pi/.doom/domains.yaml, choosing local, Git, or npm plugins, filtering plugin resources, setting aliases or defaults, or verifying resolved domain composition.
Use Doom Pi MCP to inspect domain-scoped servers, authenticate, reload configuration, measure what server tool schemas cost in context, and troubleshoot tool availability.
| name | doompi-use-goal |
| description | Use Doom Pi Goal to start, budget, pause, resume, complete, block, and inspect persistent repository goals. |
Use Goal when work must persist across turns with an explicit objective, optional token budget, and auditable terminal status.
/goal <objective> or /goal --tokens 100k <objective>./goal status or SPC g g./goal pause and /goal resume when work should stop and continue without losing the objective./goal edit [--tokens <budget>] <objective> when the objective or budget changes./goal clear only when the active objective should be removed without being completed.SPC g e starts a goal and ends and archives the one being worked, and SPC g l inspects repository history.Call goal_complete only when the objective is genuinely achieved and no required work remains. Call goal_blocked only when the runtime's repeated-blocker threshold is met and progress requires user input or an external state change. Keep the active goal identifier and final summary consistent with the current goal.
Goal state persists in Pi session entries, while history is scoped to the repository. Completed, cleared, or blocked goals no longer contribute active instructions or tools. Do not enable or depend on experimental queue commands unless the host configuration explicitly enables them.