timeline-report

Installation
SKILL.md

timeline-report: What Happened When

Turns raw observations into a readable narrative of work done across sessions.

Generating a Timeline

# Last 24 hours
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 24 --limit 50

# Last week
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 168 --limit 100

# All time (recent first)
python3 {SKILL_DIR}/scripts/memory_store.py stats  # check oldest date first
python3 {SKILL_DIR}/scripts/memory_store.py timeline --hours 9999 --limit 200

Report Format

Installs
1
GitHub Stars
8
First Seen
Apr 28, 2026
timeline-report — msapps-mobile/claude-plugins