Agent skill
Weekly Reflect
Review recent activity, consolidate memory, and prune stale entries
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/reflect
SKILL.md
${var} — Area to focus on. If empty, reviews everything.
If ${var} is set, focus the reflection on that specific area.
Today is ${today}. Your task is to review the agent's recent activity and maintain long-term memory.
Steps:
- Read memory/MEMORY.md to understand current memory state.
- Read the recent run logs in memory/logs/ (last 7 days if available).
- Read the recent articles in articles/ (last 7 days if available).
- Consolidate what you've learned:
- What topics have been covered recently? Note any patterns or gaps.
- What features were built? Record key decisions and outcomes.
- Are there any stale entries in MEMORY.md that are no longer relevant? Remove them.
- Are there recurring errors or issues worth noting for future runs?
- Check
memory/skill-health/*.jsonfor quality trends — note any skills with declining scores or persistent flags. Summarize overall skill health in the appropriate topic file.
- Reorganize memory:
- Keep MEMORY.md as a short index (~50 lines): goals, active topics, and pointers to topic files.
- Move detailed notes into
memory/topics/files (e.g.crypto.md,research.md,projects.md). - If a topic file already exists, update it rather than creating a new one.
- Log what you did to memory/logs/${today}.md.
- Send a notification via
./notify: "Memory consolidated — ${today}"
Be ruthless about pruning. Memory should be a living, useful document — not an append-only log.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?