What problem does it solve?
The Session Knowledge skill provides a persistent, cross-session memory for AI coding agents by indexing past Copilot and Claude sessions, enabling them to recall mistakes, patterns, decisions, and configurations to avoid repeating them.
Core Features & Use Cases
- Cross-session memory by indexing all session data into SQLite FTS5 for fast search.
- Auto-extracts knowledge into seven categories: mistakes, patterns, decisions, tools, features, refactors, and discoveries.
- Provides search + briefing capabilities to surface relevant past experience and recommended actions.
- Sub-agent context injection: inject compact knowledge blocks into sub-agent prompts for efficient reasoning.
- Knowledge capture workflow: use briefing.py, query-session.py, and learn.py to build and reuse knowledge across tasks.
- Optional semantic search via embeddings (if configured) to improve meaning-based retrieval.
Quick Start
Use the briefing mix to surface relevant past knowledge before starting a task.