setup-auto-memory

Install a structured auto-memory system for Claude Code projects.

2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/MDGrey33/memnyx --skill setup-auto-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-auto-memory
Source: https://github.com/MDGrey33/memnyx/tree/main/.claude/skills/setup-auto-memory
Command: npx skills add https://github.com/MDGrey33/memnyx --skill setup-auto-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill sets up Memnyx's optional auto-memory system for Claude Code users who want structured, persistent memory without manually wiring the directory layout, curation skill, and documentation fragments themselves.

Core Features & Use Cases

  • Creates the per-project memory directory and header index in the user's Claude environment.
  • Optionally seeds sanitized example memory files so the file shapes and frontmatter are easy to understand.
  • Installs the memory-hygiene skill for ongoing curation and maintenance.
  • Offers a CLAUDE.md fragment that documents the on-disk memory type system, while keeping every write gated by explicit confirmation.
  • Use it when you want a repeatable, safe setup for project memory across sessions without clobbering existing files.

Quick Start

Ask the skill to set up auto-memory for your active Claude Code project after confirming the boilerplate location and the target project slug.

Frequently Asked Questions about setup-auto-memory

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

FAQPage Schema
How do I set up structured project memory in Claude Code?

Setting up structured project memory in Claude Code involves installing a per-project memory directory, header index, and documentation fragments automatically. This requires a Memnyx checkout, an active project slug under ~/.claude/projects, and per-step confirmation to protect existing files.

What is auto-memory for Claude Code and how does it work?

Auto-memory for Claude Code is a structured, persistent memory system that creates per-project memory directories and optional example seeding. It includes a memory-hygiene skill for ongoing curation and a CLAUDE.md fragment documenting the on-disk memory type system, with every write gated by explicit confirmation.

Do I need a specific project directory structure to enable persistent Claude memory?

Yes, enabling persistent Claude memory requires an active project slug under the ~/.claude/projects directory. You also need a Memnyx checkout with access to auto-memory and the .claude environment to successfully apply the structured memory setup.

Can I seed example memory files when configuring Claude Code workspace memory?

Yes, you can optionally seed sanitized example memory files during workspace memory configuration. These examples demonstrate the correct file shapes and frontmatter structure, making it easier to understand and implement your own persistent memory entries.

Will setting up auto-memory overwrite my existing project files?

Setting up auto-memory protects existing files by requiring per-step confirmation during the installation process. This gating mechanism ensures that the structured memory directory, curation tooling, and CLAUDE.md fragments are applied safely without clobbering your current workspace configuration.

What is the best way to maintain Claude Code memory hygiene across sessions?

The best way to maintain Claude Code memory hygiene across sessions is by installing the dedicated memory-hygiene skill during the initial auto-memory setup. This tool provides ongoing curation and maintenance capabilities for your structured, persistent project memory directories.