memory-ingest

Ingests validated knowledge into persistent memory storage.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill memory-ingest-petrsimonidesxart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-ingest
Source: https://github.com/petrSimonidesXart/xPmGateway/tree/main/.gaai/core/skills/cross/memory-ingest
Command: npx skills add https://github.com/petrSimonidesXart/xPmGateway --skill memory-ingest-petrsimonidesxart

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Transform validated knowledge into structured long-term memory to preserve critical context across sessions and workflows.

Core Features & Use Cases

  • Anti-Collision Guard: prevents silent data loss by checking for existing memory files before writing.
  • Index & Memory Management: writes memory files under contexts/memory/** and updates master and domain indexes to ensure domain alignment.
  • Use Case: after bootstrap scans, discovery results, or architecture insights, persist validated knowledge for future reasoning and traceability.

Quick Start

Ingest validated knowledge into the memory system after discovery validation and architecture insights.

Frequently Asked Questions about memory-ingest

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

FAQPage Schema
How do I persist validated knowledge into long-term memory across sessions?

You can persist validated knowledge into structured long-term memory by ingesting discovery results and architecture insights, which writes minimal files and updates domain indexes to preserve critical context across sessions.

What's the best way to prevent silent data loss when writing memory files?

Preventing silent data loss when writing memory files requires an anti-collision guard that checks for existing memory files before writing, ensuring no validated knowledge is overwritten during ingestion.

How does domain memory index management work during knowledge ingestion?

Domain memory index management works by writing memory files under specific contexts and updating both master and domain indexes during knowledge ingestion, ensuring domain alignment and future traceability.

When do I need to ingest validated artefacts into structured memory?

You need to ingest validated artefacts into structured memory after completing bootstrap scan results, discovery validation, or architecture insights to persist critical context for future reasoning workflows.

Can I apply memory ingestion after bootstrap scan results without extra dependencies?

Yes, you can apply memory ingestion after bootstrap scan results without extra dependencies, as the skill independently writes minimal structured files and updates indexes using validated knowledge.