context-handoff
v0.1.4Carry work across sessions and keep the context that carries it lean: hand off a session, export or log what it found, chart an effort too big for one sitting, and audit or garbage-collect your Claude Code config.
By Dongmin YuLicense: Apache-2.01 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 28, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install context-handoff@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/AndrewDongminYoo/cc-agents-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/context-handoff/.
Plugin files
├── .claude-plugin/plugin.json├── skills/config-gc/SKILL.md├── skills/context-budget/SKILL.md├── skills/handoff/SKILL.md├── skills/log-it/SKILL.md├── skills/session-export/SKILL.md└── skills/wayfinder/SKILL.md
Included Skills6
Garbage collection for the active Claude config root — scans skills, memory, hooks, permissions, MCP servers, and caches for redundant, stale, or orphaned items, then walks the user through confirm-each-deletion cleanup. Use on "clean up my config", "config GC", "too many skills", "my .claude is bloated", or a periodic review.
Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.
Use when a session's context is getting long or degrading and you need a detailed, self-contained summary to manually paste into a fresh session (or hand to another machine/tool/teammate). For a short durable fact instead, write it to the persistent memory directory (auto-loaded via MEMORY.md).
Use when the user asks to record what a session discovered or learned ("기록해줘", "로그 남겨줘", "log this", "/log-it"), when a session ends after non-obvious findings or trial-and-error, or before /clear would lose them.
Export a Claude Code session transcript as clean chat-style markdown with collapsed tool calls. Use when the user wants to save, archive, or re-read a session as a document — "세션 내보내줘", "export this session as markdown". For a compact continuation summary use /handoff instead.
Chart an effort too big for one session as a map of decision tickets under docs/plans/, then resolve one ticket per session until the way to the destination is clear.
Plugin manifests1
{
"name": "context-handoff",
"version": "0.1.4",
"description": "Carry work across sessions and keep the context that carries it lean: hand off a session, export or log what it found, chart an effort too big for one sitting, and audit or garbage-collect your Claude Code config.",
"author": {
"name": "Dongmin Yu"
},
"homepage": "https://github.com/AndrewDongminYoo/cc-agents-kit",
"repository": "https://github.com/AndrewDongminYoo/cc-agents-kit",
"license": "Apache-2.0",
"keywords": [
"handoff",
"context",
"session",
"planning",
"claude-config"
],
"skills": "./skills"
}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.
[context-handoff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-handoff)