timeline-report
Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.
Install
git clone https://github.com/thedotmack/claude-mem /tmp/claude-mem && ln -s /tmp/claude-mem/plugin/skills/timeline-report ~/.claude/skills/timeline-report
From README
Timeline Report Generate a comprehensive narrative analysis of a project's entire development history using claude-mem's persistent memory timeline. When to Use Use when users ask for: "Write a timeline report" "Journey into [project]" "Analyze my project history" "Full project report" "Summarize the entire development history" "What's the story of this project?" Prerequisites The claude-mem worker must be running. The project must have claude-mem observations recorded. Resolve the worker port (do this once at the start and reuse $WORKERPORT in every curl call below): This honors CLAUDEMEMWORKERPORT env, then /.claude-mem/settings.json, then falls back to the per-UID default 37700 + (uid % 100) — matching how the worker itself picks its port. Required for multi-account setups (#2101) and any user who has overridden the default port (#2103). Workflow Step 1: Determine the Project Name Ask the user which project to analyze if not obvious from context.
