handoff
Use when ending a session, completing a milestone, or stopping mid-task and context must be preserved for the next agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when ending a session, completing a milestone, or stopping mid-task and context must be preserved for the next agent
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read HANDOFF.md and continue from where we left off
Use when organizing raw content into slide-ready format, or when the user says "prepare slides", "structure this for a presentation", "brief for pptx".
Use when the user shares a URL or article and asks to extract key learnings, summarize topics, or generate a digest formatted for Google Chat, Slack, Discord, Telegram, or similar messaging tools. Accepts an optional format parameter.
Use when working with Kubernetes clusters, manifests, and related tasks.
Use when writing a CV, bio, LinkedIn post, or talk abstract for Silvio; when calibrating technical recommendations to Silvio's experience ("do I have experience with X?"); or when an introduction or speaker section is needed. Loads timeline, stack, credentials, and preferences on demand via the pointer table.
Use when reviewing or tightening a Markdown file that will be read by an agent (SKILL.md, CLAUDE.md, custom agent prompts, slash-command instructions) to make it more discoverable, imperative, and token-efficient. Accepts a file path or a skill name (e.g. "handoff").
| name | handoff |
| description | Use when ending a session, completing a milestone, or stopping mid-task and context must be preserved for the next agent |
Capture only what exists in the conversation. Skip anything reproducible from git unless it was explicitly requested.
The HANDOFF.md will be read by another agent. Write it imperatively and densely, no narration or context-setting.
Never mention git commits, PRs, merges.
Invoke the save-session-learnings skill.
Read HANDOFF.md if it exists. Extract still-relevant Open Questions and Known Broken items to carry forward.
Write HANDOFF.md at the project root with these sections:
Append this line at the end of the file, verbatim:
Before trusting anything time-sensitive above, run
git status,git diff, andgit logagainst the base branch.
Double-check to ensure a safety /clear invokation.