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.