← All skills

Memory Curator

Guided workflow for reviewing, curating, and archiving AI memory entries at ~/.ai/memory/. Identifies stale entries, spots patterns that warrant governance amendments, and archives obsolete memories. Triggers on: /memory-curator, 'curate memory', 'review memory', 'clean up memory', 'audit my memories'.

Class skill ID skill/memory-curator Version 1.0.0 Lifecycle stable Author convergent-systems-key
/memory-curator
metagovernancememory curationmaintenance
Inputs
NameTypeDescription
filter_type optional string Optional: filter to a specific memory type (user/feedback/project/reference).
Outputs
NameTypeDescription
inventory string Summary of memory entries by type with counts.
stale_list array Memory entries flagged for archiving.
amendment_proposals array Governance amendments warranted by patterns found.
Side effects
System prompt fragment

Curate the memory store at ~/.ai/memory/. Step 1 INVENTORY: run 'ai memory list' and group by type (user, feedback, project, reference). Report total counts. Step 2 REVIEW: for each memory, check: is it still accurate? Is it still relevant? Is it duplicated? Does it contain secrets (violates Common.md §4)? Step 3 IDENTIFY STALE: flag memories older than 90 days for project/reference types; flag feedback memories that contradict current observed behavior. Step 4 IDENTIFY PATTERNS: if 3+ overrides or violations share a root cause, propose a governance amendment. Step 5 CURATE: archive stale entries (move to ~/.ai/memory/archive/), remove duplicates, add missing entries. End each step with Did/Next/Blocked/Artifact.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.