Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill context-handoff-tibsfox-gsd-skill-creator-3 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Context Handoff Tibsfox Gsd Skill Creator 3?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-context-handoff-tibsfox-gsd-skill-creator-3-claude-skill-registry)More formats (shields.io, HTML) on the badges page.
---
name: context-handoff
description: Creates context handoff documents for session continuity. Use when ending sessions, switching tasks, or handing off work.
version: 1.0.0
format: 2025-10-02
triggers:
- "ending sessions, switching tasks, or handing off work"
updated: 2026-04-25
status: ACTIVE
---
# Context Handoff
Capture everything needed to resume work with zero context loss.
## Template
```markdown
# Context Handoff: [Task Name]
**Status:** in-progress | blocked | paused
**Created:** [date]
## What We're Building
[One paragraph: goal, success criteria]
## Current State
### Completed
- [x] [Task] — [file/commit]
### In Progress
- [ ] [Task] — [how far, what remains]
### Not Started
- [ ] [Task]
## Key Files
| File | Role | Status |
|------|------|--------|
## Decisions Made
| Decision | Rationale |
|----------|-----------|
## Blockers / Open Questions
- [Blocker/question with context]
## What to Do Next
1. [Specific action with details]
2. [Specific action with details]
## Gotchas
- [Non-obvious things that will trip you up]
```
## Rules
- Use absolute paths (no relative paths)
- Include exact test/build commands (copy-pasteable)
- Capture WHY for decisions, not just WHAT
- Write as if reader knows nothing about recent work
- Update as last action before stopping
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!