What problem does it solve? GitHub Copilot CLI sessions contain valuable architecture decisions, debugging notes, and patterns, but they sit scattered across session-state directories, SQLite databases, and VS Code workspace storage. This Skill mines those conversations and distills them into searchable, topic-clustered Obsidian wiki pages instead of letting the knowledge stay buried in raw transcripts. ## Core Features & Use Cases - Multi-source ingestion: Scans all three Copilot data locations — per-session directories under ~/.copilot/session-state, the global session-store.db SQLite database, and VS Code workspaceStorage transcripts and memory artifacts. - Delta-aware append mode: Tracks ingested sessions in a .manifest.json file so only new or modified sessions are processed on repeat runs, with a full mode for rebuilds. - Topic clustering and distillation: Groups knowledge by topic across sessions rather than one page per session, routing content to project concepts, skills, entities, or synthesis pages with provenance markers and confidence metadata. - Use Case: After a week of Copilot-assisted debugging and feature work, run the ingest to capture what you learned — the skill surfaces recurring patterns like API rate-limiting fixes into searchable wiki pages linked to the relevant projects. ## Quick Start Ask the assistant to ingest your Copilot CLI sessions into your Obsidian vault, optionally specifying append mode for only new sessions since the last run.