← ClaudeAtlas

weeklylisted

Convert weekly Lode raw change entries and fallback git commits into a structured Markdown PPT outline for presentation. Use this skill for "/lode:weekly". Triggers on requests like "周报", "写周报", "本周总结", "weekly PPT", "weekly report", "weekly outline", "总结这周工作", "这周做了什么", "multi-project status", "cross-project summary", "presentation outline from git". Also triggers when user wants to summarize work across repos, prepare a weekly slide deck, or consolidate development activity into a report. Supports single-project mode too. Key phrases: "周报大纲", "PPT 大纲", "本周汇报", "git 周报". Do NOT trigger for: daily notes, architecture docs, single-commit lookups, or non-git-based reporting.
KKenny0/Lode · ★ 1 · Code & Development · score 62
Install: claude install-skill KKenny0/Lode
# Weekly Multi-Project PPT Lite ## Overview Convert **weekly Lode raw change entries** into a structured Markdown PPT outline, using git commits only as coverage checks and fallback evidence. The weekly outline is Lode's week-level compounding layer: it should explain what changed, what decisions carried forward, which open questions remain, and how hard problems changed next-week planning. Each project gets an independent narrative using a unified template. Cross-project themes appear only on the overview slide. ## Quick Reference | Phase | Executor | Input | Output | |-------|----------|-------|--------| | 1. Scope & Gather | Main dialog | User prompt + config | Raw entries + optional git coverage + params | | 2. Analyze | Main dialog | Raw entries + fallback git logs + template | Structured JSON (with work_streams) | | 3. Stitch & Output | Main dialog | JSONs | Markdown PPT outline saved to `{vault}/Work Diary/Weekly/{YYYY-WNN}.md` | ## Inputs | Parameter | Required | Default | How to resolve | |-----------|----------|---------|----------------| | Time range | No | `this_week` | "本周" → this_week; "上周" → last_week | | Projects (name + repo path + slug) | No | `{vault}/raw/projects.json` or current repo | Prompt overrides project registry | | Mode: `tech` / `report` | No | `tech` | Infer from context | | Output path | No | `{vault}/Work Diary/Weekly/{YYYY-WNN}.md` | Prompt overrides config; config overrides default | | Priority order | No | Auto | By commit volume (see