| name | memory-lint |
|---|---|
| description | Periodic audit of a file-based AI memory directory for drift -- orphans, contradictions, duplicates, stale references, missing structure. Adapted from Karpathy's LLM Wiki lint pass. |
If you run a file-based persistent memory system for Claude Code, Cursor, or any AI coding agent, it quietly rots over time. Rules contradict each other. Entries reference files that were deleted months ago. Strategic decisions sit alongside the superseded ones. The index drifts away from the files on disk.
This skill audits a memory directory for six common types of drift and produces a report. It is an audit skill, not an auto-fixer. It surfaces findings, you decide what to prune, merge, or update.