recall

Retrieves past context from the memory layer for proactive decision-making.

36|1|Updated Jun 4, 2026
One-click install
npx skills add https://github.com/AbyssCN/xihe --skill recall-abysscn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall
Source: https://github.com/AbyssCN/xihe/tree/main/skills/recall
Command: npx skills add https://github.com/AbyssCN/xihe --skill recall-abysscn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables proactive recall of past context, helping agents make informed decisions and solve problems more effectively without waiting for a hook to fire.

Core Features & Use Cases

  • Active Context Recall: Fill in the blind spots left by passive recall, ensuring no critical information is overlooked.
  • Memory Layer Interaction: Query the memory store directly to retrieve historical data and reasoning, enhancing decision-making.
  • Use Case: When writing a plan or spec, the agent can use /recall to proactively search for past decisions and rationale that can inform the current process.

Quick Start

/recall <topic>

Frequently Asked Questions about recall

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

FAQPage Schema
How do I proactively retrieve historical context for informed decision-making?

Proactive context retrieval uses the memory layer to let agents query past data and rationale directly, filling blind spots left by passive recall. This ensures critical historical information informs current decisions without waiting for triggers.

What is active context recall and when do I need it for plan writing?

Active context recall is querying the memory store directly to fetch historical rationale. You need it when writing plans or specs to proactively search for past decisions that inform the current process and avoid overlooking critical information.

How does memory layer interaction work for cross-module context reuse?

Memory layer interaction queries the memory store directly to retrieve historical data and reasoning. It enables cross-module reuse by allowing agents to access consolidated context from past modules during current problem-solving.

Do I need the Xihe system to manage context for historical analysis?

Yes, you need the Xihe system to manage and consolidate context effectively. It provides the memory layer required for this Skill to retrieve historical data, review rationale, and learn historical lessons.

What is the best way to query past decisions and historical rationale?

The best way to query past decisions is using active context recall to search the memory layer directly. This approach retrieves historical rationale proactively, optimizing methodology queries and historical lesson learning.

Why does passive memory recall leave blind spots in problem-solving?

Passive memory recall relies on triggered hooks, missing unprompted historical context. Active recall solves this by letting agents query the memory store directly, ensuring no critical information is overlooked during decision-making.