crux-skill-memory-index

Generate a prioritized YAML index from memory files and reference data.

8|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/zotoio/CRUX-Compress --skill crux-skill-memory-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crux-skill-memory-index
Source: https://github.com/zotoio/CRUX-Compress/tree/main/.cursor/skills/crux-skill-memory-index
Command: npx skills add https://github.com/zotoio/CRUX-Compress --skill crux-skill-memory-index

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of finding and prioritizing stored agent memories by automatically creating a searchable index from scattered memory files and reference data.

Core Features & Use Cases

  • Memory Index Generation: Scans configured memory directories, extracts metadata, and produces a sorted memory index for discovery.
  • Priority-Based Organization: Ranks memories using type priority, strength, and reference counts to surface the most relevant information first.
  • Use Case: When an AI agent needs to discover available memories after updates or maintenance cycles, use this Skill to rebuild the index and refresh memory visibility.

Quick Start

Use the crux-skill-memory-index skill to rebuild the memory index from the configured memory storage and reference tracker files.

Frequently Asked Questions about crux-skill-memory-index

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

FAQPage Schema
How do I build a prioritized memory index for agent memory discovery?

To build a prioritized memory index, scan configured memory directories and reference tracking data to extract metadata. The index ranks stored memories using type priority, strength, and reference counts to surface relevant information first for agent retrieval.

What is memory index generation in CRUX-based agent systems?

Memory index generation in CRUX-based agent systems is the process of scanning scattered memory files and reference data to produce a sorted, searchable index. This improves agent memory discovery by organizing files based on extracted metadata.

Do I need Python and pyyaml to generate a memory index?

Yes, you need Python execution with the pyyaml dependency to generate a memory index. The Skill requires pyyaml specifically for parsing memory metadata and generating the validated YAML index output.

When should I rebuild the agent memory index?

You should rebuild the agent memory index after memory updates, maintenance cycles, or REM cycles. Rebuilding refreshes memory visibility and ensures the agent discovers the most recently stored and prioritized information during retrieval.

How are memories prioritized in a generated memory index?

Memories are prioritized in the generated index using type priority, strength values, and reference counts. This priority-based organization ranks memories so the most relevant and referenced information surfaces first for agent discovery.