Skip to main content
ClaudeWave
Skill1.6k repo starsupdated 23d ago

handoff

将当前对话压缩为交接文档(handoff document / session handoff brief),供下一个 agent 接续工作。手动调用 /handoff。

Install in Claude Code
Copy
git clone --depth 1 https://github.com/feiskyer/claude-code-settings /tmp/handoff && cp -r /tmp/handoff/skills/handoff ~/.claude/skills/handoff
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

撰写一份交接文档,总结当前对话内容,使全新的 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 轮实质交流),直接告知用户无需生成交接文档,除非用户坚持。
command-creatorSkill

Create Claude Code custom slash commands with proper structure, frontmatter, and best practices. Use this skill whenever the user wants to create a new command, add a slash command, build a custom command, or mentions "create-command", "new command", "add command", or "make a command" for Claude Code. Also trigger when the user wants to turn a workflow into a reusable command.

deep-reflectorSubagent

Comprehensive session analysis and learning capture specialist. Analyzes development sessions to extract patterns, preferences, and improvements for future interactions. Use after significant work sessions to capture learnings.

github-issue-fixerSubagent

GitHub issue resolution specialist. Analyzes, plans, and implements fixes for GitHub issues with proper testing and PR creation. Use when fixing specific GitHub issues.

insight-documenterSubagent

Technical breakthrough documentation specialist. Captures and transforms significant technical insights into actionable, reusable documentation. Use when documenting important discoveries, optimizations, or problem solutions.

instruction-reflectorSubagent

Analyzes and improves Claude Code instructions in CLAUDE.md. Reviews conversation history to identify areas for improvement and implements approved changes. Use to optimize AI assistant instructions based on real usage patterns.

pr-reviewerSubagent

Expert code reviewer for GitHub pull requests. Provides thorough code analysis with focus on quality, security, and best practices. Use when reviewing PRs for code quality and potential issues.

ui-engineerSubagent

Expert UI/frontend developer for creating, modifying, or reviewing frontend code, UI components, and user interfaces. Use when building React components, responsive designs, or any frontend development tasks. PROACTIVELY use for UI/UX implementation, component architecture, and frontend best practices.

autonomous-skillSkill

>-