Weekly Reflect

Reviews recent activity logs and consolidates long-term memory files.

Updated May 25, 2026
One-click install
npx skills add https://github.com/Cbowcrptex/CBOWCRYPTEX --skill weekly-reflect-cbowcrptex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Weekly Reflect
Source: https://github.com/Cbowcrptex/CBOWCRYPTEX/tree/main/skills/reflect
Command: npx skills add https://github.com/Cbowcrptex/CBOWCRYPTEX --skill weekly-reflect-cbowcrptex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Long-term agent memory grows stale and disorganized over time, making it hard to recall what was done, what decisions were made, and which notes are still relevant. This Skill performs a periodic review that consolidates, prunes, and reorganizes memory so it stays useful. ## Core Features & Use Cases - Activity Review: Reads recent run logs and articles from the last 7 days to identify covered topics, patterns, and gaps. - Memory Consolidation: Keeps MEMORY.md as a short index and moves detailed notes into topic files under memory/topics/. - Stale Entry Pruning: Removes outdated entries and flags recurring errors or declining skill-health trends. - Use Case: Run it weekly to turn a growing pile of logs into a clean, indexed memory with a summary notification of what changed. ## Quick Start Ask the agent to run the weekly reflection to review the past week's activity and consolidate memory, optionally specifying a focus area.

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 memory files automatically?▼

Run the reflection workflow, which reads MEMORY.md, recent logs, and articles, then rewrites MEMORY.md as a short index and moves details into topic files under memory/topics/. It also logs the session and sends a notification when done.

How to review agent activity from the last 7 days?▼

The skill reads run logs in memory/logs/ and articles in articles/ from the past week, then summarizes covered topics, built features, key decisions, and recurring errors worth noting for future runs.

Can I focus the memory review on a specific topic?▼

Yes. Set the var parameter to a focus area and the reflection will concentrate on that topic instead of reviewing everything. If left empty, it performs a full review of all recent activity.

Does the reflection remove outdated memory entries?▼

Yes. Pruning stale entries is a core step: entries in MEMORY.md that are no longer relevant are removed, and detailed notes are reorganized into topic files so memory stays a living document rather than an append-only log.

What happens if memory logs or topic files are missing?▼

The workflow reads logs and articles only if available, so missing files simply reduce the review scope. Existing topic files are updated in place rather than duplicated.