session-handoff
v0.9.3Watches the session's own token usage and triggers the session-handoff skill at a configurable threshold. At session start, announces open (untransferred) handoffs, offers a choice when several exist, and tracks resumed state in a ledger.
By Ben (Clear Method)0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 session-handoff for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install session-handoff-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/bens27/session-handoff-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/session-handoff/.
Plugin files
├── .claude-plugin/plugin.json└── skills/session-handoff/SKILL.md
Included Skills1
Use immediately whenever a "[context-watch]" or "context-watch:" message appears in conversation. Also run whenever the user says a variation of "hand off", "wrap up the session", "park this work", or "save this for later", or when context is nearly exhausted or auto-compaction is imminent. Also use it to resume: at session start when open handoffs are announced, or whenever the user asks to resume or pick up parked work. Do not use for ordinary progress summaries, commit messages, or status updates while the session is continuing, and do not use it as a general note-taking or memory tool.
Plugin manifests1
{
"name": "session-handoff",
"version": "0.9.3",
"description": "Watches the session's own token usage and triggers the session-handoff skill at a configurable threshold. At session start, announces open (untransferred) handoffs, offers a choice when several exist, and tracks resumed state in a ledger.",
"author": {
"name": "Ben (Clear Method)"
},
"keywords": [
"context",
"handoff",
"hooks",
"session"
]
}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.
[session-handoff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-handoff-2)