
5kahoisaac/opencode-historian
2 skills115 installs28 starsGitHub
Install
npx skills add https://github.com/5kahoisaac/opencode-historianSkills in this repo
1MnemonicsThis skill manages persistent memories across conversations by delegating to a historian subagent. A developer uses it to remember decisions, preferences, and learnings, then recall them in later sessions. Memories are stored as git-committable markdown files and searched via a hybrid BM25 and vector index.85installs2HeuristicsThis skill turns user-provided files or folders into persistent historian memories. It extracts content from text, documents, and images, classifies each item against available memory types, and saves only durable knowledge through the @historian subagent. A developer uses it to ingest documents, notes, and code into a project's long-term memory.30installs