# Infinite Memory

> High-precision memory with 100% recall accuracy for long contexts.

- Skill: `javimosch/infinite-memory` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/infinite-memory`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/infinite-memory/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/infinite-memory

---


# Infinite Memory 🦞

High-precision RAG engine for deep context retrieval (Phase 16 Architecture).

## Tools

### recall_facts
- **Cmd:** `python scripts/recall.py "{{query}}"`
- **Goal:** Search for facts in the historical database.

### memorize_data
- **Cmd:** `python scripts/ingest.py "{{filename}}" "{{text}}"`
- **Goal:** Store new data into the long-term memory.

