Remember
Explicitly save important knowledge to auto-memory with timestamp and context.
Before & after
Same prompt, same agent — the only difference is the skill.
Got it — your staging database resets every night at 2am UTC. I'll keep that in mind for our conversation. Note that I don't have persistent memory across separate sessions unless you're using a tool that provides it, so you may want to document this somewhere permanent like a team wiki or runbook if it's important for others to know. Is there anything else you'd like me to remember for now?
SAVED TO MEMORY
Fact: Staging DB resets nightly at 2am UTC.
Saved: 2026-07-31 14:20 UTC
Context: flagged during a debugging session — explains why test data
vanishes overnight and why a 1am-run seed is gone by morning.
Tags: staging, database, gotcha
WHY THIS WAS SAVED EXPLICITLY
Auto-capture catches a lot, but a fact like this — load-bearing, easy to
forget, expensive when forgotten — is worth a deliberate save with a
timestamp and the reason it mattered. Six weeks from now the timestamp
and context are what make it trustworthy: you'll know when it was true
and why it was written.
IT WILL SURFACE WHEN RELEVANT
Next time a "my test data disappeared" or "staging is empty" situation
comes up, this note surfaces with its context, so the 2am reset gets
ruled in immediately instead of rediscovered.
Anything to add — like who owns the reset job, in case it needs
changing?About this skill
name: remember description: Use when Explicitly save important knowledge to auto-memory with timestamp and context.
Remember
Explicitly save important knowledge to auto-memory with timestamp and context. Use when a discovery is too important to rely on auto-capture.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the remember skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Remember; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: remember
description: Use when a discovery, decision, or piece of context is important enough that it must survive beyond this session and auto-capture can't be trusted to catch it.
version: 1.0.0
category: Development / Engineering
author: AgentVolt
license: proprietary
tags:
- development
- engineering
---
# Remember
Explicitly writes a piece of knowledge into auto-memory with a timestamp and enough surrounding context that it is still useful weeks later, bypassing the uncertainty of passive auto-capture.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.
Threat Detection
Use when hunting for threats in an environment, analyzing IOCs, or detecting behavioral anomalies in telemetry.
Agent Harness
Turns a domain folder of skills into a bounded agentic loop: compile a goal into a task plan, execute with the domain's tools, verify every task, retry within a budget.