Claude Code CommandTeam38 installs

Memory Spring Cleaning

Clean and organize project memory files with implementation synchronization and pattern updates

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="team/memory-spring-cleaning" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Memory Spring Cleaning

Clean and synchronize project memory with current implementation patterns: $ARGUMENTS

Current Memory Context

  • Memory files: !find . -name "CLAUDE*.md" | wc -l CLAUDE.md files in project
  • Documentation: !find . -name "README" -o -name ".md" | wc -l total documentation files
  • Last update: !find . -name "CLAUDE.md" -exec stat -c "%y" {} \; 2>/dev/null | head -1 || echo "No CLAUDE.md found"
  • Implementation drift: Analysis of documented vs actual patterns

Task

Execute comprehensive memory cleanup with implementation synchronization:

Cleanup Scope: Use $ARGUMENTS to focus on CLAUDE.md files, general documentation, outdated pattern identification, or implementation synchronization Memory Cleaning Framework:
  • Memory File Discovery - Locate all CLAUDE.md and documentation files, assess hierarchy and organization, identify redundant content
  • Implementation Analysis - Compare documented patterns with actual code, identify implementation drift, assess accuracy gaps
  • Pattern Validation - Verify documented conventions, validate code examples, check dependency accuracy, assess technology stack alignment
  • Content Optimization - Remove outdated information, consolidate duplicate content, improve organization structure, enhance clarity
  • Synchronization Updates - Update development commands, refresh technology stack references, sync architectural patterns, validate workflows
  • Quality Assurance - Ensure consistency across files, validate markdown formatting, check link integrity, maintain version alignment

Advanced Features: Automated pattern detection, implementation drift analysis, cross-reference validation, documentation health scoring. Memory Health: Content freshness metrics, accuracy validation, usage pattern analysis, maintenance scheduling recommendations. Output: Cleaned and synchronized memory files with updated patterns, validated implementations, and maintenance recommendations.
Type
Command
Category
Team
Installs
38
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.