用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lev-os/agents --skill handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | handoff |
| description | Use when closing or pausing a session by updating workstream state and copying a resume prompt. |
| skill_type | workflow |
| category | lifecycle |
| output_template | hud |
Update the active workstream state and copy a concise resume prompt. Handoff markdown is a projection; workstream YAML is the durable identity.
Lifecycle lane: Close
Entity movement: verified | paused | blocked -> resumable
Workstream: update .lev/pm/workstreams/<id>/state/workstream.yaml
Upstream: /close, stop hook, user pause, context compaction
Downstream: next session via resume prompt
Router: /work
HUD: end with 🧬 {ws} ⚡{exec_count} 📥{capture_count} ⏸️{paused_count} ✅{done_count} | 🚦{gate}={score} | ⏭️ {next} | 🔁{loop_state}
steps:
- id: identify_workstream
action: Select the active workstream that matches the session.
validation: "A single workstream id is selected or created from clear session context."
on_failure: "Ask only if the objective cannot be inferred."
- id: update_state
action: Write structured state to the workstream YAML.
validation: "State includes phase, status, shipped work, decisions, blockers, and next vision."
on_failure: "Do not emit a resume prompt until state is durable."
- id: copy_resume
action: Copy a resume prompt with workstream id, last shipped summary, blockers, and next step.
validation: "pbcopy succeeds or the prompt is printed as fallback."
on_failure: "Report that clipboard copy failed and include the prompt."
- id: report_hud
action: Report updated state path and HUD.
validation: "User sees the path and resumable next action."
on_failure: "Add the path and HUD."
workstream_id: <slug>
title: <human readable>
objective: <what this workstream achieves>
phase: shape | plan | exec | close | eval
status: active | paused | completed | superseded
owner: <who>
provenance_ref: null
lineage_ref: null
decision_refs: []
question_refs: []
follow_up_refs: []
extensions:
session_N:
date: 'YYYY-MM-DD'
ships: []
blockers: []
vision_next_session: []
Resume workstream <ID>. Read .lev/pm/workstreams/<ID>/state/workstream.yaml.
Last session shipped: <1-2 sentence summary>
Blockers: <list or none>
Next: <next lifecycle verb and entity>
.lev/pm/handoffs/ markdown unless explicitly requested./close when sealing verified work; /handoff can pause
without forcing a commit when the user is only preserving context.