memory-promote

Promote recurring daily memory items into durable wiki entries with pointers.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill memory-promote-walliiee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-promote
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/memory-promote
Command: npx skills add https://github.com/Walliiee/agent-harness --skill memory-promote-walliiee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents important agent memory from getting lost in short-lived daily logs by moving recurring, decision-worthy, or high-confidence items into durable wiki knowledge.

Core Features & Use Cases

  • Candidate Discovery: Scans the recent daily-memory window across agent workspaces and identifies promotable items.
  • Scoring and Routing: Scores items by recurrence, section, length, and explicit promotion signals to decide whether to auto-promote, queue, or drop.
  • Durable Promotion Flow: Canonicalizes the content, writes it to wiki storage, syncs it for retrieval, and replaces the original daily bullet with a durable pointer.
  • Use Case: A recurring architectural decision appears across several daily notes; this Skill consolidates it into one wiki entry and keeps the daily files clean.

Quick Start

Ask the agent to run a memory promotion sweep for recent daily notes and move qualifying items into the wiki.

Frequently Asked Questions about memory-promote

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

FAQPage Schema
How do I promote recurring agent memory items from daily notes into a durable wiki?

To promote recurring agent memory items into a durable wiki, this Skill scans recent daily-memory windows, scores items by recurrence and length, canonicalizes high-value content, and writes it to wiki storage. It then replaces the original daily bullets with durable pointers to keep logs clean.

What is the best way to consolidate duplicate daily memory entries across multiple workspaces?

The best way to consolidate duplicate daily memory entries across workspaces is to run a memory promotion sweep. The Skill identifies recurring items, canonicalizes the content into a single wiki entry, and replaces the duplicates across daily logs with pointers to that centralized record.

How does scoring work when deciding which daily notes to promote to wiki storage?

Scoring for daily note promotion evaluates items based on recurrence, section, length, and explicit promotion signals. Based on these scores, the Skill automatically routes items to either auto-promote into the wiki, queue for backlog review, or drop entirely to maintain efficient memory consolidation.

Can I use this memory promotion tool for weekly consolidation sweeps across different agent workspaces?

Yes, you can use this memory promotion tool for weekly consolidation sweeps across multiple agent workspaces. It handles candidate discovery, canonicalization, wiki writing, gbrain registration, and reindexing with built-in queueing and fallback handling for robust backlog review.

Why do I need canonicalization and reindexing when moving daily memory to a wiki?

Canonicalization and reindexing are needed when moving daily memory to a wiki to ensure the promoted content is standardized and immediately retrievable. The Skill canonicalizes information before writing it to wiki storage and performs reindexing to sync the new entries for accurate agent retrieval.