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.