weekly-digests
仓库创建 2025年9月1日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
适合持续项目的定期回顾,输出更易读的分周档案。
▸ 风险提示
会读取持久化记忆数据,可能暴露敏感信息。
这个 Skill 做什么
将项目时间线按 ISO 周切分,逐周生成连续的叙述性周度摘要章节。
把项目的 claude-mem 完整时间线按 ISO 周拆成连续的周度章节,为每周生成一章叙述摘要,形成按周连载的项目故事。适合需要周对周回顾、周度汇报或把历史时间线做成可读故事的场景。实现上每周用一个子代理处理,并把上周的 carry-forward 内容带入,保证叙述前后连贯。
▸ 展开 SKILL.md 英文原文
Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests", "week-by-week story", "serial timeline", or "narrative chapters" of a project's history.
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.5k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/weekly-digests/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/weekly-digests/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Weekly Digests Produce a serial, multi-chapter narrative digest of a project's complete claude-mem history. Differs from `timeline-report` (one long report) — this generates one digest *per ISO week*, with each subagent reading the prior week's carry-forward block so the story stays coherent. **The chapter count equals the number of ISO weeks the timeline covers.** A project with 2 weeks of data produces 2 chapters; one with 30 weeks produces 30. There is no fixed length — count the weeks first, then drive the pipeline off that count. ## When to Use Trigger when the user asks for: - "Weekly digests" - "Week-by-week story" - "Serial timeline" - "Story chapters of [project]" - "Run a di
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有