task-memory-consolidation

Parse memory.yaml, group recurring learnings, and generate skill updates.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/Anveio/conveaux --skill task-memory-consolidation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-memory-consolidation
Source: https://github.com/Anveio/conveaux/tree/main/.claude/skills/task-memory-consolidation
Command: npx skills add https://github.com/Anveio/conveaux --skill task-memory-consolidation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parse memory.yaml and consolidate recurring patterns into skills to reduce cognitive load and speed up future work.

Core Features & Use Cases

  • Parse memory.yaml to extract learnings
  • Group similar learnings by topic
  • Threshold identify clusters with 3+ learnings
  • Map clusters to relevant skills
  • Generate updates (new sections, anti-patterns)
  • Archive move consolidated memories to memory-archive.yaml

Quick Start

  1. Parse memory.yaml to extract structured learnings
  2. Group by topic and identify clusters with 3+ learnings
  3. Map clusters to target skills and generate updates
  4. Archive consolidated memories

Frequently Asked Questions about task-memory-consolidation

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

FAQPage Schema
How do I consolidate recurring patterns from memory.yaml into skills?

Consolidation parses memory.yaml to extract learnings, groups similar ones by topic, identifies clusters with 3+ learnings, maps them to target skills, and generates updates including new sections and anti-patterns. This reduces cognitive load and accelerates future work by converting accumulated experience into durable skill improvements.

When should I consolidate my memory.yaml file?

Consolidate during RSID Ideate, when memory.yaml grows beyond approximately 10 tasks, or when learnings recur across multiple tasks. The six-step pipeline—parse, group, threshold, map, generate, and archive—automates progression from memory to integrated skills.

What happens to memories after consolidation?

Consolidated memories are archived to memory-archive.yaml, separating active learnings from historical patterns. This keeps memory.yaml focused on recent work while preserving the full learning history for reference and future pattern detection.

How does the threshold filter work in consolidation?

The threshold applies a 3+ learnings requirement to grouped patterns. Only clusters meeting this threshold are mapped to target skills and generate updates, ensuring that only well-established recurring patterns become skill improvements rather than isolated observations.

Can consolidation generate new skill sections and anti-patterns?

Yes. The generate step produces skill updates that include new sections capturing consolidated patterns and anti-patterns documenting common pitfalls or mistakes. These updates integrate directly into target skills based on cluster-to-skill mapping.

What data structure does consolidation use for learnings?

Consolidation implements a flat Learning data model with explicit type taxonomy, simplifying parsing and grouping logic. This structure supports efficient clustering of similar learnings and straightforward mapping to skill updates.