voidm-memory

Manage durable repository knowledge with a local CLI memory system.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/led8/.codex --skill voidm-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voidm-memory
Source: https://github.com/led8/.codex/tree/main/skills/voidm-memory
Command: npx skills add https://github.com/led8/.codex --skill voidm-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps developers maintain durable, reusable knowledge about their codebase and workflows using a local CLI memory system.

Core Features & Use Cases

  • Durable architectural decisions, constraints, and reusable tactics stored separately from ephemeral task notes.
  • Two-lane model (Memory and Learning Tips) to keep repository knowledge distinct from actionable tactics.
  • Scoped startup recall and agent-mode searches to accelerate onboarding and continuous improvement.

Quick Start

Start by detecting scope and loading the repository context, then recall with agent mode and begin adding memories as you work.

Frequently Asked Questions about voidm-memory

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

FAQPage Schema
How do I persist coding memory and architectural decisions for a local repository?

To persist coding memory for a local repository, use a CLI memory system to store durable architectural decisions and constraints separately from ephemeral task notes. This ensures reusable knowledge remains accessible across sessions.

What is the two-lane memory and learning tips model for coding trajectories?

The two-lane model for coding trajectories separates repository memory from learning tips. It keeps durable repository knowledge distinct from actionable tactics, enabling scoped recall and continuous improvement during software development.

How do I scope startup context recall for a new software repository?

To scope startup context recall for a software repository, detect the repository scope and load its context first. You can then use agent-mode searches to retrieve relevant memories and accelerate project onboarding.

Can I enforce dry-run operations when adding new memories via CLI?

Yes, you can enforce dry-run operations when adding new memories via CLI. This safe operation mode satisfies requirements for explicit memory-link workflows and scoped detection without immediately committing changes.

Does this local memory system work without external dependencies?

Yes, the local memory system works without external dependencies. It leverages a local CLI memory system to manage durable, reusable knowledge for coding projects directly within your software repositories.