persistia-claude-code-memory
Installation
SKILL.md
Persistia for Claude Code
Skill by ara.so — Claude Code Skills collection.
Persistia gives Claude Code persistent, self-updating memory. It scans your project once, stores structured knowledge in _brain/, then monitors changes via git diff to stay current. Enables autonomous tasks, permanent skills, and cross-session context.
Installation
Must be run from project root with git initialized:
curl -fsSL https://raw.githubusercontent.com/bernardohcrocha/persistia-for-claude-code/main/setup.sh | bash
Requirements:
- git
- Node.js 18+
- Optional: GitHub CLI (
gh) for automatic private brain repository backup