← ClaudeAtlas

hindsight-docslisted

Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.
Holetron-lab/fleet-memory · ★ 0 · AI & Automation · score 70
Install: claude install-skill Holetron-lab/fleet-memory
# Hindsight Documentation Skill Complete technical documentation for Hindsight - a biomimetic memory system for AI agents. ## When to Use This Skill Use this skill when you need to: - Understand Hindsight architecture and core concepts - Learn about retain/recall/reflect operations - Configure memory banks and dispositions - Set up the Hindsight API server (Docker, Kubernetes, pip) - Integrate with Python/Node.js/Rust SDKs - Understand retrieval strategies (semantic, BM25, graph, temporal) - Debug issues or optimize performance - Review API endpoints and parameters - Find cookbook examples and recipes ## Documentation Structure All documentation is in `references/` organized by category: ``` references/ ├── best-practices.md # START HERE — missions, tags, formats, anti-patterns ├── faq.md # Common questions and decisions ├── changelog/ # Release history and version changes (index.md + integrations/) ├── openapi.json # Full OpenAPI spec — endpoint schemas, request/response models ├── developer/ │ ├── api/ # Core operations: retain, recall, reflect, memory banks │ └── *.md # Architecture, configuration, deployment, performance ├── sdks/ │ ├── *.md # Python, Node.js, CLI, embedded │ └── integrations/ # LiteLLM, AI SDK, OpenClaw, MCP, skills └── cookbook/ ├── recipes/ # Usage patterns and examples └── applications/ # Full application demos ``` ## How to Find Documentation ### 1. Find Files by Pattern (