Автоматическое ведение базы знаний о коде
★ 7.5 · general
knowledge-keeper is a Claude Code skill that automatically logs new discoveries about the codebase into CLAUDE.md files with no manual intervention required. It triggers after fixing a bug, uncovering a non-obvious pitfall, identifying a performance issue, confirming a new integration pattern, or applying a workaround. Each entry follows a structured format — date, category (bug / pitfall / performance / pattern / workaround), context, and solution — and is written to the closest matching subdirectory CLAUDE.md, such as src/lib/api/, src/lib/structure/, or server/, with cross-cutting findings going to the root file. The skill is not user-invocable; it acts as a background keeper of institutional project memory, ensuring hard-won knowledge is captured immediately rather than lost between sessions.