timeline-report

Featured

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.

AI & Automation 88,800 stars 7716 forks Updated 4 days ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 `$WORKER_PORT` in every curl call below): ```bash WORKER_PORT="${CLAUDE_MEM_WORKER_PORT:-$(node -e "const fs=require('fs'),p=require('path'),os=require('os');const uid=(typeof process.getuid==='function'?process.getuid():77);const fallback=String(37700+(uid%100));try{const s=JSON.parse(fs.readFileSync(p.join(os.homedir(),'.claude-mem','settings.json'),'utf-8'));process.stdout.write(String(s.CLAUDE_MEM_WORKER_PORT||fallback));}catch{process.stdout.write(fallback);}" 2>/dev/null)}" ``` This honors `CLAUDE_MEM_WORKER_PORT` 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. The project name is typically the...

Details

Author
thedotmack
Repository
thedotmack/claude-mem
Created
11 months ago
Last Updated
4 days ago
Language
JavaScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category