remember
LogosDB — store a memory, fact, or note in the global cross-session namespace (or any namespace). Concise output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
LogosDB — store a memory, fact, or note in the global cross-session namespace (or any namespace). Concise output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
LogosDB semantic memory plugin: global cross-session memory, thinking-trace storage, incremental /index, /remember, /search, /forget. Triggers: semantic memory, LogosDB, logosdb MCP, semantic-memory plugin, global memory, thinking traces.
LogosDB — delete a memory row by id or by semantic query match (concise output).
LogosDB — incremental index of a file or directory (changed/new files only; fast refresh, concise output).
LogosDB — concise semantic search over indexed memory (optional time window).
| name | remember |
| description | LogosDB — store a memory, fact, or note in the global cross-session namespace (or any namespace). Concise output. |
User invoked with: $ARGUMENTS
Store a piece of text in LogosDB for retrieval in future sessions.
Parse the arguments:
--namespace=<name> or -n <name> sets the collection (default: global).Call the logosdb_index MCP tool with the text and namespace.
The global namespace is shared across all projects and sessions — use it for cross-cutting facts, preferences, decisions, or anything worth remembering in future work.
Use a project-specific namespace (e.g. code, decisions) when the memory is only relevant to this project.
Respond with one line only:
Remembered → '<namespace>'
On tool error, surface the server's Error: message on a single line, unchanged.
/remember always prefer functional components over class components
/remember --namespace=decisions use Postgres not SQLite for this project
/remember -n global my preferred tab size is 2 spaces
skills/semantic-memory/SKILL.md — global memory, thinking traces, session auto-store.