What problem does it solve? Developers repeatedly re-debug problems they already solved because the fix lived in a terminal scrollback or chat session that is long gone. This Skill watches Littlebird capture for moments where something broke and then stopped being broken, and files each solve into a personal, greppable knowledge base keyed on the literal error text you will search for next time. ## Core Features & Use Cases - Solve Detection Pipeline: Runs six retrieval sweeps over Littlebird capture to find the three-phase shape of a solve (error surfaces, grind, cessation plus resumption), then classifies each candidate as solved, abandoned, solved by someone else, or solved by an AI assistant without understanding. - Greppable Knowledge Base: Writes one markdown file per entry with a verbatim SEARCH line, pinned versions, root cause status, the fix, what did not work, and an occurrence log, plus a generated INDEX.md, an open-walls ledger, and a permanent rejection ledger. - Mandatory Secret Scrubbing: Scrubs credentials from error strings before any comparison or report, using structure-preserving placeholders, and raises rotation flags without ever printing a matched value. - Use Case: After a painful debugging session, ask the Skill to capture what you learned; it drafts an entry from the actual capture, you approve or reject it, and months later a grep for the error string returns the exact fix. ## Quick Start Ask the assistant to capture what you learned from today's debugging session and file it into your knowledge base.