save-learnings

Persist session learnings and corrections to memory files with YAML frontmatter.

2|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/enbiyagoral/.claude --skill save-learnings-enbiyagoral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-learnings
Source: https://github.com/enbiyagoral/.claude/tree/main/.claude/skills/save-learnings
Command: npx skills add https://github.com/enbiyagoral/.claude --skill save-learnings-enbiyagoral

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save session learnings, corrections, patterns, and project knowledge to a memory system so future sessions benefit from today’s discoveries.

Core Features & Use Cases

  • Persist user corrections as memory entries to improve future interactions
  • Catalog discovered project patterns and reusable knowledge for quick recall
  • Update memory entries automatically when topics are revisited or refined

Quick Start

Save the current session learnings to memory by instructing the AI to remember this session.

Frequently Asked Questions about save-learnings

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

FAQPage Schema
How do I save session learnings and corrections to a memory system?

To save session learnings, prompt the assistant to remember the session. It extracts corrections, patterns, and knowledge, creates memory files with YAML frontmatter, and updates the MEMORY.md index while avoiding duplicates.

When should I persist project patterns and knowledge for future sessions?

Persist project patterns at the end of productive sessions, after user feedback, or when prompted to save. This captures relevant knowledge and corrections so future sessions benefit from today's discoveries.

What is the best way to remember user corrections across chat sessions?

Remembering user corrections involves writing them as concise memory entries with YAML frontmatter. The system catalogs these entries and updates the MEMORY.md index automatically when topics are revisited or refined.

How does the memory management system handle duplicate learnings?

The memory management system avoids duplicates by checking existing entries before saving. When topics are revisited or refined, it updates existing memory entries instead of creating redundant files.

Do I need any dependencies to catalog session learnings into memory files?

No dependencies are required to catalog session learnings. The system operates independently, creating memory files with concise YAML frontmatter and maintaining a MEMORY.md index for discovery.

Why save learnings to memory instead of starting fresh each session?

Saving learnings to memory improves future assistant performance by retaining corrections and project patterns. Future sessions can recall this persisted knowledge, avoiding repeated mistakes and accelerating productivity.