What problem does it solve?
This Skill prevents project knowledge from rotting by reconciling end-of-session documentation and agent memory with the current codebase state, so future work starts from accurate facts.
Core Features & Use Cases
- Global doc & memory reconciliation: Audits and synchronizes cross-session knowledge across project root docs (CLAUDE.md/AGENTS.md or equivalents), docs/ and README, and any supported agent memory layer.
- Anti-entropy governance: Detects and removes outdated, conflicting, or redundant information; merges duplicates; and prevents history-like narratives from polluting rule/memory layers.
- Fresh onboarding clarity: Ensures external readers (and downstream agents) have correct, concise integration and operational guidance aligned with the latest implementation.
Common use case: after finishing a feature or discovering drift (stale/conflicting docs or memory), run a cleanup pass so the next agent can safely follow the “rules and routes” and the “external docs” without guessing.
Quick Start
Use the neat-freak skill when your team says “sync up” (or you observe stale or conflicting docs) to reconcile README, CLAUDE.md/AGENTS.md, docs/, and supported memory against the current project state.