severity1severity1Communityยท2 Agent Skills Included

claude-code-auto-memory

Automatically keeps project memory files in sync

Automatically updates CLAUDE.md and AGENTS.md memory files as your codebase changes. Tracks file edits, deletions, and git commits through hooks, then refreshes project context in an isolated background process. Eliminates stale documentation, outdated build commands, and manual memory maintenance. Supports monorepos with subtree memory files and preserves hand-written notes.
npx skills add severity1/claude-code-auto-memory --all -g -y
Available:

Explains the plugin's hook-based architecture, configuration options, and data flow so the agent can correctly track file changes and trigger memory updates.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-auto-memory?โ–ผ

Run `npx skills add severity1/claude-code-auto-memory --all -g -y` in your terminal to install all skills in this suite globally.

How to keep CLAUDE.md files up to date automatically?โ–ผ

This plugin watches every file edit, move, and deletion, then updates your CLAUDE.md memory sections automatically at the end of each turn.

Does auto-memory work with AGENTS.md and other coding agents?โ–ผ

Yes. You can configure it to maintain AGENTS.md instead of or alongside CLAUDE.md, so context stays shared across Claude Code, Codex, and Gemini.

Will auto-memory overwrite my custom notes?โ–ผ

No. It only edits sections wrapped in AUTO-MANAGED markers and never touches content inside MANUAL sections.

Does auto-memory support monorepos?โ–ผ

Yes. It generates hierarchical subtree memory files for packages and apps, so each module keeps its own accurate context.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’