memory-processor

Update AUTO-MANAGED sections in CLAUDE.md files after code changes.

154|16|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/severity1/claude-code-auto-memory --skill memory-processor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-processor
Source: https://github.com/severity1/claude-code-auto-memory/tree/main/skills/memory-processor
Command: npx skills add https://github.com/severity1/claude-code-auto-memory --skill memory-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLAUDE.md files quickly become stale as codebases evolve, leading to outdated AI context and inefficient interactions. This Skill solves the problem of manual memory maintenance by automatically updating your project's CLAUDE.md files in the background.

Core Features & Use Cases

  • Automatic Context Sync: Detects file changes (edits, writes, bash operations) and intelligently updates relevant CLAUDE.md sections.
  • Token-Efficient: Operates in an isolated agent context, ensuring minimal token overhead for your main conversation.
  • Preserves Manual Content: Only modifies AUTO-MANAGED sections, leaving your custom MANUAL notes untouched.
  • Monorepo Support: Manages both root and subtree CLAUDE.md files, providing granular context for complex projects.
  • Use Case: Focus on coding while this skill ensures Claude Code always has the most accurate and current understanding of your project's architecture, build commands, and conventions, without you ever needing to manually update documentation.

Quick Start

Simply make changes to your codebase using Claude Code. This skill will automatically detect relevant modifications and update your CLAUDE.md files at the end of your turn, ensuring Claude always has the latest project context.

Frequently Asked Questions about memory-processor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep my CLAUDE.md file updated as my codebase changes?

Automatic context sync detects file edits and updates relevant CLAUDE.md sections in the background. This Skill monitors your changes and refreshes AUTO-MANAGED sections, ensuring Claude always has current project context without manual intervention.

Can I use automatic CLAUDE.md updates in a monorepo?

Yes. This Skill manages both root and subtree CLAUDE.md files, providing granular context for complex projects. It intelligently routes changes to the appropriate memory file based on file location and impact.

Will updating CLAUDE.md automatically overwrite my custom notes?

No. This Skill only modifies AUTO-MANAGED sections, preserving all MANUAL content you've written. Your custom documentation remains untouched while memory sections stay synchronized.

What happens when my build commands or architecture changes?

This Skill detects structural changes through dirty file analysis and impact assessment, updating CLAUDE.md to reflect new builds or architecture shifts. It verifies removals and flags stale commands to keep project memory accurate.

Does automatic CLAUDE.md sync add overhead to my conversation?

No. This Skill operates in an isolated agent context with minimal token overhead. Context updates happen in the background without consuming your main conversation budget.