persistia-memory-for-claude-code
Installation
SKILL.md
Persistia Memory for Claude Code
Skill by ara.so — Claude Code Skills collection.
Persistia gives Claude Code self-updating persistent memory by creating a _brain/ directory that tracks your project context, skills, tasks, and operations. It uses git diffs to update only what changed, making it token-efficient and always current.
What It Does
- Initial project scan — reads code, docs, configs, environment files on first run
- Self-updating context — runs
git diffdaily, only reads changed files - Persistent skills — rules taught once are saved to
_brain/skills/and loaded every session - Autonomous tasks — schedule tasks in plain language with
batch_sizeandtimeout_minutescontrols - Proactive monitoring — scans metrics and customers every 3 days when idle
- Private git repo — entire brain is version-controlled in isolated repository with optional GitHub backup
Installation
Run from project root: