remember-all-prompts-daily
Installation
SKILL.md
Remember All Prompts Daily
This skill maintains conversation continuity across token budget cycles by automatically archiving your session history before compaction and restoring it when a new session begins.
How It Works
1. Extraction Trigger (95% Token Usage)
When token usage approaches 95%:
- Run
export_prompts.pyto extract current session history - Format all prompts/responses with timestamps
- Append to
memory/remember-all-prompts-daily.mdwith date-wise entry - Marks the archive point so compaction can proceed
2. Fresh Session Trigger (1% Token Usage)
When a new session starts (fresh 1% token usage):
- Check if
memory/remember-all-prompts-daily.mdexists - Read the most recent entry
- Ingest it as "past conversation summary" to restore context
- Continues naturally from where the previous session ended