Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Handoff

porsoftaworks·softaworks· v1.0.0 · atualizado em 2026-04-10
80
Score

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.

ai-agentscontext-managementhandoffsession-managementllm-integrationstate-saving
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdsession-handoff/workflow
1
Determine Mode: — Identify if creating or resuming a handoff.
2
Create Scaffold (CREATE): — Run `create_handoff.py` to generate a pre-filled handoff document.
3
Complete Document (CREATE): — Fill in all `[TODO: ...]` sections, prioritizing current state, context, next steps, and decisions.
4
Validate Handoff (CREATE): — Run `validate_handoff.py` to check completeness, security, and quality.
5
Find Handoffs (RESUME): — Run `list_handoffs.py` to list available handoffs.
6
Check Staleness (RESUME): — Run `check_staleness.py` to assess the currency of the handoff.
7
Load and Verify (RESUME): — Read the handoff document and verify the context using the `resume-checklist.md`.
8
Begin Work (RESUME): — Start with the immediate next steps from the handoff document.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aRemembering Conversations
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aInstaclaw 🦞
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78
Similar aWallet
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Handoff
session-handoff
Fases Cognitivas4
1.SENSE
2.CONTEXTUALIZE
3.ACT
4.REFLECT
Triggers10
create a handoff documentsave the current agent stateI need to pause this sessioncontext is getting fullload handoffresume from a previous sessioncontinue where we left offsave statecreate handoffI need to pause

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download session-handoff
$ synaptic skills detail session-handoff
$ synaptic skills live session-handoff

Dependências

python

Links

GitHub Repository