Agent Plugins Marketplace
All plugins

handoff

v1.1.0

Audit session context and persist what matters for the next agent — decisions, dead ends, insights, and in-flight work

CodexClaude Code1 Skill

By mikersays0 GitHub starsUpdated 4 days ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add mikersays/mikersays-plugins
codex plugin marketplace upgrade mikersays-plugins
codex plugin add handoff@mikersays-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the mikersays-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “handoff-8” remain stable.

  • Codex: handoff-8@agent-plugin-marketplacehandoff@mikersays-plugins

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/mikersays/mikersays-plugins

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
├── .claude-plugin/plugin.json
└── skills/handoff/SKILL.md

Included Skills1

handoffskills/handoff/SKILL.md

Audit the current session for context that won't survive into a new agent session and help the user persist what matters. Use this skill whenever the user says "handoff", "persist", "persist context", "save context", "wrap up", "before I go", "new session", "pass the baton", "for next time", "preserve context", "prepare for the next agent", "what will the next agent know", or anything suggesting they want to capture session knowledge before starting fresh. Also trigger when the user asks about what persists between sessions, what gets lost, or how to prepare a handoff to another agent.

Plugin manifests2

plugins/handoff/.codex-plugin/plugin.json
{
  "name": "handoff",
  "description": "Audit session context and persist what matters for the next agent — decisions, dead ends, insights, and in-flight work",
  "version": "1.1.0",
  "skills": "./skills/",
  "interface": {
    "displayName": "Handoff",
    "shortDescription": "Persist session context for the next agent",
    "category": "Productivity"
  }
}
plugins/handoff/.claude-plugin/plugin.json
{
  "name": "handoff",
  "description": "Audit session context and persist what matters for the next agent — decisions, dead ends, insights, and in-flight work",
  "version": "1.1.0",
  "author": {
    "name": "mikersays"
  }
}

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-8)