📝
AI EngineeringPython

Handoff

by feiskyer

Handoff is an AI Engineering skill for Claude Code, published by feiskyer in claude-code-settings.

1.6K stars244 forkson feiskyer/claude-code-settingsAdded 2026/08/19Repository updated 2026/08/13
agentic-aiagentsaiclaude-codeclaude-code-agentsclaude-code-pluginsclaude-skillscodexcopilotlitellmvibe-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/claude-code-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/claude-code-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/claude-code-settings
Installs to
~/.claude/skills/handoff
Collection
One of 12 skills cataloged from this repository
Category
AI Engineering2451 skills

What Handoff does

Handoff compresses the current conversation into a handoff document, saved to $TMPDIR, so a new agent can continue the work seamlessly. Use /handoff when handing off a session to another agent or after a long conversation.

Handoff is cataloged under AI Engineering on DirSkills. Handoff comes from a repository tagged agentic-ai, agents, ai, claude-code and claude-code-agents.

Documentation

README

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

输出位置

保存到 $TMPDIR/handoff-YYYY-MM-DD-HHMM.md(用实际时间戳替换)。生成后告知用户完整路径。

文档结构

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

  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 12 skills that DirSkills catalogs from feiskyer/claude-code-settings, the repository it ships in. Its siblings there include Brainstorming, Codex 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/claude-code-settings page.

  • How does Handoff compare to other AI Engineering skills?

    Handoff ranks #951 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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/claude-code-settings

Handoff is one of 12 skills cataloged on DirSkills from feiskyer/claude-code-settings.

See all 12 skills
🧠
2w ago

Brainstorming

Brainstorming explores user intent, requirements, and design options through collaborative dialogue before implementation. It is used before building new features, components, or systems when design decisions are involved, not for bug fixes or tasks with an obvious implementation path.
AI Engineering
1.6K244
🤖
2w ago

Codex

Codex runs OpenAI Codex/GPT models through the Codex CLI to autonomously implement code, review changes, and review plans. Use it when delegating coding tasks, getting a second-opinion review, or running tasks in sandboxed modes.
AI Engineering
1.6K244
🔬
2w ago

Deep Research

Deep Research orchestrates multiple headless claude -p subprocesses to split a research goal into parallel sub-goals, gather sources, and aggregate findings into a polished report file. Use it for systematic web research, competitive analysis, batch link processing, or evidence synthesis.
AI Engineering
1.6K244
🛠️
2w ago

Fix GitHub Issue

Fix GitHub Issue guides analysis, branch creation, implementation, testing, and PR submission for a reported issue. Use it when working from an issue number, issue URL, or a request to fix an issue end to end.
Automation
1.6K244
🎨
2w ago

GPT Image

GPT Image generates and edits images using OpenAI GPT Image API models (gpt-image-2, gpt-image-1, etc). Use it when the user explicitly asks for OpenAI or GPT image generation or editing.
AI Engineering
1.6K244
🧐
2w ago

Grill Me

Grill Me runs high-intensity adversarial design reviews and grill sessions, challenging assumptions and missing constraints before implementation. It also maintains a domain model with a terminology glossary and ADRs as decisions crystallize.
Quality
1.6K244