claude-memory

Create and maintain CLAUDE memory configurations for CLAUDE Code projects.

3|3|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/twikus/claude-configuration --skill claude-memory-twikus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claude-memory
Source: https://github.com/twikus/claude-configuration/tree/main/claude-code-config/skills/meta-claude-memory
Command: npx skills add https://github.com/twikus/claude-configuration --skill claude-memory-twikus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and optimize CLAUDE.md memory files or .claude/rules/ modular rules for Claude Code projects. Comprehensive guidance on file hierarchy, content structure, path-scoped rules, best practices, and anti-patterns. Use when working with CLAUDE.md files, .claude/rules directories, setting up new projects, or improving Claude Code's context awareness.

Core Features & Use Cases

  • Provide templates and patterns for CLAUDE memory design
  • Guidance on migrating from CLAUDE.md to .claude/rules/
  • Sample structures for monorepos and multi-project setups

Quick Start

Start by initializing memory for your project with /init and define your CLAUDE memory structure using the recommended templates.

Frequently Asked Questions about claude-memory

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

FAQPage Schema
How do I set up CLAUDE.md memory for a Claude Code project?▼

Use this skill to initialize CLAUDE.md memory for your project and define the memory structure using recommended templates, enforcing WHAT-WHY-HOW organization and documenting dependencies for consistent guidance.

When should I use modular .claude rules instead of a single CLAUDE.md file?▼

Use modular .claude/rules/ structures for large monorepos requiring path-scoped rules, while a single CLAUDE.md memory file suits smaller repos by providing comprehensive guidance without modular complexity.

What is the best way to migrate from CLAUDE.md to .claude rules?▼

The best way to migrate from CLAUDE.md to .claude/rules/ involves using guidance and patterns provided by this skill to restructure your memory configurations into modular, path-scoped rules for monorepos.

Can I use path-scoped rules for Claude Code in a monorepo setup?▼

Yes, you can use path-scoped rules in a monorepo setup by configuring a modular .claude/rules/ directory structure, which provides comprehensive guidance and sample structures for multi-project setups.

What content structure should CLAUDE memory configurations follow?▼

CLAUDE memory configurations should follow a WHAT-WHY-HOW organization, emphasizing critical rules and documenting dependencies, references, and templates to ensure consistent guidance across Claude Code projects.

What are common anti-patterns when designing CLAUDE memory files?▼

Common anti-patterns when designing CLAUDE memory files include failing to enforce WHAT-WHY-HOW organization, neglecting path-scoped rules for monorepos, and omitting documented dependencies, references, and templates.