Weekly Reflect

Consolidate recent agent activity into atomic notes and topic MOCs.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill weekly-reflect-swarm-ai-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Weekly Reflect
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/reflect
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill weekly-reflect-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review recent activity, consolidate memory into atomic notes + MOCs, and prune stale entries to keep the memory graph clean and navigable.

Core Features & Use Cases

  • Consolidates recent activity into atomic notes under memory/notes and builds topic MOCs for durable claims.
  • Reorganizes memory according to atomic-notes conventions, enabling efficient recall and reasoning.
  • Prunes stale entries and maintains memory health by logging changes and generating a notegraph delta for review.
  • Supports weekly reflection cycles and health monitoring of memory.

Quick Start

Run the reflect cycle to consolidate recent activity into atomic notes and MOCs.

Frequently Asked Questions about Weekly Reflect

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

FAQPage Schema
How do I consolidate agent activity into atomic notes for long-term memory?

To consolidate agent activity into atomic notes, you run an automated reflection cycle that processes recent memory logs, extracts durable claims, and saves them as individual notes under the memory directory. This ensures long-term memory remains structured and easily navigable.

What is a memory-health check and when do I need to run a reflection cycle?

A memory-health check evaluates the cleanliness and navigability of your note graph by identifying stale entries and structural drift. You need to run a weekly reflection cycle when recent agent activity accumulates and requires pruning to maintain efficient recall.

How do I generate MOCs from atomic notes to sustain a navigable notegraph?

Generating MOCs from atomic notes involves the Skill scanning recently consolidated memory entries to identify durable topics, then automatically creating Map of Content files that link related atomic notes together. This updates the notegraph delta for review and sustains navigability.

Can I use this to prune stale memory entries and log notegraph changes?

Yes, you can prune stale memory entries during the weekly reflection cycle. The Skill identifies outdated information, removes it from the memory graph, and generates a notegraph delta log that records all structural changes for your review.

What is the best way to organize durable claims into atomic memory notes?

The best way to organize durable claims is applying atomic-notes conventions, where each note contains a single idea with standardized frontmatter metadata. The Skill automates this by extracting claims from recent activity and structuring them as reproducible graph nodes.

Does the Weekly Reflect Skill require any dependencies to manage memory notes?

No dependencies are required to manage memory notes. The Skill operates independently by reading recent agent activity, applying atomicity rules, and writing consolidated notes with conforming frontmatter directly into your existing memory directory structure.