What problem does it solve? Managing an Obsidian vault through an AI agent requires consistent, safe file operations. This Skill provides a filesystem-first workflow for reading, listing, searching, creating, and editing markdown 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 glob patterns. - Content Search: Search note contents with regex patterns restricted to markdown files using file_glob. - 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 agent to find every note mentioning a project keyword, then create a summary note that wikilinks to each matching note in your vault. ## Quick Start Search my Obsidian vault for all notes mentioning "roadmap" and create a new index note linking to each of them.