Interact with the user's Obsidian vault stored at /Users/yuxinli/Documents/Vault/Research. Use this skill when asked to: save notes, read notes, search the vault, create research summaries, add paper notes, organize knowledge, link notes, or anything related to the user's Obsidian vault.
The user's Obsidian vault is located at: /Users/yuxinli/Documents/Vault/Research
To read an existing note, use the bash tool to cat the file:
cat "/Users/yuxinli/Documents/Vault/Research/<subfolder>/<note-name>.md"
To search across all notes:
grep -r "<keyword>" "/Users/yuxinli/Documents/Vault/Research" --include="*.md" -l
To list all notes in the vault:
find "/Users/yuxinli/Documents/Vault/Research" -name "*.md" | sort
Every note should use YAML frontmatter at the top. Use this template for research paper notes:
---