Agent Plugins Marketplace
All plugins

recall

v0.1.0

Resumable session memory for Claude Code — append-only status log, opt-in per project, integrates with your task.md / output.md subagent files.

Claude Code3 Skills

By tonimaxxLicense: MIT0 GitHub starsUpdated 4 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
May 2, 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 recall 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 recall-2@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/tonimaxx/recall

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

Plugin files

recall/
├── .claude-plugin/plugin.json
├── skills/checkpoint/SKILL.md
├── skills/init/SKILL.md
└── skills/resume/SKILL.md

Included Skills3

checkpointskills/checkpoint/SKILL.md

Manually capture a recall checkpoint mid-session. Use when finishing a logical chunk of work and you want it logged before continuing or before the SessionEnd hook fires automatically.

initskills/init/SKILL.md

Opt this project into recall. Creates .claude/recall.json with default config and an empty status.md so SessionEnd starts logging.

resumeskills/resume/SKILL.md

Load the latest recall entries from .claude/status.md so the model can resume work with prior context. Does nothing if the project hasn't enabled recall.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "recall",
  "description": "Resumable session memory for Claude Code — append-only status log, opt-in per project, integrates with your task.md / output.md subagent files.",
  "version": "0.1.0",
  "author": {
    "name": "tonimaxx",
    "url": "https://github.com/tonimaxx"
  },
  "homepage": "https://github.com/tonimaxx/recall",
  "repository": "https://github.com/tonimaxx/recall",
  "license": "MIT",
  "keywords": [
    "memory",
    "session",
    "resume",
    "checkpoint",
    "status",
    "claude-code"
  ]
}

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

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