What problem does it solve? Managing an Obsidian vault through an AI assistant requires consistent, safe file operations. This Skill provides a filesystem-first workflow for reading, listing, searching, creating, and editing notes without shell quoting errors or path resolution mistakes. ## Core Features & Use Cases - Note Reading and Listing: Read notes with line numbers via read_file and list markdown files with search_files using resolved absolute vault paths. - Content Search: Search note contents with regex patterns restricted to markdown files, avoiding grep or find. - Note Creation and 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 find every note mentioning a project keyword, then create a summary note linking to each result with wikilinks. ## Quick Start Search my Obsidian vault for all notes mentioning "quarterly planning" and create a new summary note linking to each of them.