remember

Store project memories in CLAUDE.md under Code Style, Workflow, or Project Notes sections.

5|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/JasonWarrenUK/claude-code-config --skill remember-jasonwarrenuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/JasonWarrenUK/claude-code-config/tree/main/skills/remember
Command: npx skills add https://github.com/JasonWarrenUK/claude-code-config --skill remember-jasonwarrenuk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams and AI assistants persist user preferences, conventions, and project-specific instructions into the project's CLAUDE.md file, ensuring consistent behavior across sessions.

Core Features & Use Cases

  • Detect when a memory should be stored and locate the correct CLAUDE.md (project root: ./CLAUDE.md or project .claude: ./ .claude/CLAUDE.md).
  • Place memories under appropriate sections (e.g., Code Style, Workflow, Project Notes) with clear, actionable phrasing.
  • Resolve duplicates by merging or updating existing entries to keep memories concise and non-redundant.
  • Handle both simple prompts like "remember this" and more complex conventions that impact long-term guidance.

Quick Start

Remember a memory by telling the assistant to store it, for example: "remember that CLAUDE.md should document date format as YYYY-MM-DD"

Frequently Asked Questions about remember

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

FAQPage Schema
How do I persist user preferences in CLAUDE.md for future AI sessions?

To persist user preferences in CLAUDE.md, instruct the assistant to store the memory. It locates or creates the CLAUDE.md file at the project root and writes clear, actionable bullets under appropriate sections like Code Style or Project Notes.

Where should CLAUDE.md be located for storing project conventions?

The CLAUDE.md file for storing project conventions should be located at the project root as ./CLAUDE.md or within the project directory as ./.claude/CLAUDE.md. The skill automatically creates the file if it is missing.

How does saving project notes to CLAUDE.md handle duplicate entries?

Saving project notes to CLAUDE.md resolves duplicates by merging or updating existing entries. This keeps the stored memories concise, non-redundant, and organized under appropriate sections for long-term guidance.

What is the best way to document coding conventions so an AI assistant remembers them?

The best way to document coding conventions for an AI assistant is to store them in CLAUDE.md. The assistant places these instructions under relevant sections such as Workflow or Code Style, ensuring consistent behavior across sessions.

Do I need external tools to manage project memory in CLAUDE.md?

You do not need external tools to manage project memory in CLAUDE.md. The process relies solely on editing the CLAUDE.md file to write clear, actionable bullets, requiring no additional dependencies beyond basic file editing.