Help us improve
Share bugs, ideas, or general feedback.
From mempalace
Mines projects and conversations into a searchable semantic memory palace via mempalace CLI. Useful for semantic searches on codebases and chat histories.
npx claudepluginhub smaugho/mempalace --plugin mempalaceHow this skill is triggered — by the user, by Claude, or both
Slash command
/mempalace:mempalaceThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A searchable memory palace for AI — mine projects and conversations, then search them semantically.
PROACTIVELY query Forgetful MCP (mcp__forgetful__* tools) when starting work on any project, when user references past decisions or patterns, when implementing features that may have been solved before, or when needing context about preferences. Save important decisions, patterns, and architectural insights to memory.
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
Guides effective use of Forgetful semantic memory with Zettelkasten atomic principles for deciding when to query or create memories, structuring content, and scoring importance.
Share bugs, ideas, or general feedback.
A searchable memory palace for AI — mine projects and conversations, then search them semantically.
Ensure mempalace is installed:
mempalace --version
If not installed:
pip install mempalace
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.