Agent skill
Memory Flush
Promote important recent log entries into MEMORY.md
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/memory-flush
SKILL.md
${var} — Topic to focus on. If empty, flushes all recent activity.
If ${var} is set, only flush entries related to that topic.
Read memory/MEMORY.md for current memory state. Read the last 3 days of memory/logs/ for recent activity.
Steps:
- Scan recent logs for entries worth promoting to long-term memory:
- New lessons learned (errors encountered, workarounds found)
- Topics covered (articles, digests) — add to the recent articles/digests tables
- Features built or tools created
- Important findings from monitors (on-chain, GitHub, papers)
- Ideas captured that are still relevant
- Goals completed or progress milestones
- Check each candidate against existing MEMORY.md content — skip if already recorded.
- Update memory:
- Add brief entries to MEMORY.md (keep it under ~50 lines as an index)
- If a topic needs more detail, write to
memory/topics/<topic>.mdinstead - Update tables (recent articles, recent digests) with new rows
- Do NOT rewrite the whole file — make targeted additions and removals.
- Log what you promoted to memory/logs/${today}.md. If nothing worth promoting, log "MEMORY_FLUSH_OK" and end.
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?