Handoff tool that structures work context into a handoff markdown file for session continuity.
Install
mkdir -p .claude/skills/handoff-claude-code-expert && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17192" && unzip -o skill.zip -d .claude/skills/handoff-claude-code-expert && rm skill.zipInstalls to .claude/skills/handoff-claude-code-expert
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.
세션 종료·컨텍스트 압축 직전에 진행 상황을 specs/HANDOFF.md로 인계한다. 긴 작업의 연속성이 필요할 때 사용.Key capabilities
- →Save current branch information
- →Store unfinished TODOs
- →Record core decisions
- →Outline next steps
- →Structure information in `specs/HANDOFF.md`
How it works
The skill organizes current branch, unfinished TODOs, core decisions, and next steps into a structured `specs/HANDOFF.md` file.
Inputs & outputs
When to use handoff
- →Summarize session progress
- →Create handoff documentation
- →Structure TODOs for next session
About this skill
handoff (세션 인계)
현재 브랜치·미완료 TODO·핵심 결정·다음 단계를 specs/HANDOFF.md에 구조화해 저장한다.
PreCompact/SessionStart 훅과 함께 동작한다.
출력 형식
- 진행 상황 / 미완료 / 다음 단계 / 주의점
프로젝트별 인계 항목은 이 아래에 추가한다 (예: 배포 상태, 미해결 티켓 번호, 롤백 절차).
When not to use it
- →When a session is not ending
- →When context compression is not imminent
- →When continuity for long tasks is not required
Limitations
- →Output is limited to `specs/HANDOFF.md`
- →Requires manual addition of project-specific handoff items
- →Does not automatically handle all possible project-specific items
How it compares
This skill formalizes the process of documenting session progress and future work in a dedicated file, ensuring continuity more reliably than informal notes.
Compared to similar skills
handoff side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| handoff (this skill) | 0 | 1mo | No flags | Beginner |
| session-handoff | 13 | 3mo | Review | Beginner |
| spec-to-backlog | 8 | 4mo | No flags | Intermediate |
| create-handoff | 3 | 7mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
session-handoff
davila7
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
spec-to-backlog
atlassian
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
create-handoff
parcadei
Create handoff document for transferring work to another session
moai-workflow-project
modu-ai
Integrated project management system with documentation, language initialization, and template optimization modules. Use when setting up projects, generating documentation, configuring multilingual support, or optimizing templates.
granola-core-workflow-b
jeremylongshore
Post-meeting note processing and sharing workflow with Granola. Use when reviewing meeting notes, sharing with team members, or processing action items after meetings. Trigger with phrases like "granola post meeting", "share granola notes", "granola follow up", "process meeting notes", "granola action items".
reporting
comeredon
Final pipeline execution report format. Defines the structure, agent registry, Mermaid gantt chart, and change summary. Used by AnalystAgent in Phase 6.