What problem does it solve? Managing an Obsidian vault through an AI assistant requires consistent, safe file operations—resolving the vault path, searching notes, and editing markdown without shell quoting errors or broken paths. This Skill defines a filesystem-first workflow for all common vault operations. ## Core Features & Use Cases - Note Reading & Listing: Read notes with line numbers via read_file and list markdown files with search_files instead of shell commands like find or ls. - Content Search: Search filenames or note contents with regex patterns, optionally restricted to *.md files. - Note Creation & Editing: Create notes with write_file, append content with anchored patch edits, and link related notes using [[wikilink]] syntax. - Use Case: Ask the assistant to create a meeting summary note in your vault, link it to an existing project note, and append action items under a specific heading—all resolved against the OBSIDIAN_VAULT_PATH environment variable. ## Quick Start Create a new note called 'Project Ideas' in my Obsidian vault and link it to my existing 'Roadmap' note.