hindsight-docs by vectorize-io/hindsight
npx skills add https://github.com/vectorize-io/hindsight --skill hindsight-docsHindsight 的完整技术文档——这是一个面向 AI 代理的仿生记忆系统。
在以下情况下使用此技能:
所有文档都按类别组织在 references/ 目录下:
references/
├── best-practices.md # 从此开始 — 任务、标签、格式、反模式
├── faq.md # 常见问题和决策
├── changelog/ # 发布历史和版本变更 (index.md + integrations/)
├── openapi.json # 完整的 OpenAPI 规范 — 端点模式、请求/响应模型
├── developer/
│ ├── api/ # 核心操作:retain, recall, reflect, memory banks
│ └── *.md # 架构、配置、部署、性能
├── sdks/
│ ├── *.md # Python, Node.js, CLI, embedded
│ └── integrations/ # LiteLLM, AI SDK, OpenClaw, MCP, skills
└── cookbook/
├── recipes/ # 使用模式和示例
└── applications/ # 完整的应用程序演示
# 核心 API 操作
references/developer/api/*.md
# SDK 文档
references/sdks/*.md
references/sdks/integrations/*.md
# Cookbook 示例
references/cookbook/recipes/*.md
references/cookbook/applications/*.md
# 查找特定主题
references/**/configuration.md
references/**/*python*.md
references/**/*deployment*.md
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
# 搜索概念
pattern: "disposition" # 记忆库配置
pattern: "graph retrieval" # 基于图的搜索
pattern: "helm install" # Kubernetes 部署
pattern: "document_id" # 文档管理
pattern: "HINDSIGHT_API_" # 环境变量
# 在特定区域搜索
path: references/developer/api/
pattern: "POST /v1" # 查找 API 端点
path: references/cookbook/
pattern: "def |async def " # 查找 Python 示例
references/developer/api/retain.md
references/sdks/python.md
references/cookbook/recipes/per-user-memory.md
在阅读 API 文档之前,请先阅读最佳实践指南。它涵盖了关于任务、标签、内容格式、观察范围和反模式的实用规则——这是正确集成的最快途径。
references/best-practices.md
HINDSIGHT_API_* 环境变量document_id 进行对话演进(相同 ID = 更新)自动生成 自 hindsight-docs/docs/。运行 ./scripts/generate-docs-skill.sh 以更新。
每周安装数
377
代码仓库
GitHub 星标数
5.9K
首次出现
2026 年 2 月 10 日
安全审计
已安装于
opencode362
gemini-cli361
github-copilot361
codex360
amp357
kimi-cli357
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:
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
# Core API operations
references/developer/api/*.md
# SDK documentation
references/sdks/*.md
references/sdks/integrations/*.md
# Cookbook examples
references/cookbook/recipes/*.md
references/cookbook/applications/*.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/cookbook/
pattern: "def |async def " # Find Python examples
references/developer/api/retain.md
references/sdks/python.md
references/cookbook/recipes/per-user-memory.md
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.
references/best-practices.md
HINDSIGHT_API_* environment variablesdocument_id for conversation evolution (same ID = upsert)Auto-generated from hindsight-docs/docs/. Run ./scripts/generate-docs-skill.sh to update.
Weekly Installs
377
Repository
GitHub Stars
5.9K
First Seen
Feb 10, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode362
gemini-cli361
github-copilot361
codex360
amp357
kimi-cli357
AI 代码实施计划编写技能 | 自动化开发任务分解与 TDD 流程规划工具
43,400 周安装