ワンクリックで
memory-lancedb-pro
// Persistent LanceDB-backed memory workflow for Codex. Use for repo work where prior fixes, decisions, preferences, or follow-up context may matter, and whenever the user types `@memory` or asks what was done before.
// Persistent LanceDB-backed memory workflow for Codex. Use for repo work where prior fixes, decisions, preferences, or follow-up context may matter, and whenever the user types `@memory` or asks what was done before.
| name | memory-lancedb-pro |
| description | Persistent LanceDB-backed memory workflow for Codex. Use for repo work where prior fixes, decisions, preferences, or follow-up context may matter, and whenever the user types `@memory` or asks what was done before. |
Use this skill when the task benefits from durable memory across Codex sessions.
memory_recall with the current bug, feature, repo, or error keywords if prior work may already exist.memory_extract_and_store with a short summary transcript. Use memory_store only for one short atomic memory.global for cross-project knowledgeproject:<slug> for repo-specific memorycustom:<slug> for any other partition you want to control manuallymemory_health when writes or recall fail, especially right after install or when embedding credentials changed.@memory ConventionTreat a user prefix like @memory or @记忆 as a direct request to interact with the memory system, even if the native Codex app picker does not show a memory app chip.
Common mappings:
@memory recall <query> -> call memory_recall@memory store <text> -> call memory_store@memory extract <transcript> -> call memory_extract_and_store@memory list -> call memory_list@memory stats -> call memory_stats@memory health -> call memory_health@memory forget <id> -> call memory_forgetWhen the user intent is clear, do not ask them to restate the request in tool-shaped JSON.
memory_recall: search existing memorymemory_extract_and_store: extract memories from a conversation transcript and persist themmemory_store: persist a new memorymemory_update: fix or refine a stored memorymemory_forget: delete stale or wrong memorymemory_list: inspect recent entriesmemory_stats: check store shape and countsmemory_health: validate runtime and embedding connectivity