From leandrocfe-skills
Creates a handoff document summarizing the current conversation for a fresh agent to continue work. Useful when handing off tasks, saving context for later, or starting a new session.
How this skill is triggered — by the user, by Claude, or both
Slash command
/leandrocfe-skills:handoff Para que a próxima sessão vai ser usada?Para que a próxima sessão vai ser usada?The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Escreva um documento de handoff resumindo a conversa atual para que um agente novo possa continuar o trabalho. Salve num caminho gerado por `mktemp -t handoff-XXXXXX.md` (leia o arquivo antes de escrever nele).
Escreva um documento de handoff resumindo a conversa atual para que um agente novo possa continuar o trabalho. Salve num caminho gerado por mktemp -t handoff-XXXXXX.md (leia o arquivo antes de escrever nele).
Sugira as skills a serem usadas, se houver, pela próxima sessão.
Não duplique conteúdo já capturado em outros artefatos (PRDs, planos, ADRs, issues, commits, diffs). Referencie por caminho ou URL.
Se o usuário passou argumentos, trate-os como descrição do que a próxima sessão vai focar e ajuste o doc.
npx claudepluginhub leandrocfe/skillsCompact the current conversation into a handoff document for another agent to pick up.
Compacts the current conversation into a handoff document for another agent to continue the work, with suggested skills and redacted sensitive info.
Summarizes the current Claude Code conversation into a handoff document for another agent to continue work. Useful when context switching or passing tasks between agents.