Agent Plugins Marketplace
All plugins

handoff

v1.3.0+codex.c9643ce50f45

Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session with unfinished work, transferring context to a fresh agent or a new session, approaching context limits, or when the user says "handoff", "write a handoff doc", or "continue this in another session".

Codex1 Skill

By Matt PocockLicense: MIT22 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add handoff-3@agent-plugin-marketplace

Paste 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/dashed/claude-marketplace

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

Plugin files

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

Included Skills1

handoffskills/handoff/SKILL.md

Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session with unfinished work, transferring context to a fresh agent or a new session, approaching context limits, or when the user says "handoff", "write a handoff doc", or "continue this in another session".

Plugin manifests1

plugins/handoff/.codex-plugin/plugin.json
{
  "name": "handoff",
  "version": "1.3.0+codex.c9643ce50f45",
  "description": "Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session with unfinished work, transferring context to a fresh agent or a new session, approaching context limits, or when the user says \"handoff\", \"write a handoff doc\", or \"continue this in another session\".",
  "author": {
    "name": "Matt Pocock"
  },
  "license": "MIT",
  "keywords": [
    "handoff",
    "context",
    "session",
    "compaction",
    "productivity",
    "agents"
  ],
  "interface": {
    "displayName": "Handoff",
    "shortDescription": "Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session with unfinished work, transferring context to a fresh agent or a...",
    "longDescription": "Compact the current conversation into a handoff document for another agent to pick up. Use when ending a session with unfinished work, transferring context to a fresh agent or a new session, approaching context limits, or when the user says \"handoff\", \"write a handoff doc\", or \"continue this in another session\".",
    "developerName": "Matt Pocock",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $handoff for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/handoff",
  "skills": "./skills/"
}

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

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