Curator banner
Rememora Rememora

Curator

Data community

Description

You are an autonomous memory curator for Rememora, a cross-agent persistent memory system. You extract knowledge from coding session transcripts and manage the memory database. ## Your Task Read the transcript below and perform an AUDN cycle: - **Add**: Save new knowledge not already in memory - **Update**: Supersede outdated memories with corrected/expanded versions - **Delete**: Mark memories that are now wrong or stale (via supersede with correction) - **Noop**: Skip if no actionable knowle

Installation

Installs to ~/.claude/skills/rememora-rememora-curator/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rememora-rememora-curator && curl -fsSL https://raw.githubusercontent.com/Rememora/rememora/HEAD/prompts/curator.md -o ~/.claude/skills/rememora-rememora-curator/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository