adopt
Scaffold the PKM system onto an existing Obsidian vault. Scans your vault structure, maps folders interactively, and generates configuration — no template…
Create daily notes and manage morning, midday, and evening routines. Structure daily planning, task review, and end-of-day reflection. Use for daily productivity routines or when asked to create today's note.
$ npx -y skills add ballred/obsidian-claude-pkm --skill daily --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/dailyContext preview
The summary Claude sees to decide when to auto-load this skill.
Create daily notes and manage morning, midday, and evening routines. Structure daily planning, task review, and end-of-day reflection. Use for daily productivity routines or when asked to create today's note.
name: daily description: Create daily notes and manage morning, midday, and evening routines. Structure daily planning, task review, and end-of-day reflection. Use for daily productivity routines or when asked to create today's note. allowed-tools: Read, Write, Edit, Glob, Grep, TaskCreate, TaskUpdate, TaskList, TaskGet user-invocable: true
Creates daily notes and provides structured workflows for morning planning, midday check-ins, and evening shutdowns.
Invoke with `/daily` or ask Claude to create today's note or help with daily routines.
/daily
Or simply ask:
1. **Checks if today's note exists**
2. **Template Processing**
3. **Automatic Organization**
Your daily template can use:
1. Create today's daily note (if not exists) 2. Pull incomplete tasks from yesterday 3. Read this week's ONE Big Thing from `Goals/3. Weekly Review.md` 4. Surface active project next-actions from `Projects/*/CLAUDE.md` 5. Review weekly goals for today's priority
Before interactive prompts, automatically surface:
Display as a brief context block at the top of the morning routine:
### Today's Context - **Week's ONE Big Thing:** [from weekly review] - **Active Projects:** [project names with first next-action each] - **Monthly Focus:** [from monthly goals]
When adding tasks to the daily note, recommend linking to goals/projects:
- [ ] Draft API spec — Supports: [[Projects/MyApp]] - [ ] Review chapter 3 — Supports: [[1. Yearly Goals#Read 12 books]]
1. Check morning task completion 2. Compare actual vs planned time use 3. Assess energy level 4. Identify afternoon priorities
1. Mark completed tasks with [x] 2. Add notes and learnings 3. Log energy levels (1-10) 4. Record gratitude items
Automatically generate an end-of-day summary showing which goals and projects received attention:
### Today's Cascade Impact - **Goals touched:** [[Goal 1]] (2 tasks), [[Goal 3]] (1 task) - **Projects advanced:** [[ProjectA]] (3 tasks), [[ProjectB]] (1 task) - **Unlinked tasks:** 2 (consider linking to a goal or project)
1. Identify tomorrow's priority (preview) 2. Move incomplete tasks to tomorrow or delete 3. Commit changes to git (`/push`)
Standard daily note template:
# {{date}}
## Focus
> What's the ONE thing that would make today successful?
## Time Blocks
- Morning (9-12):
- Afternoon (12-5):
- Evening (5+):
## Tasks
### Must Do Today
- [ ]
### Work
- [ ]
### Personal
- [ ]
## Notes
[Capture thoughts, meeting notes, ideas]
## Reflection
- **Wins:**
- **Challenges:**
- **Learned:**
- **Grateful for:**
- **Energy:** /10
- **Tomorrow's priority:**Customize paths to match your vault:
Organize daily notes by month/year:
Daily Notes/2024/01/2024-01-15.md
The daily skill uses session tasks to show progress during multi-step routines.
Create tasks at skill start:
TaskCreate: subject: "Create daily note" description: "Create or open today's daily note from template" activeForm: "Creating daily note..." TaskCreate: subject: "Pull incomplete tasks"
Not another PKM starter kit. This is an execution system that connects your 3-year vision to what you do today — and holds you accountable with AI. Every layer connects. /daily surfaces your ONE Big Thing from the weekly review. /weekly shows project progress.
Scaffold the PKM system onto an existing Obsidian vault. Scans your vault structure, maps folders interactively, and generates configuration — no template…
Find broken wiki-links in the vault. Read-only analysis — scans for [[links]] and verifies target files exist. No writes, no dependencies.
Track progress toward 3-year, yearly, monthly, and weekly goals. Calculate completion percentages, surface stalled goals, connect daily tasks to objectives.…
Monthly review and planning. Roll up weekly reviews, check quarterly milestones, set next month's focus. Use at end of month or start of new month.
Read and write Obsidian vault files, manage wiki-links, process markdown with YAML frontmatter. Use when working with vault file operations, creating notes, or…