Mines projects and conversations into a searchable semantic memory palace via mempalace CLI. Useful for semantic searches on codebases and chat histories.
From mempalacenpx claudepluginhub milla-jovovich/mempalace --plugin mempalaceThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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.