🧠
AI EngineeringPython

Remember

by Digital-Process-Tools

Remember is an AI Engineering skill for Claude Code, published by Digital-Process-Tools in claude-remember.

167 stars52 forkson Digital-Process-Tools/claude-rememberAdded 2026/09/08+2% in starsRepository updated 2026/09/07
aiai-agentanthropicclaudeclaude-codecli-plugindeveloper-toolsmemorypersistent-memory
Install in seconds
Install Remember
Copy Remember into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Digital-Process-Tools/claude-remember/tree/main/skills/remember ~/.claude/skills/remember

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Digital-Process-Tools/claude-remember.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/remember/SKILL.md in Digital-Process-Tools/claude-remember
Installs to
~/.claude/skills/remember
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What Remember does

Remember writes a concise handoff note so the next session can continue from the current state. Use it when you need to save progress, next steps, and any important context before ending work.

Remember is cataloged under AI Engineering on DirSkills. Remember comes from a repository tagged ai, ai-agent, anthropic, claude and claude-code.

Documentation

README

Write a handoff note so the next session can continue cleanly. Use your knowledge of the current session — you were here. Write in first person ("I").

Path: Use the path from the most recent === HANDOFF === block in this session's context (e.g., Write next handoff to: /home/user/.remember/myproject-slug/remember.md). If no === HANDOFF === block is present, fall back to {project_root}/.remember/remember.md. This is at the PROJECT ROOT, NOT relative to this skill file.

If the file already exists, Read it first before Writing. The Write tool enforces a read-before-write check on existing files; without a prior Read, the first Write call will fail with "File has not been read yet." A 1-line Read is enough to satisfy the check.

Format:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Remember

  • How does Remember compare to other AI Engineering skills?

    Remember ranks #3316 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Remember against them. Open each page to compare what they document and how they install.