What problem does it solve? When starting new work, developers often re-solve problems they have already solved in past sessions. This Skill connects current tasks to accumulated knowledge by searching the local skill library, SQLite session history, and git history so prior implementations and decisions are reused instead of reinvented. ## Core Features & Use Cases - Skill Discovery: Searches SKILL.md files across the skill library by keyword to find relevant patterns for the current task. - Session History Mining: Queries the OpenCode SQLite database for past sessions and messages containing similar implementations or decisions. - Git History Search: Uses git log with pickaxe search to locate when specific code patterns were introduced. - Use Case: A user says "add authentication to the API." The Skill searches skill files for auth patterns, finds past sessions titled "Add JWT authentication," loads the security-review and backend-patterns skills, and references the prior implementation. ## Quick Start Ask the assistant to find how a similar feature was implemented before and load any relevant skills before starting the new work.