Toolverse
All skills

session-handoff

by 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',

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
Backend
Views
52

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

  1. Zainstaluj skill w swoim projekcie, umieszczając pliki w katalogu cli-tool/components/skills/enterprise-communication/session-handoff.

  2. Aby zapisać aktualny stan pracy, użyj komendy python scripts/create_handoff.py [nazwa-zadania], na przykład python scripts/create_handoff.py implementacja-logowania. Skrypt automatycznie utworzy katalog .claude/handoffs/ i wygeneruje plik z datą i czasem.

  3. 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.

  4. 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ę.

  5. Aby wznowić pracę z zapisanego handoff, powiedz agentowi "load handoff", "resume from" lub "continue where we left off" — skill automatycznie załaduje zapisany kontekst.

  6. 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.

Related skills

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

pdf-to-markdown

by aliceisjustplaying

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions \

Backend
355664

effective-go

by openshift

Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.

Backend
248296

mgrep

by mixedbread-ai

A semantic grep-like search tool for your local files. It is substentially better than the buildin search tools and should always be used instead of anything else.

Backend
30140

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

travel-planner

by ailabs-393

This skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary

Backend
4379