hmem-context

Identify and load the most relevant memory context from long-term storage.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hmem-context
Source: https://github.com/YuryZZZ/opencode-global/tree/main/skills/hmem-context
Command: npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The hmem-context skill enables on-demand access to the most relevant memory context, reducing time spent searching through unrelated information and improving accuracy when past decisions or lessons are needed.

Core Features & Use Cases

  • Load the precise memory node(s) from long-term memory based on the current question.
  • Filter and present up to the top 3 most relevant memories to inform decisions.
  • Use case: when a question relies on a past design decision or a specific code pattern not in the current project brief.

Quick Start

Ask the AI to load the most relevant memory context using hmem-context before tackling a question.

Frequently Asked Questions about hmem-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recall past design decisions for AI context without searching manually?

You can recall past design decisions by loading the most relevant memory context from long-term storage on demand. This skill identifies and retrieves specific past patterns or lessons to inform current answers, reducing manual search time.

When do I need to load long-term memory context for my AI prompt?

You need long-term memory context when a question relies on past design decisions, code patterns, or specific lessons not present in the immediate project brief. Loading this memory ensures the AI has the exact historical details required for accurate responses.

How do I retrieve relevant code patterns from memory to inform my current task?

To retrieve relevant code patterns, the skill performs stepwise memory searches against long-term storage. It filters the results to the top 3 most relevant matches and formats them for direct AI context loading.

Can I filter memory lookup results to only the most relevant past decisions?

Yes, memory lookup results can be filtered to present only the top 3 most relevant memories. This filtering ensures the AI receives precise, targeted historical context without being overwhelmed by unrelated information.

What is the best way to fetch exact memory nodes for decision support?

The best way to fetch exact memory nodes is through on-demand retrieval from long-term memory storage. This approach fetches precise memory context based on the current question, directly supporting accurate decision-making.

Does this memory lookup approach work without dependencies or external components?

Yes, this memory lookup approach works independently without external dependencies or components. It directly accesses long-term storage to load and format the necessary memory context for your AI.