remember

Store conversation learnings into AGENTS.md memory or reusable skills.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill remember-leesk212
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: remember
Source: https://github.com/leesk212/dannys-coding-ai-agent-final/tree/main/ETC/deepagents_sourcecode/libs/cli/deepagents_cli/built_in_skills/remember
Command: npx skills add https://github.com/leesk212/dannys-coding-ai-agent-final --skill remember-leesk212

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The remember skill captures valuable learnings from conversations and stores them either in a persistent memory file (AGENTS.md) or as reusable skills to guide future work.

Core Features & Use Cases

  • Capture best practices, coding conventions, architecture decisions, workflows, and user feedback from discussions.
  • Decide storage destination automatically or manually: memory vs. skill.
  • Create a reusable remember workflow by generating a new skill structure under skills/remember for systematic reuse.

Quick Start

Tell the agent to remember this learning after a conversation to store it in memory or as a reusable skill.

Frequently Asked Questions about remember

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

FAQPage Schema
How do I save coding conventions and best practices from a conversation?▼

To save coding conventions and best practices from a conversation, you can use a memory capture workflow that stores durable learnings into a persistent AGENTS.md file or generates a reusable skill structure for future reference.

What is the best way to capture architecture decisions for future projects?▼

Capturing architecture decisions is best handled by extracting them from discussions and storing the knowledge in project memory files like AGENTS.md, or by structuring them into a new reusable SKILL.md with proper frontmatter.

How does storing conversation learnings as a reusable skill work?▼

Storing conversation learnings as a reusable skill works by evaluating the identified workflows or guidelines, then automatically deciding whether to append the knowledge to global or project memory or generate a new structured SKILL.md.

Does this memory capture approach support both global and project memory?▼

Yes, this memory capture approach supports both global and project memory. It enforces clear placement of knowledge by allowing you to store durable learnings in either a broad global memory file or a localized project-specific AGENTS.md file.

Can I automatically generate a new skill from a discussion about workflows?▼

Yes, you can automatically generate a new skill from a discussion about workflows. The process decides whether to save the learning to memory or create a new skill, structuring a SKILL.md with proper frontmatter and optional subdirectories.

When should I save a learning to memory versus creating a new skill?▼

You should save a learning to memory versus creating a new skill based on its scope: isolated guidelines or best practices go to AGENTS.md memory, while systematic, reusable workflows are structured into a new SKILL.md for repeated application.