Agent Plugins Marketplace
All plugins

claude-recap

v1.0.1

Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.

Claude Code4 Skills

License: MIT2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 29, 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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-recap@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/usernameisthebestofthebest/claude-recap

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

claude-recap/
├── .claude-plugin/plugin.json
├── skills/ignore-topic/SKILL.md
├── skills/list-topics/SKILL.md
├── skills/remember/SKILL.md
└── skills/save-topic/SKILL.md

Included Skills4

ignore-topicskills/ignore-topic/SKILL.md

Use when the user wants to ignore, skip, or exclude specific topics from being archived. Triggers on "ignore topic", "don't archive", "skip topic", "stop remembering", "list ignored topics", "remove ignore rule".

list-topicsskills/list-topics/SKILL.md

Use when the user asks about topics discussed in the current session, wants to see a topic list, or asks what has been talked about.

rememberskills/remember/SKILL.md

Use when the user wants to persistently remember something across sessions (e.g., "always use bun", "never auto-commit", "my name is Alex"). Also use when you detect a clear user preference or constraint worth persisting.

save-topicskills/save-topic/SKILL.md

Use when the user wants to save or checkpoint topic progress, persist current discussion state, or save all topics before ending a session.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "claude-recap",
  "description": "Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.",
  "version": "1.0.1",
  "license": "MIT",
  "keywords": [
    "memory",
    "hooks",
    "sessions",
    "topics",
    "recall",
    "context"
  ]
}

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

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