What problem does it solve? Past coding-agent sessions contain valuable decisions, failed attempts, commands, and user intent that are otherwise lost. This Skill retrieves that local history before acting, so current work builds on prior evidence instead of repeating mistakes. ## Core Features & Use Cases - Pre-work retrieval: Search prior sessions for decisions, commands, failures, and citations relevant to the current task using natural-language queries with filters like provider, workspace, file, and time range. - History research reports: Produce concise or long-form cited reports on a historical topic across multiple local agent sessions, with strict citation and privacy rules. - SQL fallback: Run read-only ctx sql queries over stable local views for counts, audits, and joins that plain search cannot express. - Use Case: Before refactoring a module, search past sessions for why a previous approach was abandoned, then cite the exact session and event IDs in your plan. ## Quick Start Ask the agent to search local coding-agent history with ctx for prior decisions about the current task before making any changes.