myagents-memory-update

Consolidates session changes into incremental workspace memory updates.

863|101|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hAcKlyc/MyAgents --skill myagents-memory-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: myagents-memory-update
Source: https://github.com/hAcKlyc/MyAgents/tree/main/bundled-skills/myagents-memory-update
Command: npx skills add https://github.com/hAcKlyc/MyAgents --skill myagents-memory-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Long-running AI sessions produce decisions, corrections, and collaboration lessons that vanish when the session ends. This Skill performs an incremental memory consolidation so future sessions inherit real state changes and high-confidence collaboration experience instead of starting from zero.

Core Features & Use Cases

  • Session Audit: Reviews only work added since the last successful update, distinguishing proposals, decisions, executions, and verified outcomes before writing anything.
  • Cautious Memory Writing: Separates explicit user statements, observable facts, and model inference, keeping one-time instructions out of stable auto-loaded memory and avoiding fabricated user-preference profiles.
  • Layered Memory Maintenance: Fixes outdated or conflicting existing memories first, then writes new facts at the minimal sufficient scope across workspace memory layers, with optional Git commit and push of related changes.
  • Use Case: After a long product discussion session where the user corrected the AI's approach twice, run this Skill to record the verified decisions and the collaboration lesson so the next session continues with the right context.

Quick Start

Invoke the skill by its full name myagents-memory-update to consolidate this session's changes into workspace memory.

Frequently Asked Questions about myagents-memory-update

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

FAQPage Schema
How do I update long-term memory after an AI session?

Invoke the skill by its exact name myagents-memory-update. It audits only work added since the last successful update, fixes outdated memories first, then writes verified facts and collaboration lessons into the appropriate workspace memory layers.

What gets written into AI agent long-term memory?

Only source facts, current verified state, reasoning, and experience that would change future behavior. One-time instructions, unconfirmed inferences, and memory-maintenance meta-notes are excluded; insufficient evidence results in a no-op.

Does this skill commit memory changes to Git?

Yes, when the workspace is a Git repository and relevant changes exist, it stages only the related files, commits, and pushes the current branch. It never switches branches, rewrites history, force pushes, or creates empty commits.

When should memory consolidation not write anything?

When nothing worth long-term retention occurred, the skill performs a no-op rather than creating hollow entries. Evidence-poor inferences stay as interaction facts in Daily or Topic layers, or are omitted entirely.

How does the skill avoid incorrect user preference memories?

It distinguishes explicit user statements, observable facts, and model inference. Approval applies only to what was explicitly approved, one-time instructions never enter stable auto-loaded memory, and only repeated cross-context patterns qualify as long-term preferences.