What problem does it solve? Claude Code silently truncates a project's MEMORY.md index past 200 lines or 25,000 characters and topic files past 4,096 bytes, so growing memory hides its newest entries and loses file tails without warning. This Skill measures every memory directory against those caps and, on request, rewrites the files to fit. ## Core Features & Use Cases - Read-only measurement: Runs a Node tool that reports index size, over-cap files, long index lines, orphans, dangling entries, and cross-repo facts as JSON. - Dry-run by default: Presents a ranked report of what needs fixing without writing anything unless --apply is passed. - Lossless rewriting: Shortens index lines, splits or tightens over-cap topic files only when no facts are lost, and moves cross-repo facts into the correct project's memory dir. - Use Case: Your MEMORY.md has grown past 25,000 characters and new memories stop appearing at session start. Run the audit, review the dry-run plan, then apply it to shorten index lines and split dense notes. ## Quick Start Ask the assistant to audit my Claude Code memory with /stark-memory, review the dry-run report, then rerun with --apply to fix over-cap files.