hmem-recall

Dispatch a Haiku sub-agent to search hmem and return up to 10 memory summaries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a Haiku sub-agent to search hmem for relevant memories. Sub-agent returns matching entries as ID + one-line summary. Main agent context stays clean.

Core Features & Use Cases

  • Dispatch Haiku sub-agent for memory recall to retrieve past decisions, lessons, or session context
  • Deduplicate results by ID and limit to up to 10 entries
  • Return results in a compact [ID] | summary format for easy ingestion

Quick Start

Define QUERY and TYPE, then dispatch the Haiku sub-agent to search hmem and return up to 10 matching entries.

Frequently Asked Questions about hmem-recall

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

FAQPage Schema
How do I search past session context and decisions without cluttering my main agent context?

Search past session context by dispatching a Haiku sub-agent to query memory, returning up to 10 deduplicated entries as compact ID and summary pairs to keep the main agent context clean.

What is the best way to retrieve past lessons when I don't know the exact memory ID?

Retrieve past lessons without an exact memory ID by dispatching a Haiku sub-agent to perform keyword and semantic search, formatting results into a one-line summary for quick reading.

Can I use structured prompts to search hmem for relevant memories?

Yes, you can use structured prompts to search hmem by dispatching a Haiku sub-agent, which deduplicates results by ID and limits output to up to 10 matching entries.

Does memory recall with a Haiku sub-agent limit the number of search results returned?

Yes, memory recall with a Haiku sub-agent limits search results to up to 10 entries, deduplicating by ID and returning them in a compact summary format for easy ingestion.