在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用pacto-move
星标2
分支0
更新时间2026年4月30日 02:17
Agent contract for the Pacto move workflow.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Agent contract for the Pacto move workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent contract for the Pacto doctor workflow.
Agent contract for the Pacto exec workflow.
Agent contract for the Pacto explore workflow.
Agent contract for the Pacto init workflow.
Agent contract for the Pacto install workflow.
Agent contract for the Pacto move workflow.
| name | pacto-move |
| description | Agent contract for the Pacto move workflow. |
Use this skill as an agent contract for the move workflow in Pacto projects.
Move a plan slice between canonical states.
Use for explicit state transitions such as to-implement -> current or current -> done.
<from-state> in current|to-implement|done|outdated.<slug> matching [a-z0-9][a-z0-9-]*.<to-state> in current|to-implement|done|outdated.--root <path> to target a specific project root.--reason <text> to append transition context in plan README.--force to overwrite destination when it already exists.Status line.pacto status reflects the new state location.--force.pacto status --root <path> to verify current filesystem state before retrying.