ワンクリックで
mempalace
Use when reading from or writing to the agent's persistent memory palace — cross-session notes, facts, and playbooks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when reading from or writing to the agent's persistent memory palace — cross-session notes, facts, and playbooks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
shared
Shared project skill; exercises the per-agent .claude/skills / .agents/skills emission.
Skill that ships a binary-shaped sidecar file.
Skill with only frontmatter, no body.
New-form skill alongside the legacy bare-markdown one.
Exercises nested sidecar directory preservation.
| name | mempalace |
| description | Use when reading from or writing to the agent's persistent memory palace — cross-session notes, facts, and playbooks. |
You have a persistent memory palace. It lives on your agent's host and survives across sessions — when a world is rebuilt, the knowledge you saved yesterday is still here. The mempalace CLI is available on your PATH; shell out to it whenever you need to recall or record something long-lived.
MemPalace is a local, raw-verbatim memory store. It organizes knowledge into wings (people, projects), halls (types of memory), and rooms (specific ideas). You don't have to remember the layout — search by meaning.
Nothing leaves the machine. No API keys, no cloud round-trips. Every recall is semantic search over what you've already written down.
Reach for mempalace whenever a piece of information should outlive the current turn:
make build target needs GOOS=linux on
darwin hosts").Do NOT use mempalace for ephemeral chatter or single-turn scratch work — that clutters the palace and dilutes search quality.
Discover the current CLI surface with mempalace --help; the exact
flags evolve, but the core verbs are stable. Run it as a subprocess
from your shell.
Typical flow:
If a call fails or the CLI prints a new banner you didn't expect, rerun
mempalace --help to re-learn the surface before retrying.
Search before you answer. Save before you forget.