Умная база знаний из наблюдений ИИ

★ 8.0 · knowledge-management

knowledge-agent is a Claude Code skill that builds and queries AI-powered knowledge bases from claude-mem observations. It follows a three-step workflow: `build_corpus` assembles a filtered corpus from observation history — filterable by project, type, concepts, file paths, semantic query, or date range, up to 500 entries — then `prime_corpus` loads it into an AI session, and `query_corpus` enables conversational Q&A with context preserved across follow-up questions. Corpora act as focused custom "brains": think "everything about hooks", "all decisions from last month", or "all bugfixes for the worker service". Commands `rebuild_corpus`, `reprime_corpus`, and `list_corpora` handle keeping knowledge current and managing session state. The skill suits developers who want to analyze past work patterns, recover context for specific modules, or compile expertise on a particular area of a codebase.