📝
WritingPython

Handoff

by feiskyer

Handoff is a Writing skill for Claude Code, published by feiskyer in codex-settings.

237 stars33 forkson feiskyer/codex-settingsAdded 2026/09/03Repository updated 2026/08/13
agent-skillsagentic-aiagentsaiai-codingcodexcodex-clicodex-profilescodex-skillscopilotlitellmmcpopenaivibe-coding
Install in seconds
Install Handoff
Copy Handoff into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/feiskyer/codex-settings/tree/main/skills/handoff ~/.claude/skills/handoff

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/feiskyer/codex-settings.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/handoff/SKILL.md in feiskyer/codex-settings
Installs to
~/.claude/skills/handoff
Collection
One of 11 skills cataloged from this repository
Category
Writing1109 skills

What Handoff does

Handoff compresses a conversation into a sanitized transfer document for the next agent. Use it when a user explicitly asks for session handoff or invokes $handoff.

Handoff is cataloged under Writing on DirSkills. Handoff comes from a repository tagged agent-skills, agentic-ai, agents, ai and ai-coding.

Documentation

README

撰写一份交接文档,总结当前对话内容,使全新的 agent 能够无缝继续工作。

输出位置

先解析当前平台的系统临时目录,再保存为 handoff-YYYY-MM-DD-HHMM.md(用实际时间戳替换)。优先使用平台 API,例如 Python 的 tempfile.gettempdir();在 Unix 环境可使用 $TMPDIR,未设置时回退到 /tmp。生成后告知用户完整绝对路径。

文档结构

按以下结构组织交接文档:

  1. 背景与目标 — 一句话概述当前任务
  2. 已完成工作 — 带路径/URL 引用
  3. 当前状态 — 进展到哪一步、卡在哪里
  4. 待办事项 — 下一个 agent 需要做什么
  5. 推荐技能 — 建议调用的 skill 列表
  6. 关键上下文 — 环境、分支、配置等必要信息

规则

  • 不要重复已存在于其他产物(规格文档、计划、ADR、issue、commit、diff)中的内容,改为通过路径或 URL 引用。
  • 脱敏处理:删除 API key、密码、个人身份信息等敏感内容。
  • 如果用户传入了参数,将其视为下一次会话的重点方向,据此调整文档内容。
  • 如果当前对话极短(少于 3 轮实质交流),直接告知用户无需生成交接文档,除非用户坚持。

Frequently asked about Handoff

  • What else does feiskyer publish alongside Handoff?

    Handoff is one of 11 skills that DirSkills catalogs from feiskyer/codex-settings, the repository it ships in. Its siblings there include Brainstorming, Claude Code Headless Mode and Deep Research. Each one is a separate skill with its own page in this directory, installs the same way Handoff does, and is maintained by feiskyer in that same repository. The rest of the collection is listed on the feiskyer/codex-settings page.

  • How does Handoff compare to other Writing skills?

    Handoff ranks #909 by stars among the 1109 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Handoff against them. Open each page to compare what they document and how they install.

More from feiskyer/codex-settings

Handoff is one of 11 skills cataloged on DirSkills from feiskyer/codex-settings.

See all 11 skills
🧠
7h ago

Brainstorming

Brainstorming helps turn a user’s idea into a design and spec before implementation. It is used for new features, components, or systems when choices, constraints, and success criteria need to be clarified first.
AI Engineering
23733
🤖
7h ago

Claude Code Headless Mode

Claude Code Headless Mode delegates work to the Claude Code CLI for non-interactive runs, automation scripts, CI jobs, and resumable sessions. Use it when you want Claude to execute a task through `claude -p` instead of solving it inline.
Automation
23733
🔎
7h ago

Deep Research

Deep Research orchestrates a multi-agent workflow that splits a research goal into parallel sub-tasks, gathers evidence with Codex CLI subprocesses, and merges the results into a verified report. Use it for systematic web or document research, competitor analysis, and long-form evidence synthesis.
AI Engineering
23733
🖼️
7h ago

GPT Image

GPT Image generates or edits images with OpenAI GPT Image models from prompts and input images. Use it when you want to create artwork, logos, or modified images with gpt-image-2 or related models.
AI Engineering
23733
🐛
7h ago

GitHub Issue Fix

GitHub Issue Fix analyzes a reported issue in the current repository, implements the smallest appropriate change, and verifies it with targeted tests. Use it when you need help investigating or fixing an issue by number or URL.
Quality
23733
🧐
7h ago

GitHub Pull Request Review

GitHub Pull Request Review analyzes a GitHub pull request with evidence-backed checks, multiple review angles, and false-positive filtering. Use it when reviewing a PR by number or URL and you want a local findings report or an explicitly authorized published review.
Quality
23733