handoff
Compacta la conversacion actual en un documento de handoff para que otro agente continue el trabajo. Redacta secrets, referencia artifacts por path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compacta la conversacion actual en un documento de handoff para que otro agente continue el trabajo. Redacta secrets, referencia artifacts por path.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Guia completa de hooks y memoria persistente agnostica para agentes. Usa cuando configures hooks, entiendas memoria, o crees agentes con memoria compartida.
Compact the current conversation into a handoff document so another agent can continue the work. Use when the user says 'handoff', 'transfer context', or 'another agent needs to continue'.
Use after modifying code in apps/, services/, or src/ to check which docs (feature specs, architecture, CHANGELOG.md, .env.example) need updating as a result. Call this before considering a task done if it touched app code.
Use when about to commit, push, or otherwise perform a git operation. Confirms commit format, branch workflow (solo vs team), and runs the pre-push checklist (build, no secrets, no .env).
Use right after finishing a feature or bugfix, before committing. Runs the project's build/test/lint command and a quick credential grep — fast, not a full audit.
Use before a commit that touches auth, env config, or logging, or whenever security-sensitive files were modified. Scans for hardcoded credentials, unsafe env fallbacks, and missing auth checks.
| name | handoff |
| description | Compacta la conversacion actual en un documento de handoff para que otro agente continue el trabajo. Redacta secrets, referencia artifacts por path. |
| invocation | user |
Compacta la conversacion actual en un documento de handoff para que un agente fresco pueda continuar el trabajo sin perder contexto.
docs/features/ con su status# Handoff — [Fecha]
## Proyecto
- Nombre: [nombre]
- Stack: [tecnologias]
- Estado: [resumen]
## Trabajo de esta Sesion
1. [Que se hizo]
2. [Que quedo pendiente]
3. [Decisiones tomadas]
## Archivos Clave
- `path/to/file` — [que hace, que se cambio]
## Specs Activas
- `docs/features/feature-a.md` — status: [draft/approved/in-progress/done]
## Para el Siguiente Agente
- Lee primero: `AGENTS.md`, `CONTEXT.md`
- Skills sugeridas: [lista]
- Cuidado con: [areas fragiles]