用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Aquarius-mu/gameserver-agent-skills --skill handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | handoff |
| description | Compact the current conversation into a handoff document for another agent or session to pick up. |
| argument-hint | What will the next session focus on? |
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to a path produced by mktemp -t handoff-XXXXXX.md (read the file before writing to it).
Suggest which skills the next session should use.
Do not duplicate content already captured in other artifacts (PRDs, plans, SVN commit messages, diffs). Reference them by path instead.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
# Handoff — [Date] [Focus]
## Context
[What we were working on and why]
## Current State
[What is done, what is in progress, what is blocked]
## Key Files
[Exact paths to plans, PRDs, or design docs relevant to the next session]
## Next Steps
[Ordered list of what to do next]
## Suggested Skills
[Which skills to invoke in the next session, in order]
## Open Questions
[Anything unresolved that the next session needs to decide]