handoff-resume
Resume working exactly where you left off by restoring project state.
Install
mkdir -p .claude/skills/handoff-resume && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12650" && unzip -o skill.zip -d .claude/skills/handoff-resume && rm skill.zipInstalls to .claude/skills/handoff-resume
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
从 `.codex/state/` 恢复完整项目上下文并输出可继续推进的 Resume 摘要(Current Focus / Next 3 / Blockers / Pitfalls)。当用户说“继续之前的任务”“恢复上一个窗口的工作”“恢复上下文”或输入 `/resume`、`/restore-context` 时使用。Key capabilities
- →Restore full project context from `.codex/state/`.
- →Output a resume summary.
- →Identify current focus and next actions.
- →List blockers and pitfalls.
- →Handle conflicts between state files.
How it works
The skill reads project state files from `.codex/state/` in a defined order to reconstruct the project context and generate a concise resume summary.
Inputs & outputs
When to use handoff-resume
- →Resuming a project after a long break
- →Restoring state when switching windows
- →Getting a status update on pending tasks
- →Checking for blockers before starting a new session
About this skill
Handoff Resume
你现在要执行“恢复上下文”。
目标:从 .codex/state/ 读取最小但足够的状态,快速恢复到可执行状态。
读取顺序
.codex/state/HANDOFF.md,若存在则优先.codex/state/progress.md.codex/state/BRIEF.md.codex/state/issues/中 Open / Doing / Blocked 的 Issue.codex/state/kb/中与当前焦点相关的 KB
如果状态目录不存在
- 明确说明当前项目未初始化持久上下文。
- 建议执行
project-state-init并使用--init-state生成骨架。 - 不要假装已经恢复成功。
输出要求
- 只输出恢复后的行动摘要,不复述全部文件内容。
- 至少包含:
Current Focus、Why Now、Next 3、Blockers、Active Issues、Pitfalls、First Action。 - 如果 HANDOFF 与 progress 或 BRIEF 有冲突,以较新的状态文件和当前事实为准,并点明冲突。
- 若信息不足,明确列出“待确认项”。
落地原则
- 本 skill 默认只读,不主动写文件。
- 如果本次恢复后立即进入执行阶段,可在后续由
ops-sync记录“已完成一次 resume”这一动作。
When not to use it
- →When the user does not explicitly ask to resume or restore context.
- →When the `.codex/state/` directory does not exist.
Limitations
- →Only outputs a resume summary, not the full file content.
- →If the state directory does not exist, it will not resume.
- →This skill is read-only by default and does not actively write files.
How it compares
This skill automates the aggregation and summarization of project state from multiple files, providing a quick overview for resuming work, unlike manually reviewing each state file.
Compared to similar skills
handoff-resume side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| handoff-resume (this skill) | 0 | 3mo | No flags | Beginner |
| notion-meeting-intelligence | 6 | 6mo | No flags | Intermediate |
| resume-handoff | 3 | 6mo | No flags | Intermediate |
| meeting-briefing | 2 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by luck7x
View all by luck7x →You might also like
notion-meeting-intelligence
openai
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
resume-handoff
parcadei
Resume work from handoff document with context analysis and validation
meeting-briefing
anthropics
Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.
personal-assistant
ailabs-393
This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.
digital-brain
muratcankoylan
This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice consistency.
meeting-sync
amanaiproduct
Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.