chat-recall
v0.7.3Skills that teach any agent to use chat-recall: recall a decision and why it was made, find credentials pasted into past sessions, rank what is worth fixing in a repository, and track it on a shared board. Bundles the MCP server so install wires everything in one step.
By munhqLicense: Elastic-2.02 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Sep 24, 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 chat-recall for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install chat-recall@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/munhq/chat-recallClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/chat-recall/SKILL.md├── skills/chat-recall-changes/SKILL.md├── skills/chat-recall-find/SKILL.md├── skills/chat-recall-memory/SKILL.md├── skills/chat-recall-project/SKILL.md├── skills/chat-recall-resume/SKILL.md├── skills/chat-recall-security/SKILL.md├── skills/chat-recall-tasks/SKILL.md└── .mcp.json
Included Skills8
Recall past AI-coding work — prior sessions, decisions, and project history — through the chat-recall MCP tools (mcp__chat-recall__recall_*). Use when the user says "continue" / "pick up where we left off", "did we decide X", "remember when we…", "what was I doing", "what do you know about this project/me", or otherwise references earlier work that is not in the current context. Also the entry point for the surfaces no focused skill owns: team activity ("what is my team working on"), the ranked findings views ("what should I fix next", "what should I tell Claude about this repo"), and index health ("is chat-recall working", "re-index my sessions"). Leaked secrets go to chat-recall-security and the task board to chat-recall-tasks. This is the hub: it routes to the focused chat-recall skills and lists every recall_* tool. Reach for it whenever the answer lives in PAST work rather than the files in front of you.
See what changed across past AI-coding sessions with chat-recall. Use when the user asks "what did I change 2h ago", "what files did we touch", "what happened in that session", "did that session actually ship", "which sessions edited <file>", or wants diffs/commits/edit-history that isn't in the current working tree. Reconstructs edits, diffs, commits, and outcomes from indexed sessions.
Find past AI-coding work with chat-recall. Use when the user asks "remember when we…", "have we done X before", "find my notes/sessions on…", "where did we discuss Y", "what did I ask about Z", or otherwise wants to locate earlier conversations, plans, tasks, or notes across all their AI tools. Searches the unified memory (sessions, plans, tasks, CLAUDE.md, history, diaries).
Store and recall durable facts, decisions, and notes with chat-recall's knowledge graph and diary. Use when the user says "remember this", "note that we decided…", "what do you know about X", "did we decide Y", "what's our convention for Z", or when a non-obvious decision/preference is made that future sessions should know. Covers the temporal knowledge graph, decision records, the agent diary, and a scoped key/value store.
Get the state of a project from chat-recall. Use when the user asks "what's been happening in <project>", "catch me up on this repo", "what's the state of X", about time/cost/activity across a project, or about code findings and recommended fixes. Owns the ranked findings views — "what should I fix next", "what should I work on", "what should I tell Claude about this repo", "turn these findings into tasks". Also owns the shared task board and the team view — "what are my open tasks", "create a task for…", "what is my team working on", "which projects are shared". Aggregates sessions, plans, tasks, commits, cost, knowledge graph, and code-intelligence for one project.
Resume or cold-start work using chat-recall. Use when the user says "continue", "pick up where we left off", "resume our work", "carry on with X", starts a new session on an ongoing task, or references something from "last time" that isn't in the current context. Rebuilds prior context from past sessions instead of asking the user to re-explain.
Find and resolve secrets that were pasted into past AI-coding sessions, using the chat-recall scanner. Use when the user asks "did I paste an API key", "are there any leaked secrets", "what should I rotate", "any security findings", "was that token exposed", when a credential is mentioned in a conversation and its history matters, or after rotating a key so the finding can be closed. Also owns custom detection rules — "add a rule for our internal token format", "test this regex". Covers the whole loop: scan, inspect the exact lines in one session, rotate, then dismiss or turn into a task.
Work the shared chat-recall task board — the cards a team and its agents pick up, claim and close. Use when the user says "what are my open tasks", "what's on the team's plate", "create a task for…", "assign this to…", "mark that done", "leave a note on that card", "what is my team working on", or asks you to START working on something from the board. Also owns what the board files automatically — "stop filing low-priority cards", "only file security findings". Claiming and closing a card have required evidence; this skill covers that protocol.
MCP servers1
- command
- npx
- args
- -y -p chat-recall chat-recall-mcp
Plugin manifests1
{
"name": "chat-recall",
"description": "Skills that teach any agent to use chat-recall: recall a decision and why it was made, find credentials pasted into past sessions, rank what is worth fixing in a repository, and track it on a shared board. Bundles the MCP server so install wires everything in one step.",
"version": "0.7.3",
"author": {
"name": "munhq"
},
"homepage": "https://github.com/munhq/chat-recall",
"repository": "https://github.com/munhq/chat-recall",
"license": "Elastic-2.0",
"keywords": [
"memory",
"recall",
"sessions",
"knowledge-graph",
"mcp"
]
}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.
[chat-recall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/chat-recall)