This connects Claude to your self-hosted Hindsight server for persistent team memory. It stores project conventions, individual preferences, procedure outcomes, and learnings from tasks in a shared knowledge bank. The interesting bit is that it doesn't just save text verbatim. The server extracts structured facts, builds relationships between them, and makes everything semantically searchable. You pass rich context and timestamps, it handles the extraction. Best used when you want Claude to remember coding standards, past solutions to problems, and team member preferences across sessions. Requires a self-hosted instance and some initial CLI setup, but after that it's just retain and recall commands before tasks.
npx skills add https://github.com/vectorize-io/hindsight --skill hindsight-self-hosted