Claude Code Plugins

Community-maintained marketplace

Feedback
49.5k
3

MemPalace — mine projects and conversations into a searchable memory palace. Use when asked about mempalace, memory palace, mining memories, searching memories, or palace setup.

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @MemPalace/mempalace/mempalace --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @MemPalace/mempalace/mempalace -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name mempalace
description MemPalace — mine projects and conversations into a searchable memory palace. Use when asked about mempalace, memory palace, mining memories, searching memories, or palace setup.
allowed-tools Bash, Read, Write, Edit, Glob, Grep

MemPalace

A searchable memory palace for AI — mine projects and conversations, then search them semantically.

Prerequisites

Ensure mempalace is installed:

mempalace --version

If not installed (uv recommended):

uv tool install mempalace   # or: pip install mempalace

Usage

MemPalace provides dynamic instructions via the CLI. To get instructions for any operation:

mempalace instructions <command>

Where <command> is one of: help, init, mine, search, status.

Run the appropriate instructions command, then follow the returned instructions step by step.