# Memora

> Persistent memory and knowledge management. Use at session start to load context, when the user asks about past work or stored knowledge, and when saving important information for future sessions. Use when this capability is needed.

- Skill: `tomevault-io/memora-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/memora-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/memora-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/memora-2

---


## Session Start

At the beginning of each session, proactively search memories for context related to the current project or working directory using `memory_hybrid_search`. Briefly summarize relevant findings to establish context.

## Memory Search

When the user asks about past work, stored knowledge, or previously discussed topics:

1. Use `memory_hybrid_search` to find relevant memories
2. Use `memory_semantic_search` for pure meaning-based lookup
3. Summarize findings and cite memory IDs (e.g., "Memory #42 shows...")

For research/recall questions, always search memories first before answering.

## Saving Memories

When the user asks to remember something, or when important decisions, patterns, or context emerge during a session:

1. Use `memory_create` for general knowledge and notes
2. Use `memory_create_todo` for tasks and action items
3. Use `memory_create_issue` for bugs and problems
4. Use appropriate tags to organize memories

## Avoiding Duplicates

Before creating a new memory, use `memory_hybrid_search` to check if similar content already exists. If a near-match is found, use `memory_update` to extend the existing memory instead of creating a duplicate.

## Linking Related Memories

When creating or finding memories that relate to each other, use `memory_link` to establish explicit connections. This strengthens the knowledge graph and improves future recall.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/agentic-mcp-tools) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

