hindsight-docs

hindsight-docs is a skill for Claude Code, Codex from Holetron-lab/fleet-memory. It costs 30 tokens per session (919 once invoked), scanned A, a copy of hindsight-docs, MIT.

A reference library for Hindsight, a memory system for AI agents. It explains the system’s design, setup, programming interfaces, and ways to search stored memories.

In plain words
What is it for?
Looking up how to store, recall, and reflect on memories; configure memory banks; run the server; and use the Python, Node.js, or Rust interfaces.
Why use it?
It gives an agent the detailed instructions needed to configure, integrate, troubleshoot, and use Hindsight correctly.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/holetron-lab/fleet-memory/hindsight-docs
Any agent
npx skills add Holetron-lab/fleet-memory --skill hindsight-docs
Clone the repo
git clone --depth 1 https://github.com/Holetron-lab/fleet-memory

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hindsight-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/holetron-lab/fleet-memory/hindsight-docs.svg)](https://agentmods.dev/skills/holetron-lab/fleet-memory/hindsight-docs)
Your own site
<a href="https://agentmods.dev/skills/holetron-lab/fleet-memory/hindsight-docs"><img src="https://agentmods.dev/badge/skills/holetron-lab/fleet-memory/hindsight-docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00030 $0.00919
Opus 5 $0.00015 $0.00460
Sonnet 5 $0.00006 $0.00184
Haiku 4.5 $0.00003 $0.00092

Measured 3d ago against content hash 31599af119d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hindsight-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

95% identical to hindsight-docs — 20 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/hindsight-docs/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 (use Glob tool)

# 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

2. Search Content (use Grep tool)

# 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

Read the full file on GitHub · 121 lines

Files

What ships with it

55 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 121 lines · 30 tokens per session scan A 31599af119d1

Subscribe to this mod's changes

hindsight-docs is a skill published in the GitHub repository Holetron-lab/fleet-memory (0 stars, last pushed 6d ago), licensed MIT. It adds 30 tokens to every session and 919 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to hindsight-docs, differing in 20 lines, and is treated as a copy.

Related

Other skills, from other repositories

code-cleanup-audit

Audit a repository for architectural decay, AI-generated code smells, stale compatibility paths, dead abstractions, boundary violations, and cleanup candidates without modifying files. Use when the user asks to review code quality, find bad code, inspect AI-generated code, identify refactoring or cleanup…

pqpo/pragma · 78 tokens

author-pragma-dsl

Create and update validated pragma/v5 Expert, ExpertTeam, Flow, Evaluation, and Automation resources. Use when a user asks Pragma to create, change, configure, test, evaluate, or repair an Expert, team, Flow, Run Dry suite, schedule, trigger, or Automation in the current Pragma project.

pqpo/pragma · 70 tokens

claude-code-review

Delegate code review of current uncommitted repository changes to Claude Code with claude -p, wait up to 10 minutes, then independently verify each finding and fix real issues. Use when the user asks to have Claude Code review a diff, audit uncommitted changes, perform CR/code review, or turn Claude Code review…

pqpo/pragma · 76 tokens

portable-bundle-review

检查并解释 portable Pragma bundle 的内容、依赖和环境绑定。.

pqpo/pragma · 21 tokens

pragma-code-review

按正确性、架构边界、风险和验证四个维度审查代码。.

pqpo/pragma · 24 tokens

wolbarg-coordination

Coordinate with other Cursor agents via Wolbarg — but ONLY after wolbarg init. Brief the workspace, claim scopes, record findings/dead-ends, update work items, and hand off. Use when working in parallel with other agents, resuming prior agent work, avoiding duplicate exploration, or sharing decisions across sessions.

wolbarg/cursor · 72 tokens