remember

Save timestamped knowledge entries with context to MEMORY.md.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/stericishere/skills --skill remember-stericishere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/stericishere/skills/tree/main/self-improving-agent/skills/remember
Command: npx skills add https://github.com/stericishere/skills --skill remember-stericishere

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explicitly saving important knowledge to auto-memory with timestamps and context ensures critical insights are reliably recalled across sessions.

Core Features & Use Cases

  • Explicit memory entries with context and timestamps for debugging, architecture decisions, and project conventions.
  • Deterministic workflow to parse input, detect duplicates, and append to a MEMORY.md log.
  • Guidance for promoting enduring knowledge to CLAUDE.md when it represents a rule or standard.

Quick Start

Use /si:remember "The CDN causes the API to fail under load" to save a memory entry with context.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save debugging insights and architectural decisions across coding sessions?

You can save debugging insights and architectural decisions across sessions by explicitly capturing them into a MEMORY.md log with timestamps and contextual notes. This ensures hard-won knowledge is reliably recalled instead of lost.

What's the best way to log project conventions with context for future reference?

Logging project conventions is best handled by writing explicit memory entries with timestamps and context into a MEMORY.md file. The system parses input, checks for duplicates, and appends concise lines to keep the log clean.

How does knowledge capture handle duplicate entries in a memory log?

Knowledge capture handles duplicate entries by checking the existing MEMORY.md log before appending new lines. This deterministic workflow parses the input, detects duplicates, and prevents redundant memory entries from accumulating.

When do I need to promote enduring knowledge to project standards?

You need to promote enduring knowledge to project standards when a memory entry represents a rule or standard. Captured knowledge can be elevated to CLAUDE.md to enforce project conventions, moving it from a memory log to an active rule.

Can I use explicit memory entries for hard-won debugging insights across different coding projects?

Yes, explicit memory entries are designed to capture hard-won debugging insights across coding projects. They are saved with timestamps and contextual notes to ensure critical knowledge is reliably recalled regardless of the active session.

Why does saving context with timestamps matter for memory management in coding?

Saving context with timestamps matters because it ensures critical insights are captured with their original surrounding details. This explicit memory management approach prevents knowledge loss and provides a reliable chronological log for future recall.