Skip to content

akarachen/resume

v0.1.0Apache-2.0

Resume work from a recent Claude Code, Codex, or Cursor session. Shared reader runtime plus per-tool aliases.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "resume",
  "version": "0.1.0",
  "description": "Resume work from a recent Claude Code, Codex, or Cursor session. Shared reader runtime plus per-tool aliases.",
  "author": {
    "name": "AkaraChen",
    "url": "https://github.com/AkaraChen"
  },
  "homepage": "https://github.com/AkaraChen/agent-plugin-resume",
  "repository": "https://github.com/AkaraChen/agent-plugin-resume",
  "license": "Apache-2.0",
  "keywords": [
    "resume",
    "session",
    "handoff",
    "claude",
    "codex",
    "cursor",
    "agent-skills"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Resume Other Agent",
        "shortDescription": "Continue from a Claude / Codex / Cursor session",
        "longDescription": "Read a recent Claude Code, Codex, or Cursor session as untrusted inert history, produce a handoff summary, verify it against the current repo, then continue the work in this agent.",
        "developerName": "AkaraChen",
        "category": "Developer Tools",
        "capabilities": [
          "Read"
        ],
        "websiteURL": "https://github.com/AkaraChen/agent-plugin-resume",
        "defaultPrompt": [
          "Use $resume-other-agent to continue from my last session in another coding agent.",
          "Use $resume-claude to continue from a recent Claude Code session.",
          "Use $resume-codex to continue from a recent Codex session.",
          "Use $resume-cursor to continue from a recent Cursor session."
        ]
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • session_reader.py
  • 5other files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai