# Skills for Memory & Context

> Memory and context managment.

Best memory & context skills to help you build memory systems and so your agents don't forget

## Links

- HTML page: https://omgskills.com/collections/memory-context/

## Featured skills

1. [mem-search](https://omgskills.com/skills/thedotmack/claude-mem/mem-search/index.md) — Used to search claude-mem's persistent cross-session memory database.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 89k stars
   - Install: `git clone https://github.com/thedotmack/claude-mem /tmp/claude-mem && ln -s /tmp/claude-mem/plugin/skills/mem-search ~/.claude/skills/mem-search`
2. [caveman-compress](https://omgskills.com/skills/juliusbrussee/caveman/compress/index.md) — Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens.
   - [@juliusbrussee](https://omgskills.com/library/juliusbrussee/index.md) · 98k stars
   - Install: `git clone https://github.com/JuliusBrussee/caveman /tmp/caveman && ln -s /tmp/caveman/skills/caveman-compress ~/.claude/skills/caveman-compress`
3. [para-memory-files](https://omgskills.com/skills/paperclipai/paperclip/para-memory-files/index.md) — Use a file-based PARA memory system to store, retrieve, and organize durable knowledge across sessions.
   - [@paperclipai](https://omgskills.com/library/paperclipai/index.md) · 78k stars
   - Install: `git clone https://github.com/paperclipai/paperclip /tmp/paperclip && ln -s /tmp/paperclip/skills/para-memory-files ~/.claude/skills/para-memory-files`
4. [learn-codebase](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/learn-codebase/index.md) — Prime a codebase by reading every source file in full.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 89k stars
   - Install: `git clone https://github.com/thedotmack/claude-mem /tmp/claude-mem && ln -s /tmp/claude-mem/plugin/skills/learn-codebase ~/.claude/skills/learn-codebase`
5. [memory-bank](https://omgskills.com/skills/fockus/skill-memory-bank/index.md) — Agent-agnostic long-term project memory through \`.memory-bank/\` + RULES (TDD/SOLID/Clean Architecture/FSD/Mobile) +...
   - [@fockus](https://github.com/fockus) · 23 stars
   - Install: `git clone https://github.com/fockus/skill-memory-bank ~/.claude/skills/memory-bank`
6. [timeline-report](https://omgskills.com/skills/thedotmack/claude-mem/timeline-report/index.md) — Used to generate a "Journey Into \[Project\]" narrative report analyzing a project's entire development history from...
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 89k stars
   - Install: `git clone https://github.com/thedotmack/claude-mem /tmp/claude-mem && ln -s /tmp/claude-mem/plugin/skills/timeline-report ~/.claude/skills/timeline-report`

## Others you might like

- [Skills for Pitch Decks](https://omgskills.com/collections/presentations-decks/index.md)
- [Skills for SEO & LLMO](https://omgskills.com/collections/seo/index.md)
- [Skills for Social Media](https://omgskills.com/collections/social-media/index.md)
