This queries a PostgreSQL database with BGE embeddings to surface relevant learnings from previous sessions. You run it when you need to remember how you solved something before, like a specific hook pattern or how you handled a TypeScript error. It returns the top 5 results by default with full content, confidence levels, and session context. The system uses semantic search, so you're not hunting through logs or relying on exact keyword matches. You can tune it with vector-only mode for precision or text-only for speed. Not user-invocable, so it's meant for Claude to reference automatically rather than something you'd call directly. Honestly most useful once you've built up enough session history for the recall to matter.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill recall