一键导入
hierarchical-memory-index
Implements a multi-tier memory system (Immediate -> Short-Term -> Long-Term/Crystallized) to optimize recall and minimize context bloat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implements a multi-tier memory system (Immediate -> Short-Term -> Long-Term/Crystallized) to optimize recall and minimize context bloat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce a Prismtek/Buddy talking-host overlay for narrated videos using pixel-art visemes and FFmpeg audio RMS animation.
Compare an implementation PR against its referenced BMO tech spec and report gaps, risks, and verification status.
Create a BMO product spec from a GitHub issue or operator request. Use when work needs a durable user-facing intent artifact before implementation.
Create a BMO tech spec from a product spec, GitHub issue, or operator request. Use when work needs grounded implementation planning before code changes.
Allows the Buddy to mutate its own operational kernel to improve performance.
Review and summarize online videos (especially YouTube) by extracting transcript + keyframes with local tools. Use when the user asks you to "watch" a video link, react to a video, summarize a video, or extract highlights/timestamps.
| name | hierarchical-memory-index |
| description | Implements a multi-tier memory system (Immediate -> Short-Term -> Long-Term/Crystallized) to optimize recall and minimize context bloat. |
This skill replaces linear memory files with a three-tier retrieval system inspired by the hermes-lcm architecture.
L1: Working Memory (Context Window)
TASK_STATE.md and active context.L2: Short-Term Semantic Cache (Daily/Weekly Notes)
memory/YYYY-MM-DD.md.L3: Long-Term Crystallized Core (Global Truths)
memory.md and USER.md.memory-crystallization skill to create a durable fact.session_search using a domain tag (e.g., "search #architecture") and verify the result is a distilled L3 fact.