Agent Plugins Marketplace
All plugins

chat-handoff

v1.3.0

Скилл для переноса контекста текущего диалога в новый чат одним готовым к вставке markdown-блоком

Claude Code1 Skill

By Leonid74License: MIT1 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 chat-handoff for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install chat-handoff@agent-plugin-marketplace

Paste 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/Leonid74/ai-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/chat-handoff/.

Plugin files

plugins/chat-handoff/
├── .claude-plugin/plugin.json
└── skills/chat-handoff/SKILL.md

Included Skills1

chat-handoffskills/chat-handoff/SKILL.md

Invoke when the user signals they are ending THIS session to continue in a NEW chat with preserved context. This is session migration, not content summarization — the user needs a copy-paste block for their next chat's opening message. Invoke for: 'handoff', 'хэндоф', 'перенос в новый чат', 'выжимка для нового диалога', 'контекст для нового чата', chat-too-long-to-continue, or any combination of summarizing + intent to open a new session elsewhere. Also trigger for: 'суммаризируй чат', 'суммаризируй диалог', 'выжимка диалога', 'chat-handoff', 'продолжим в новом чате', 'перенос в новый чат'. Skip for: summarizing code/PRs/videos/documents in this session, writing client-facing summaries, saving to memory without new-chat intent, or when the user wants to continue HERE rather than move to a new chat.

Plugin manifests1

plugins/chat-handoff/.claude-plugin/plugin.json
{
  "name": "chat-handoff",
  "description": "Скилл для переноса контекста текущего диалога в новый чат одним готовым к вставке markdown-блоком",
  "version": "1.3.0",
  "author": {
    "name": "Leonid74"
  },
  "homepage": "https://github.com/Leonid74/ai-skill-chat-handoff",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[chat-handoff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chat-handoff)