with one click
memory-bank
memory-bank contains 2 collected skills from jdelgadoperez, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Retrieve and synthesize the full context of a past conversation from the local memory-bank vector DB (Claude Code, Claude Desktop, ChatGPT history). Use when the user wants the whole story of an earlier session — "pull up everything from when we built X", "what did we conclude in that long debugging session", "recap the auth migration work" — rather than a few matching lines.
Semantic search over the user's past AI chat history (Claude Code, Claude Desktop, ChatGPT) via the local memory-bank vector DB. Use when the user asks what they did before, how they solved something previously, or to recall earlier decisions, bugs, or context — e.g. "what was that Docker fix I did", "have we hit this error before", "how did I set up auth last time".