claude-recap
v1.0.1Topic-based automatic memory for Claude Code — never lose context across sessions or compactions.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-recap@agent-plugin-marketplacePaste 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-recapClone 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-plugin/plugin.json├── skills/ignore-topic/SKILL.md├── skills/list-topics/SKILL.md├── skills/remember/SKILL.md└── skills/save-topic/SKILL.md
Included Skills4
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".
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.
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.
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
{
"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"
]
}For maintainers
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)