timeline-report
仓库创建 2025年9月1日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由
把长期开发记录转成连贯故事,利于回顾与决策。
▸ 风险提示
会读取持久化记忆数据,可能暴露敏感信息。
这个 Skill 做什么
基于 claude-mem 的时间线生成项目开发历史的全景叙述性报告。
把 claude‑mem 的时间线数据整成一篇讲故事式的项目全景报告,梳理从起步到现在的关键节点、决策与转折。适合回顾项目历史、做 post‑mortem 或给新成员讲清来龙去脉。特点是利用持续记忆(claude‑mem)把零散事件串成连贯叙述,便于总结教训和规划下一步。
▸ 展开 SKILL.md 英文原文
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.
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/timeline-report/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/timeline-report/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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=requirevia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有