session-handoff
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',
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
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.
How to use
Zainstaluj skill w swoim projekcie, umieszczając pliki w katalogu
cli-tool/components/skills/enterprise-communication/session-handoff.Aby zapisać aktualny stan pracy, użyj komendy
python scripts/create_handoff.py [nazwa-zadania], na przykładpython scripts/create_handoff.py implementacja-logowania. Skrypt automatycznie utworzy katalog.claude/handoffs/i wygeneruje plik z datą i czasem.Jeśli pracujesz nad kontynuacją poprzedniego zadania, dodaj flagę
--continues-from, aby połączyć handoff z wcześniejszą pracą:python scripts/create_handoff.py "logowanie-czesc-2" --continues-from 2024-01-15-logowanie.md.Skill automatycznie zasugeruje utworzenie handoff po znaczącej pracy — na przykład po 5+ edycjach plików, skomplikowanym debugowaniu lub ważnych decyzjach architektonicznych. Odpowiedz "create handoff", aby zaakceptować sugestię.
Aby wznowić pracę z zapisanego handoff, powiedz agentowi "load handoff", "resume from" lub "continue where we left off" — skill automatycznie załaduje zapisany kontekst.
Możesz też ręcznie wyzwolić zapis, mówiąc "save state", "create handoff", "I need to pause" lub "context is getting full" — skill natychmiast utworzy dokument handoff z aktualnym stanem.