用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jim80net/memex-claude --skill takeover命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | takeover |
| description | Pick up where a previous session left off by reading and executing a handoff document. |
| queries | ["take over from handoff","continue where we left off","pick up previous work","load handoff","what was I working on","takeover previous session","continue from last session"] |
Read a handoff document and orient the session to continue the work.
List available handoff documents:
ls -1t .claude/handoffs/*.md 2>/dev/null
If the user specified a filename, use that. Otherwise show the list sorted by date (newest first) and ask which one to take over.
Read the handoff file completely. Before proceeding, understand:
Confirm the working environment matches what the handoff expects:
git branch --show-current
git status
git log --oneline -5
If the branch or state doesn't match (e.g., switched branches since the handoff), flag it and ask the user how to proceed.
Before presenting a plan, make sure you genuinely understand the goal. Ask clarifying questions if:
Do not proceed until you're confident you understand what success looks like.
Give the user a brief summary:
Taking over: Branch: Next up:
items remaining. Shall I start with ?
Start executing the remaining tasks in order. Follow the suggested approaches noted in the handoff. Respect the key decisions unless the user overrides them.
$ARGUMENTS