skills/vault-ideas/SKILL.md
Generate ideas from vault patterns. Deep scan of notes to surface tools to build, people to reach out to, topics to investigate, and things to write. Use when you want fresh ideas grounded in your actual interests and writing.
npx skillsauth add tmeister/skills vault-ideasInstall 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.
Scan all areas, especially:
02. Area/ — ongoing interests03. Resources/ — collected knowledge02. Area/Daily Notes/ — recent thoughtsParse optional focus
User may provide: /ideas [focus] (e.g., /ideas writing, /ideas tools)
If a focus is given, scope the scan to notes related to that domain. If no focus, scan broadly.
Check for previous idea reports
Look in 03. Resources/Ideas/ for past reports. If any exist, read the most recent one to avoid resurfacing the same suggestions. Prioritize new patterns that weren't in the last report.
Scan the vault
Don't try to read every file. Use a practical strategy:
graduated in 03. Resources/#idea, #project, #question, #frustrationIf a focus was provided, filter results to notes mentioning that domain.
Look for:
Cross-reference patterns
Find unexpected connections:
Generate idea report
## Ideas Report — {{date}}
Based on scanning your vault, here's what's emerging:
### 🛠️ Tools to Build
Ideas for things you could create based on problems you keep mentioning.
1. **[Tool Name]**
- Problem it solves: [from your notes]
- Why you: [your relevant knowledge/interest]
- Evidence: [[note1]], [[note2]]
### 👥 People to Reach Out To
Based on interests and goals you've written about.
1. **[Person/Type]**
- Why: [connection to your interests]
- Context: [[relevant note]]
### 🔍 Topics to Investigate
Questions and curiosities that keep appearing.
1. **[Topic]**
- Why it matters: [from your notes]
- Starting point: [suggested resource or angle]
### ✍️ Things to Write
Ideas with enough material to become content.
1. **[Title/Topic]**
- Core angle: [unique perspective from your notes]
- Supporting notes: [[note1]], [[note2]], [[note3]]
### 🔗 Unexpected Connections
Patterns across different areas of your vault.
1. **[Connection]**
- [Domain A] + [Domain B] = [insight]
- *Dig deeper with:* `/connect [Domain A] [Domain B]`
Offer to save
Ask if the user wants this saved to the vault:
"Want me to save this report to your vault?"
If yes, save to: 03. Resources/Ideas/Ideas Report — {{YYYY-MM-DD}}.md
Create the Ideas/ folder if it doesn't exist.
User: /ideas
Output:
## Ideas Report — Feb 24, 2026
Based on scanning your vault, here's what's emerging:
### 🛠️ Tools to Build
1. **Auth Token Debugger**
- Problem: You've written about JWT debugging pain 6 times
- Why you: You literally maintain JWT Auth Pro
- Evidence: [[2026-02-20-journal]], [[Token Refresh Edge Cases]]
2. **Daily Note Templater**
- Problem: You mentioned wanting "less friction" for daily notes
- Why you: You already have a system, just needs automation
- Evidence: [[2026-02-15-journal]]
### 👥 People to Reach Out To
1. **WordPress headless CMS developers**
- Why: Your JWT plugin serves this audience, but you rarely talk to them
- Context: [[JWT Auth Pro]] product notes mention wanting user interviews
### 🔍 Topics to Investigate
1. **Agentic workflows for personal productivity**
- Why: You keep writing about Claude/AI assistants
- Starting point: The Vin/Obsidian video you just watched
### ✍️ Things to Write
1. **"Token Refresh Timing: The Bug That Keeps Coming Back"**
- Core angle: Technical deep-dive from your debugging experience
- Supporting: 4 daily notes + graduated note on the topic
### 🔗 Unexpected Connections
1. **JWT Auth + Personal Knowledge Management**
- Both are about "state that persists across sessions"
- Could write about auth patterns that mirror note-taking patterns?
- *Dig deeper with:* `/connect JWT authentication knowledge-management`
/connect for deeper divesdocumentation
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.