원클릭으로
memory-save
When the user wants to save or remember something, use this skill to choose between add_memory and add_wiki and store it correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When the user wants to save or remember something, use this skill to choose between add_memory and add_wiki and store it correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-release drill for the Membase plugin — package every artifact locally, install each client (claude, codex, cursor, openclaw, hermes) through its real channel, verify auth, then prove skills AND hooks actually work end-to-end. Use before tagging a release, e.g. "/release-drill" or "/release-drill codex" for one client.
Connect an AI client (claude, cursor, codex, hermes, openclaw) to Membase from this repo — first-time local install, config wiring, and a verification smoke test. Use when the user asks to install, set up, connect, or test a Membase connector locally, e.g. "/membase-connect claude" or "cursor 연동해줘".
Flush pending local captures to Membase cloud, then sweep and consolidate fragmented or duplicated memories — without deleting originals without confirmation.
Store a session-state summary in Membase, tagged so a future session (this client or another) can recall exactly where things were left off.
Correct, avoid, or delete unsafe or stale Membase context.
Capture durable repository-specific context into Membase.
| name | memory-save |
| description | When the user wants to save or remember something, use this skill to choose between add_memory and add_wiki and store it correctly. |
Store information to Membase using the right tool:
add_memory — Personal ContextUse for durable user context that persists across sessions:
Rules:
project only when the user explicitly mentions a project/tag/category.add_wiki — Factual KnowledgeUse for documents, references, and stable information:
Features:
[[wikilinks]] for cross-references.collection_id to organize into collections.summarize: true to auto-generate a summary.| What to store | Tool |
|---|---|
| "I prefer tabs over spaces" | add_memory |
| "We decided to use PostgreSQL" | add_memory |
| API endpoint documentation | add_wiki |
| Project architecture overview | add_wiki |
| "Remember I'm on the backend team" | add_memory |
| Meeting notes from today | add_wiki |