What problem does it solve?
Developers often lose transient understanding gained while exploring code; this Skill captures and preserves concise, searchable insights about files or modules so knowledge can be reused across sessions and teammates.
Core Features & Use Cases
- Generate a 3–8 sentence English summary describing what a file does, its callers/consumers, key functions/classes, and notable gotchas or dependencies.
- Validate the target file exists before summarizing, present the draft insight for user confirmation, and store the confirmed insight with a manual source tag to the context lake for FTS5 search and long-term reuse.
- Support investigative and maintenance workflows: cache insights after code exploration, search cached insights by path or keyword, display repo-level lake dashboards and metrics, and surface hit/miss statistics for context savings.
Quick Start
Use /kc-cache-insight path/to/file to generate a concise English insight for the file and store it in the context lake upon confirmation.