現セッションの内容を整理・文書化してファイルへ書き出し、新しく tmux で立ち上げる Claude Code セッションに作業を引き継ぐ。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add 844196/dotfiles --skill handover-tmux --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Handover Tmux?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/844196-handover-tmux)More formats (shields.io, HTML) on the badges page.
---
name: handover-tmux
description: 現セッションの内容を整理・文書化してファイルへ書き出し、新しく tmux で立ち上げる Claude Code セッションに作業を引き継ぐ。
hooks:
Stop:
- hooks:
- type: command
command: "${CLAUDE_PLUGIN_ROOT}/skills/handover-tmux/hooks/stop-reminder.sh"
once: true
---
# Handover in a new tmux pane
現セッションの内容を整理・文書化してファイルへ書き出し、新しく tmux で立ち上げる Claude Code セッションに作業を引き継ぐ。
## 手順
手順 1〜3 は **一気通貫で実行する**。途中で停止しないこと。
1. `/handover:handover` スキルでハンドオーバ文書を書き出す
2. 以下のコマンドを実行する
```bash
tmux split-window -h -c "$PWD" -t $TMUX_PANE "${user_config.CLAUDE_COMMAND} '/handover:takeover <手順1で書き出したハンドオーバ文書のパス>'"
```
3. 「引き継いだ」とだけ報告する
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!