skills/vault-today/SKILL.md
Morning planning from Obsidian vault. Pulls recent daily notes, priorities, and calendar context into a focused plan for the day. Use when starting your day or when feeling overwhelmed and need clarity.
npx skillsauth add tmeister/skills vault-todayInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use when:
Don't use when:
Default: ~/Documents/vault-notes
Before running: Check if the default path exists. If not, ask the user:
"I couldn't find your vault at ~/Documents/vault-notes. What's the path to your Obsidian vault?"
Store the path for the session once confirmed.
Daily notes: 02. Area/Daily Notes/
Read last closeday entry
Find the most recent daily note with an "End of Day" section. On Mondays (or after a gap), this may be Friday's or older — look back up to 4 days.
Extract:
Read recent context
#priority or #focus- [ ]) from recent days that weren't already in the closeday Tomorrow sectionIdentify priorities
Start with the Tomorrow carry-overs from the last closeday — these are the user's own stated intentions. Then layer in:
Generate today's plan
Output format:
## Today's Focus — {{date}}
### Top 3 Priorities
1. [Most important thing based on vault context]
2. [Second priority]
3. [Third priority]
### Carrying Over
- [ ] [Incomplete task from previous days]
### Context
[Brief summary of relevant recent notes/themes]
### Time Blocks (suggested)
- Morning: [deep work suggestion]
- Afternoon: [lighter work suggestion]
Offer to save
Ask if the user wants this added to today's daily note:
"Want me to save this to today's journal?"
If yes, prepend to or create: 02. Area/Daily Notes/{{YYYY-MM-DD}}-journal.md
User: /today
Output:
## Today's Focus — Monday, Feb 24
### Top 3 Priorities
1. Finish JWT Auth Pro dashboard refactor (mentioned 3x this week)
2. Review PR from contributor (tagged urgent yesterday)
3. Write newsletter draft (deadline tomorrow)
### Carrying Over
- [ ] Update documentation for v2.0
- [ ] Reply to support ticket #142
### Context
You've been deep in the JWT Auth codebase. Yesterday you noted feeling "close to done" on the refactor. Energy seems good based on recent journal entries.
### Time Blocks
- Morning: JWT refactor (your best focus hours)
- Afternoon: Newsletter + PR review (lighter cognitive load)
documentation
Use when a JWT site content issue is ready for execution and you need to draft or finalize the post directly in jwt-site, keep the same draft PR moving, and sync HQ tracking.
tools
Analyze changes and update WordPress plugin version references safely.
tools
Create, verify, list, or delete WordPress plugin version tags safely.
tools
Generate a WordPress plugin changelog focused on user value and update readme.txt when requested.