# timeline-report

> Claude/Codex skill by [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 89k stars · Updated 2026-08-02

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.

Tags: ai, ai-agents, ai-memory, anthropic, artificial-intelligence, chromadb, claude, claude-agent-sdk, claude-agents, claude-code, claude-code-plugin, claude-skills, embeddings, long-term-memory, mem0, memory-engine, openmemory, rag, sqlite, supermemory

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/thedotmack/claude-mem/timeline-report/
- GitHub: https://github.com/thedotmack/claude-mem
- Author: [@thedotmack](https://omgskills.com/library/thedotmack/index.md)

## More from this repo

- [do](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/do/index.md) — Execute a phased implementation plan using subagents.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 94k stars
- [babysit](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/babysit/index.md) — Watch a pull request or review cycle until it is ready to merge.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 91k stars
- [cloud-sync](https://omgskills.com/skills/thedotmack/claude-mem/plugin/skills/cloud-sync/index.md) — Set up or check claude-mem cloud sync with cmem.ai Pro.
   - [@thedotmack](https://omgskills.com/library/thedotmack/index.md) · 91k stars
