mem0-memory
✓Long-term semantic memory across sessions using Mem0. Use when you need to remember, recall, or forget information across sessions, or when referencing what we discussed last time or in a previous session.
Installation
SKILL.md
| project-decisions | Architecture and design decisions | "Use PostgreSQL with pgvector for RAG" | | project-patterns | Code patterns and conventions | "Components use kebab-case filenames" | | project-continuity | Session handoff context | "Working on auth refactor, PR #123 pending" |
Memories are isolated by project name extracted from CLAUDEPROJECTDIR:
Edge Case: If two different repositories have the same directory name, they will share the same userid scope. To avoid this:
Long-term semantic memory across sessions using Mem0. Use when you need to remember, recall, or forget information across sessions, or when referencing what we discussed last time or in a previous session. Source: yonatangross/orchestkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yonatangross/orchestkit --skill mem0-memory- Source
- yonatangross/orchestkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is mem0-memory?
Long-term semantic memory across sessions using Mem0. Use when you need to remember, recall, or forget information across sessions, or when referencing what we discussed last time or in a previous session. Source: yonatangross/orchestkit.
How do I install mem0-memory?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/orchestkit --skill mem0-memory Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yonatangross/orchestkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01