Remember

Classify, deduplicate, and update local memory layers for knowledge entries.

6|3|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/lordmacu/nexo-rs --skill remember-lordmacu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Remember
Source: https://github.com/lordmacu/nexo-rs/tree/main/skills/remember
Command: npx skills add https://github.com/lordmacu/nexo-rs --skill remember-lordmacu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Remember Skill addresses the issue of maintaining and updating knowledge across different local memory layers by organizing and deduplicating information.

Core Features & Use Cases

  • Memory Classification: Categorizes entries as durable convention, temporary note, duplicate, outdated, conflicting, or ambiguous.
  • Deduplication: Identifies and proposes removal or merging of duplicate entries.
  • Promotion: Moves stable patterns to a durable location for long-term storage.
  • Conflict Resolution: Offers proposals for resolving conflicts in the memory layer.
  • Use Case: Use the Remember Skill to clean and update project documentation by promoting stable practices and removing outdated content.

Quick Start

Review and deduplicate memory content in the current session by running: remember review --review_scope="session_logs" --apply_changes=false --priority="all"

Frequently Asked Questions about Remember

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

FAQPage Schema
How do I deduplicate local memory layers and clean up project documentation across sessions?

Knowledge management systems maintain durable storage by promoting stable patterns to durable locations and categorizing temporary notes. This prevents outdated or conflicting entries from degrading long-term documentation reliability.

What is the best way to classify conflicting or ambiguous knowledge entries in a local memory storage system?

Yes, memory maintenance can run without automatic application by setting the apply changes flag to false. This restricts the process to proposing deduplication and classification updates for manual review before any explicit user approval.

When do I need to promote stable patterns to durable long-term storage in a knowledge management workflow?

Memory maintenance targets projects requiring organized documentation across sessions, specifically handling session logs. It classifies and deduplicates entries within this scope to ensure knowledge remains durable and up-to-date.

Can I review and deduplicate memory content without automatically applying changes to the knowledge base?

Memory maintenance is limited by its reliance on manual review for conflict resolution and classification changes. Although it proposes updates, applying modifications requires explicit user approval to prevent unwanted knowledge base alterations.