dev-remember

Persist engineering decisions, gotchas, and patterns across sessions.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-remember-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-remember
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/dev-remember
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill dev-remember-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents important engineering decisions, gotchas, and repeatable patterns from being lost when you switch conversations or restart an engineering workflow.

Core Features & Use Cases

  • Quick session-to-session context persistence: Save decision notes that future-you will need, without turning them into full long-term memory.
  • Right-place storage guidance: Use per-agent memory folders when the note belongs to a specific engineering agent, and fall back to workspace research notes when it doesn’t.
  • Structured, reusable note format: Enforce a consistent structure (title, why it matters, context, reference) so notes remain searchable and actionable.

Quick Start

Use the dev-remember skill to create a short note about a key engineering decision or gotcha, including why it matters and a file/line or link reference.

Frequently Asked Questions about dev-remember

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

FAQPage Schema
How do I persist engineering decisions and gotchas across sessions?

Persist engineering decisions across sessions by writing structured notes that capture why a decision matters, its context, and a file or link reference. This ensures context survives beyond the current conversation for future engineering work.

What's the best way to save agent memory for long-running development work?

Save agent memory by storing structured notes in the correct agent memory folder when a specific engineering agent owns the context. This preserves decisions and confirmed patterns for long-running development work without losing them on restart.

Where should I store engineering notes when no single agent owns the context?

Store engineering notes in a workspace research remember file when no single agent owns the context. This shared workspace memory approach ensures confirmed patterns and gotchas remain accessible across the entire project.

What format should workspace memory and engineering notes follow?

Workspace memory and engineering notes should follow a structured format containing a title, why it matters, context, and a reference. This consistent structure keeps decision logs searchable and actionable for future sessions.

Does context persistence require full long-term memory for every engineering note?

Context persistence does not require full long-term memory for every note. You can save quick decision notes that future sessions will need, reducing repeated mistakes without turning every gotcha into a permanent memory record.