Agent skill
resume-handoff
Resume from a previous session handoff. Use when: - User says "resume", "continue where we left off", "pick up where" - Starting a new session after a break - User mentions "last session", "previous work"
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/resume-handoff-darkroomengineering-cc-settings
SKILL.md
Resume Session Handoff
Load state from a previous session and continue work.
Usage
bash ~/.claude/scripts/handoff.sh resume
Or use:
/resume-handoff
What Gets Loaded
- Previous task: What you were working on
- Progress: What was completed
- Decisions: Key choices made
- Files modified: What was changed
- Next steps: What remains
- Context: Important information
Available Handoffs
List handoffs for current project:
ls ~/.claude/handoffs/ | grep "$(basename $(pwd))"
Resume Options
Most Recent
/resume-handoff
Loads the most recent handoff for current project.
Specific Handoff
/resume-handoff project-name-2024-01-15-1430
Loads a specific handoff file.
List All
/resume-handoff list
Shows available handoffs.
Workflow
- Load handoff - Read previous state
- Review context - Understand where we left off
- Verify files - Check current state vs handoff
- Continue work - Pick up next steps
Output
Displays:
- Summary of previous session
- Progress made
- Next steps to take
- Any relevant learnings
Automatic Session Start
When starting a new session, the setup automatically:
- Recalls project learnings
- Shows recent handoff if available
- Displays context from previous work
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?