OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add vectorize-io/hindsight --skill hindsight-docs
Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.
npx skills add vectorize-io/hindsight --skill hindsight-docs
Complete technical documentation for Hindsight - a biomimetic memory system for AI agents.
Use this skill when you need to:
All documentation is in references/ organized by category:
Before reading API docs, read the best practices guide. It covers practical rules for missions, tags, content format, observation scopes, and anti-patterns — the fastest way to integrate correctly.
HINDSIGHT_API_* environment variablesdocument_id for conversation evolution (same ID = upsert)Auto-generated from hindsight-docs/docs/ and hindsight-docs/docs-integrations/. Run ./scripts/generate-docs-skill.sh to update.
# Core API operations
references/developer/api/*.md
# SDK documentation
references/sdks/*.md
references/sdks/integrations/*.md
# Find specific topics
references/**/configuration.md
references/**/*python*.md
references/**/*deployment*.md# Search for concepts
pattern: "disposition" # Memory bank configuration
pattern: "graph retrieval" # Graph-based search
pattern: "helm install" # Kubernetes deployment
pattern: "document_id" # Document management
pattern: "HINDSIGHT_API_" # Environment variables
# Search in specific areas
path: references/developer/api/
pattern: "POST /v1" # Find API endpoints
path: references/sdks/
pattern: "def |async def " # Find Python examplesreferences/developer/api/retain.md
references/sdks/python.md
references/sdks/integrations/litellm.mdreferences/best-practices.md