Obsidian Recap banner
eugeniughelbur eugeniughelbur

Obsidian Recap

Productivity community

Description

--- description: Summarize a time period from the vault — today, week, or month --- Use the obsidian-second-brain skill. Execute `/obsidian-recap $ARGUMENTS`: The argument is the period: `today`, `week`, or `month`. Default to `week` if not specified. 1. Read `_CLAUDE.md` first if it exists in the vault root 2. Determine the date range from the argument 3. List all daily notes in the range with `list_files_in_dir("Daily/")` 4. Spawn parallel subagents — one per daily note — to read and extrac

Installation

Installs to ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-recap/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-recap && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/obsidian-second-brain/HEAD/commands/obsidian-recap.md -o ~/.claude/skills/eugeniughelbur-obsidian-second-brain-obsidian-recap/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository