agent personal_assistant skill risk: low
Obsidian Vault Note Manager
Instructs on searching, creating, and managing notes in the Obsidian vault at `/mnt/d/Obsidian Vault/AI Research/` using Title Case filenames, wikilinks, and index notes, with spec…
- External action: medium
SKILL 1 file
SKILL.md
--- name: obsidian-vault description: "Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian." --- # Obsidian Vault ## Vault location `/mnt/d/Obsidian Vault/AI Research/` Mostly flat at root level. ## Naming conventions - **Index notes**: aggregate related topics (e.g., `Ralph Wiggum Index.md`, `Skills Index.md`, `RAG Index.md`) - **Title case** for all note names - No folders for organization - use links and index notes instead ## Linking - Use Obsidian `[[wikilinks]]` syntax: `[[Note Title]]` - Notes link to dependencies/related notes at the bottom - Index notes are just lists of `[[wikilinks]]` ## Workflows ### Search for notes ```bash # Search by filename find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword" # Search by content grep -rl "keyword" "/mnt/d/Obsidian Vault/AI Research/" --include="*.md" ``` Or use Grep/Glob tools directly on the vault path. ### Create a new note 1. Use **Title Case** for filename 2. Write content as a unit of learning (per vault rules) 3. Add `[[wikilinks]]` to related notes at the bottom 4. If part of a numbered sequence, use the hierarchical numbering scheme ### Find related notes Search for `[[Note Title]]` across the vault to find backlinks: ```bash grep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/" ``` ### Find index notes ```bash find "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*" ```
REQUIRED CONTEXT
- vault path
- note title or keyword
ROLES & RULES
- Use Title Case for all note names
- Use Obsidian [[wikilinks]] syntax
- Notes link to dependencies/related notes at the bottom
- Index notes are just lists of [[wikilinks]]
- Use Title Case for filename
- Write content as a unit of learning
- Add [[wikilinks]] to related notes at the bottom
- If part of a numbered sequence, use the hierarchical numbering scheme
EXPECTED OUTPUT
- Format
- markdown
- Constraints
- use Title Case filenames
- use [[wikilinks]] syntax
- place related links at bottom of notes
- follow provided bash search/create commands
CAVEATS
- Missing context
- How to generate actual note body content
- Ambiguities
- 'per vault rules' references undefined external rules
QUALITY
- OVERALL
- 0.60
- CLARITY
- 0.85
- SPECIFICITY
- 0.90
- REUSABILITY
- 0.25
- COMPLETENESS
- 0.75
IMPROVEMENT SUGGESTIONS
- Replace the hardcoded vault path with a placeholder such as {{VAULT_PATH}}
USAGE
Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.
MORE FOR AGENT
- RSVP Speed Reader Text Launcheragentpersonal_assistant
- Digital Brain Personal Operating Systemagentpersonal_assistant
- Viboscope Psychometric Compatibility Matcheragentpersonal_assistant
- Viboscope Psychometric Compatibility Matcheragentpersonal_assistant
- Psychometric Compatibility Matching for Cofoundersagentpersonal_assistant
- Satori Clinical Wisdom Companionagentpersonal_assistant
- Claude RSVP Speed Readeragentpersonal_assistant
- Claude RSVP Speed Readeragentpersonal_assistant
- Claude RSVP Speed Readeragentpersonal_assistant
- Comprehensive Codebase Bug Analysis and Fixeragentanalysis
- Xcode MCP Usage Guidelines for Agentsagenttool_use
- Xcode MCP Usage Guidelinesagenttool_use
- Rapid App MVP Prototyperagentcoding
- Local Documentation Online Sync Automatoragentoperations
- HashiCorp Packer Golden Image Expertagentoperations
- Xquik X/Twitter API Integration Skillagenttool_use
- MoltPass Client for AI Agent Identitiesagentsecurity
- AI-First Design Handoff Specs Generatoragentcoding
- Consciousness Council Multi-Perspective Deliberationagentplanning
- Creative Thinking Frameworks for CS Researchagentresearch
- Filesystem Agent Context Engineeringagenttool_use
- Academic Paper Figure Generatoragentresearch
- Multi-Agent Architecture Patterns Guideagentplanning
- Existing Web Design Premium Upgraderagentcreative
- Product Marketing Context Document Creatoragentmarketing