Skip to main content
ClaudeWave
Skill2.5k repo starsupdated 2mo ago

weekly-synthesis

The weekly-synthesis skill generates a comprehensive review of a week's work by analyzing created and modified notes, identifying recurring themes and patterns, synthesizing key insights, and assessing progress across projects. Use it when a user requests a weekly review, week-in-review, weekly wrap-up, or wants to reflect on accomplishments and plan upcoming priorities. The output organizes findings into themes, insights, project progress, energy patterns, and questions to guide intentional planning for the following week.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/heyitsnoah/claudesidian /tmp/weekly-synthesis && cp -r /tmp/weekly-synthesis/.agents/skills/weekly-synthesis ~/.claude/skills/weekly-synthesis
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Weekly Synthesis

Create a comprehensive synthesis of the week's work and thinking.

## Analysis Process

1. **Gather Week's Work**
   - All notes created this week
   - All notes modified this week
   - Projects that saw activity

2. **Identify Patterns**
   - Recurring themes
   - Common challenges
   - Breakthrough moments
   - Energy patterns (what energized vs drained)

3. **Synthesize Learning**
   - Key insights that emerged
   - How thinking evolved
   - Connections discovered
   - Questions answered and raised

4. **Assess Progress**
   - Projects advanced
   - Areas maintained
   - Resources added
   - Items archived

## Output Format

Create a weekly synthesis note:

```markdown
# Weekly Synthesis - Week of [Date]

## Week at a Glance

- Notes created: [X]
- Projects active: [List]
- Major accomplishments: [List]

## Key Themes

### Theme 1: [Name]

- Where it appeared: [contexts]
- Why it matters: [significance]
- Next actions: [what to do]

### Theme 2: [Name]

- Where it appeared: [contexts]
- Why it matters: [significance]
- Next actions: [what to do]

## Major Insights

1. [Insight with context]
2. [Insight with context]

## Progress by Project

### [Project Name]

- What advanced:
- What's blocked:
- Next week's focus:

## Questions Emerged

- [Question 1 - and why it matters]
- [Question 2 - and why it matters]

## Energy Audit

- What gave energy:
- What drained energy:
- What to adjust:

## Connections Made

- [Note A] ←→ [Note B]: [Why significant]
- [Concept X] ←→ [Concept Y]: [New understanding]

## Next Week's Intentions

1. [Primary focus]
2. [Secondary focus]
3. [Thing to explore]

## To Process

- Inbox items: [count]
- Orphaned notes: [list]
- Missing connections: [identified]
```

## Follow-up Actions

- Archive completed projects
- Clean up inbox
- Update project status
- Plan next week's focus
add-frontmatterSkill

Add or update YAML frontmatter properties to enhance Obsidian note organization. Use when the user asks to add, fix, normalize, or improve frontmatter, properties, metadata, tags, or YAML on a note or folder of notes.

daily-reviewSkill

Conduct an end-of-day review to capture progress and set up tomorrow. Use when the user asks for a daily review, end of day wrap-up, EOD note, what they did today, or wants to reflect on the day and plan tomorrow.

de-ai-ifySkill

Remove AI-generated jargon and restore human voice to text. Use when the user asks to de-AI-ify, humanize, remove AI tone, or make text sound less machine-generated.

download-attachmentSkill

Download files from URLs to the Obsidian attachments folder and organize them with descriptive names. Use when the user provides URLs to download, asks to save files from the web, or wants to add web content as attachments.

git-worktreesSkill

Work with git worktrees for isolated parallel development. Use when starting feature work in isolation, when need separate workspace without branch switching, or when cleaning up worktrees after PR merge.

inbox-processorSkill

Help organize and process items in the 00_Inbox folder according to the PARA method. Use when the user asks to process, clear, sort, triage, or organize their inbox.

init-bootstrapSkill

Interactive setup wizard that helps new users create a personalized CLAUDE.md file based on their Obsidian workflow preferences. Use when the user wants to set up claudesidian, onboard a new vault, or run the bootstrap/init/setup wizard.

install-claudesidian-commandSkill

Install claudesidian shell command to launch Claude Code from anywhere. Use when the user wants to install a shell alias/launcher for their vault, or asks to set up the claudesidian command.