원클릭으로
handoff
Transfer session state to a fresh agent as a minimal, lossless state-transfer document.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Transfer session state to a fresh agent as a minimal, lossless state-transfer document.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a long-form goal with judge-verified completion.
Creates or updates repository specs, acceptance criteria, durable decisions, and documentation for new work. Use when adding a feature or defining an ambiguous slice, when making architectural decisions or changing contracts (game state, leaderboard, audio, settings), or when recording durable context (decisions, glossary, conventions) for future engineers and agents.
Audits the MEMORYBLOX codebase for dead TypeScript code, orphan files, and unused symbols, triages findings into live dead code or false positives, and optionally removes provably dead code with focused validation. Use when the user asks for a dead-code scan, unused-code audit, orphan-file scan, unused-symbol triage, or cleanup from analyzer findings.
Remove AI-generated code slop from the current branch diff. Use when the user asks to deslop, clean up AI slop, remove unnecessary comments, strip defensive cruft, or flatten needless nesting.
Runs a disciplined diagnosis loop for hard bugs and performance regressions. Reproduce, minimise, hypothesise, instrument, fix, and regression-test. Use when the user says "diagnose this", the bug is flaky or not yet reproducible, root cause is unknown after triage, or a performance regression needs measurement before fixing.
Extremely strict maintainability review hunting code-judo restructurings — abstraction quality, the 1k-line rule, and spaghetti growth. Use when asked to review code, do a code review, audit changes, check for issues, or review uncommitted/staged changes. Covers diff-first review of pending changes and broader codebase audit.
| name | handoff |
| description | Transfer session state to a fresh agent as a minimal, lossless state-transfer document. |
| argument-hint | What will the next session be used for? |
| disable-model-invocation | true |
Produce a state-transfer document — the minimum payload a fresh agent needs to resume this session without re-litigating decisions already made. Save to the temporary directory of the user's OS, not the current workspace.
The handoff is done when a fresh agent, given only this document and the repo, can state the current task, the last concrete action taken, and the exact next step — without asking a single clarifying question.
Plain Markdown. No boilerplate headers beyond the sections above. Prefer bullet lists over prose paragraphs.
If the user passed arguments, treat them as a description of the next session's focus. Weight the state snapshot and suggested skills toward that focus.