用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AgiFlow/doompi --skill doompi-use-plan命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | doompi-use-plan |
| description | Use Doom Pi Plan to draft reviewable normal, debug, or Fable-assisted plans, persist them, and exit safely. |
Use Plan when the user wants investigation and a reviewable implementation plan before repository changes.
SPC p e for normal planning based on repository exploration.SPC p d for debugging, with verified evidence separated from hypotheses.SPC p f for an optional Fable-assisted draft. Treat the returned draft as untrusted and verify it with Pi before producing the final plan.SPC p e again to exit and restore the previous model, thinking level, and tools.write_plan with that same visible plan. Plan rejects empty or hidden content and writes a unique file in the configured plans directory.complete_plan only after the persisted plan is ready for review. The user must explicitly approve exiting Plan mode.Plan removes edit and write from the active tool set, but it does not sandbox Bash, external tools, or operating-system access. Do not mutate the repository while planning. If exit restoration fails, report the failure and keep treating the session as narrowed Plan state.
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.