memory-context

Fetches memory in two stages with stable IDs to minimize token load.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/TbK0ng/silver-bullet-kernel --skill memory-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-context
Source: https://github.com/TbK0ng/silver-bullet-kernel/tree/main/.agents/skills/memory-context
Command: npx skills add https://github.com/TbK0ng/silver-bullet-kernel --skill memory-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of retrieving necessary contextual information for AI processing while minimizing the token count, thereby reducing computational costs and improving response times.

Core Features & Use Cases

  • Progressive Disclosure: Fetches memory in two stages: first an index of stable IDs, then detailed content for selected IDs.
  • Token Efficiency: Ensures only essential data is loaded, optimizing AI context windows.
  • Audit Trail: Records each execution for accountability and analysis.
  • Use Case: When an AI needs to recall specific details from a long conversation or document, this skill can first provide a summary list of relevant memories, allowing the AI to then request only the most pertinent ones.

Quick Start

Use the memory context skill to get an index of all available memories.

Frequently Asked Questions about memory-context

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

FAQPage Schema
How do I reduce token usage when retrieving AI context from large memory sources?

To reduce token usage for AI context retrieval, use a two-stage progressive disclosure process that fetches a compact index of memory sources with stable IDs first, then loads detailed content only for specifically selected IDs.

What is progressive disclosure for AI memory management?

Progressive disclosure for AI memory management is a two-stage retrieval mechanism providing a summary index of stable IDs first, allowing the AI to request only the most pertinent detailed content, ensuring reliable context with minimal tokens.

How do I retrieve specific details from long conversations without exceeding the AI context window?

Retrieve specific details from long conversations by first generating a summary list of relevant memories as an index, which allows your AI to then request and fetch only the most pertinent detailed content needed for processing.

Does memory-context retrieval work without external dependencies?

Yes, memory-context retrieval works without external dependencies. It operates using internal scripts to manage the two-stage memory retrieval process, ensuring reliable context management with minimal token usage directly within your environment.

What is the best way to manage memory retrieval efficiently for AI applications?

The best way to manage memory retrieval efficiently is using a two-stage progressive disclosure approach that fetches a compact index of stable IDs first, minimizing token load by loading detailed content only for selected memories.

Why does loading full memory context increase computational costs and response times?

Loading full memory context increases computational costs and response times because it consumes excessive tokens. Fetching a compact index of stable IDs first and loading detailed content only for selected IDs minimizes this token load.