load-deferred

Load deferred memory IDs and format them for context injection.

2|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/matt-grain/Anima --skill load-deferred
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: load-deferred
Source: https://github.com/matt-grain/Anima/tree/main/.gemini/skills/load-deferred
Command: npx skills add https://github.com/matt-grain/Anima --skill load-deferred

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill loads memories that were deferred during the initial session due to output size limits, ensuring continuity and richer context for ongoing conversations.

Core Features & Use Cases

  • Deferred memory loading: fetches and formats memories deferred at session start for reuse in the current chat.
  • Contextful continuity: enhances responses after greeting by streaming additional relevant memories.
  • Use Case: After a user says "welcome back" or requests a diagnostic like "void is gone!", automatically load and inject the deferred memories.

Quick Start

uv run anima load-deferred

Frequently Asked Questions about load-deferred

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

FAQPage Schema
How do I load deferred memories into an AI agent session after greeting?

To load deferred memories into an AI agent session, run the load-deferred command. It retrieves deferred memory IDs, formats them for context injection, and clears the deferred list after output to extend the current context.

Why are context memories deferred at session start and how do I retrieve them?

Context memories are deferred at session start due to output size limits. You retrieve them by running a deferred memory loading process that fetches and formats the stored memory IDs for ongoing conversation continuity.

How do I restore agent context for diagnostic requests like 'void is gone'?

Restoring agent context for diagnostic requests requires loading deferred memories. The system retrieves the list of deferred memory IDs, formats the data, and injects it into the current session to provide full continuity.

When should I trigger lazy context loading for my AI agent?

Trigger lazy context loading after initial session greetings, such as a 'welcome back' message, or when a user issues a diagnostic request. This ensures deferred memories are injected only when needed for conversation continuity.

Can I clear the deferred memory list automatically after extending the session context?

Yes, the deferred memory list is cleared automatically after output. When you load deferred memories to extend the agent's context, the system formats the data for injection and removes the IDs from the deferred list.

Does the load-deferred Anima command require external dependencies to function?

No, the load-deferred Anima command requires no external dependencies to function. It independently retrieves deferred memory IDs, formats them for context injection, and clears the list after output.