remember

Agent skill from rohitg00/agentmemory.

rohitg00 26k ↓ 8k Apache-2.0 updated 28d ago
Claude Code
View source ↗

What it does

  • Content preserves the user's phrasing, not a paraphrase.
  • Concepts are specific, lowercased, 2-5 items.
  • File paths are real references, not guesses.
  • Confirmation echoes the exact concepts tagged.
  • recall: retrieve what you save here (the pair to this skill).
  • forget: remove a memory you saved by mistake.

Requirements & configuration

  • "content": "We rotate JWT refresh tokens on every use; the old token is revoked server-side in auth/refresh.ts.",
  • "concepts": "jwt-refresh-rotation, token-revocation, auth-flow",
  • Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow.
  • RIGHT: concepts: "jwt-refresh-rotation, token-revocation" (specific, retrievable).

Configuration: ARGUMENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

remember FAQ

What does the remember skill do?

Save an insight, decision, or learning to agentmemory's long-term storage with searchable concept tags. Use when the user says "remember this", "save this", "note that", "don't forget", or wants to preserve knowledge for future sessions. Content preserves the user's phrasing, not a paraphrase. Concepts are specific, lowercased, 2-5 items.

What does remember require?

"content": "We rotate JWT refresh tokens on every use; the old token is revoked server-side in auth/refresh.ts.", "concepts": "jwt-refresh-rotation, token-revocation, auth-flow", Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow. RIGHT: concepts: "jwt-refresh-rotation, token-revocation" (specific, retrievable). Configuration keys: ARGUMENTS.

How do I install remember?

Run: npx -y skills add https://github.com/rohitg00/agentmemory --skill remember --agent claude-code — the source lives at github.com/rohitg00/agentmemory.

Maintain remember?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

remember on getagentictools
[![remember on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-remember.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-remember?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-remember

The second line is the CLI lookup for this page — handy in READMEs and docs.