Agent Plugins Marketplace
All plugins

agent-recall

v0.1.0

セッションアーカイブの意味検索と教訓蒸留による自己改善基盤. Includes 1 skill and 1 MCP server.

Claude Code1 Skill1 MCP serverstdio

By Ryosuke IkedaLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 11, 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 agent-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 agent-recall@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/examinare000/agent-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

agent-recall/
├── .claude-plugin/plugin.json
├── skills/retrospect/SKILL.md
└── .mcp.json

Included Skills1

retrospectskills/retrospect/SKILL.md

蓄積された教訓候補(lessons/inbox)とセッションアーカイブ(corpus + recall 検索)から再発パターンを抽象化し、skill 化・agent-rules 追記・hook 化・memory カード化・docs(ADR) 化の提案まで自律的に行う振り返りの手続き。「振り返りして」「/retrospect」「教訓をまとめて」依頼時、inbox が 5 件を超えた時、または launchd 定期実行で使用。正本トリガは `~/.claude/rules/94-self-improvement-protocol.md`(agent-forge 導入環境。未導入なら自動トリガはなく本スキルの手動起動のみ)。

MCP servers1

recallstdio
command
${CLAUDE_PLUGIN_ROOT}/bin/recall-serve.sh

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agent-recall",
  "version": "0.1.0",
  "description": "セッションアーカイブの意味検索と教訓蒸留による自己改善基盤",
  "author": {
    "name": "Ryosuke Ikeda"
  },
  "license": "MIT"
}

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

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