Wrap up a chat session into a clean, resumable handoff package, built around a Project → Chat folder model.
- Maintains one project-level consolidated Context file at
[Project]/Context/, split into a section per chat — so every chat under a project shares context instead of each keeping its own. - Writes each chat's own Handoff and Handoff Prompt (and a Financial Analysis when relevant) in
[Chat]/Handoff/. - Detects and migrates legacy layouts automatically:
00 Handoff→Handoff, stray/duplicate context files →archived/, and retires a project's old00 Handofffolder intoContext/. - Runs the companion file-organizer skill on the chat folder as a final, mandatory step.
- File naming convention:
YYYY [Type] DDMMYY [Descriptive Name].md.
SKILL.md— the skill definition (what Claude reads).templates/—context,handoff,prompt, andfinancial-analysistemplates.handoff.skill— packaged bundle for one-click import.
- Cowork: Skills → Upload skill → drop
handoff.skill(or this folder). - Manual: copy
SKILL.md+templates/into your skills directory.
A personal workflow skill by @thekhairulakbar.