Skip to content
Productivity
Skill

/review

Daily and weekly review workflows. USE WHEN user says "morning routine", "evening routine", "weekly review", "start my day", "end of day".

From plugin
claude-code-obsidian-starter
2205 skills1 command
Install
$ npx -y skills add ArtemXTech/claude-code-obsidian-starter --skill review --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Daily and weekly review workflows. USE WHEN user says "morning routine", "evening routine", "weekly review", "start my day", "end of day".

SKILL.md

review.SKILL.md
name: review
description: Daily and weekly review workflows. USE WHEN user says "morning routine", "evening routine", "weekly review", "start my day", "end of day".

Review Skill

Morning, evening, and weekly review workflows.

Routing

| User says | Workflow | |-----------|----------| | "morning routine", "start my morning" | `workflows/morning.md` | | "evening routine", "end of day" | `workflows/evening.md` | | "weekly review" | `workflows/weekly.md` |

Templates

| Review | Template | |--------|----------| | Morning | `templates/morning-checkin.md` | | Evening | `templates/evening-checkin.md` | | Weekly | `templates/weekly-review.md` |

Data Access

**Projects:**

ls Projects/*.md
cat "Projects/Project Name.md"

**Tasks:**

curl "http://127.0.0.1:8090/api/tasks"
curl "http://127.0.0.1:8090/api/tasks?status=in-progress"

**Recent daily notes:**

ls -t Daily/*.md | head -5
Ships withclaude-code-obsidian-starter

Free starter kit: Claude Code + Obsidian. Pre-configured vault with skills for projects, tasks, clients, and daily routines. Just open and go.

Get the whole plugin
Stats
220
Stars
46
Forks
Quiet
Maintenance
Typst
Language
6mo ago
Last commit
7mo ago
Created

Repo: ArtemXTech/claude-code-obsidian-starter