weekly-rollup

Installation
SKILL.md

Weekly Rollup

Generate a weekly summary note from daily notes, aggregating time entries, meetings, coding sessions, decisions, and todo progress.

Workflow

Phase 1: Setup

  1. Determine the vault root.
    • Preferred: if the Obsidian CLI is available and responsive, run obsidian vault info=path and use the returned path.
    • Fallback: if the CLI is unavailable, the app is not running, or the command does not return the expected payload, treat the current repo root as the vault root and continue by reading files directly.
  2. Determine the target week:
    • If an argument is provided (e.g., weekly-rollup 2026-02-17), use the week containing that date
    • Otherwise, use the current week
  3. Calculate Monday–Sunday dates for the target week.
  4. Compute the ISO week number (YYYY-WNN) for the output filename.

Phase 2: Collect Data

Related skills
Installs
1
Repository
olivoil/skills
First Seen
3 days ago