Skip to main content
ClaudeWave
Skill2.5k estrellas del repoactualizado 2mo ago

daily-review

The daily-review skill conducts an end-of-day reflection within Obsidian by scanning all notes modified or created that day, assessing accomplishments and blockers, extracting key insights and questions, and organizing tomorrow's priorities into a structured daily note. Use this skill when requesting a daily wrap-up, end-of-day review, progress check, or planning session for the following day.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/heyitsnoah/claudesidian /tmp/daily-review && cp -r /tmp/daily-review/.agents/skills/daily-review ~/.claude/skills/daily-review
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Daily Review

Conduct an end-of-day review to capture progress and set up tomorrow.

## Review Process

1. **Today's Activity**
   - Find all notes modified today
   - Identify new notes created
   - Review work across all projects

2. **Progress Assessment**
   - What was accomplished?
   - What got stuck or blocked?
   - What unexpected discoveries emerged?

3. **Capture Insights**
   - Key learnings from today
   - New connections discovered
   - Questions that arose

4. **Tomorrow's Setup**
   - Top 3 priorities
   - Open loops to close
   - Questions to explore

## Output Format

Create or update a daily note with:

```markdown
# Daily Review - [Date]

## Accomplished

- ✓ [Completed item 1]
- ✓ [Completed item 2]

## Progress Made

- [Project/Area]: [What moved forward]
- [Project/Area]: [What moved forward]

## Insights

- [Key realization or connection]
- [Important learning]

## Blocked/Stuck

- [What didn't progress and why]

## Discovered Questions

- [New question that emerged]
- [Thing to research]

## Tomorrow's Focus

1. [Priority 1]
2. [Priority 2]
3. [Priority 3]

## Open Loops

- [ ] [Thing to remember]
- [ ] [Person to follow up with]
- [ ] [Idea to develop]
```

## Additional Actions

- Move completed project tasks to archive
- Update project status notes
- Link related discoveries
- Flag items needing attention
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.

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.

json-canvasSkill

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.