memory-spring-cleaning

Clean and organize project memory

Content Preview
# Memory Spring Cleaning

Clean and organize project memory

## Instructions

1. **Get Overview**
   - List all CLAUDE.md and CLAUDE.local.md files in the project hierarchy

2. **Iterative Review**
   - Process each file systematically, starting with the root `CLAUDE.md` file
   - Load the current content
   - Compare documented patterns against actual implementation
   - Identify outdated, incorrect, or missing information

3. **Update and Refactor**
   - For each memory file:
     - Verify all
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/memory-spring-cleaning.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/memory-spring-cleaning.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/memory-spring-cleaning.md

Related Skills