tmux-reboot
v1.30.0Snapshot the running tmux/claude/codex agents before a reboot and resume the exact sessions afterward, complementing tmux-resurrect which restores windows but not the agents inside them.
By Craig MotlinLicense: Apache-2.015 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add tmux-reboot@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/motlin/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tmux-reboot/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/restore/SKILL.md└── skills/snapshot/SKILL.md
Included Skills2
Restore claude/codex agents from a resume-after-reboot JSON state file after tmux-resurrect reopens their windows. Use after a reboot when asked to restore, resume, or bring back tmux agents. For herdr instead of tmux, use the herdr-reboot plugin.
Snapshot running tmux claude/codex agents to a resume-after-reboot JSON state file immediately before a reboot, so their sessions can be restored afterward. Use when asked to snapshot, save, or capture tmux sessions before rebooting. For herdr instead of tmux, use the herdr-reboot plugin.
Plugin manifests2
{
"name": "tmux-reboot",
"version": "1.30.0",
"description": "Snapshot the running tmux/claude/codex agents before a reboot and resume the exact sessions afterward, complementing tmux-resurrect which restores windows but not the agents inside them.",
"author": {
"name": "Craig Motlin"
},
"license": "Apache-2.0",
"homepage": "https://github.com/motlin/claude-code-plugins/tree/main/plugins/tmux-reboot",
"repository": "https://github.com/motlin/claude-code-plugins",
"keywords": [
"codex",
"plugin",
"tmux",
"resume",
"reboot",
"resurrect"
],
"interface": {
"displayName": "Tmux Reboot",
"shortDescription": "Snapshot and resume tmux claude/codex agents across a reboot.",
"longDescription": "Snapshot the running tmux/claude/codex agents before a reboot and resume the exact sessions afterward, complementing tmux-resurrect which restores windows but not the agents inside them.",
"developerName": "Craig Motlin",
"category": "Productivity",
"capabilities": [
"Workflow"
],
"defaultPrompt": [
"Snapshot my tmux sessions so I can resume after a reboot."
],
"brandColor": "#3B82F6"
},
"skills": "./skills/"
}{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "tmux-reboot",
"description": "Snapshot the running tmux/claude/codex agents before a reboot and resume the exact sessions afterward, complementing tmux-resurrect which restores windows but not the agents inside them.",
"version": "1.30.0",
"license": "Apache-2.0",
"author": {
"name": "Craig Motlin"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tmux-reboot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tmux-reboot)