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 diff daily, 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_size and timeout_minutes controls
  • 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:

Installs
3
First Seen
5 days ago
persistia-memory-for-claude-code — aradotso/claude-code-skills