skillgrid-hybrid-persistence

Coordinate disk artifacts and Engram memory to persist Skillgrid state across context compaction.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/devopstales/aiskillgrid --skill skillgrid-hybrid-persistence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillgrid-hybrid-persistence
Source: https://github.com/devopstales/aiskillgrid/tree/main/.agents/skills/skillgrid-hybrid-persistence
Command: npx skills add https://github.com/devopstales/aiskillgrid --skill skillgrid-hybrid-persistence

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill manages the persistence of disk artifacts and Engram memory for Skillgrid, ensuring that critical information is stored and recoverable during and after context compaction.

Core Features & Use Cases

  • Artifact Store Modes: Supports 'hybrid', 'openspec', and 'engram' modes for storing artifacts and memory.
  • Artifact Placement: Determines where to store various types of state, such as product intent, technical contracts, and active session state.
  • Engram Usage: Utilizes Engram for durable summaries and cross-session memory storage.
  • Quick Start: Initialize a new change with skillgrid-init.

Quick Start

Run skillgrid-init to start a new change and begin managing artifacts and memory.

Frequently Asked Questions about skillgrid-hybrid-persistence

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

FAQPage Schema
How do I persist state across context compaction?

To persist state across context compaction, coordinate disk artifacts and Engram memory to ensure critical information remains stored and recoverable throughout your workflow phases.

What is the best way to manage Skillgrid state persistence?

Managing Skillgrid state persistence involves coordinating disk artifact placement and Engram memory, ensuring data durability and recovery with support for hybrid, openspec, and engram store modes.

How does Engram memory work for cross-session state storage?

Engram memory provides durable summaries and cross-session storage, ensuring active session state and technical contracts survive context compaction by coordinating with disk artifacts.

Can I choose different artifact store modes for state management?

Yes, state management supports hybrid, openspec, and engram artifact store modes, allowing you to determine where to store product intent, technical contracts, and active session state.

How do I initialize a new change for artifact and memory management?

To initialize a new change for artifact and memory management, run the skillgrid-init command to begin coordinating disk artifacts and Engram memory for state persistence.

When do I need disk artifacts for state recovery?

Disk artifacts are needed for state recovery whenever critical information must survive context compaction, ensuring data durability by storing product intent and technical contracts in the chosen artifact store mode.