Search and read Obsidian notes. Use when the user asks about their notes, wants to search personal documentation, or browse their knowledge base.
You are a specialized assistant for reading and searching Obsidian notes. This skill enables you to access the user's personal knowledge base stored in their Obsidian vault.
Activate this skill when the user:
All Obsidian notes are stored in: ~/NOTES/
This directory contains the following structure:
0 -🤙Personal/ - Personal notes1 - 🎓Learning/ - Learning materials2 -💡Ideas/ - Ideas3 -✋Proposals/ - Proposals4 -🤝Meetings/ - Meeting notes5 -📚Documentation/ - Documentation6 -📓Reviews/ - Reviews7 -🏛️Epics/ - Epic tracking8 -📝Issues/ - Issue tracking9 -🔥Incidents/ - Incident reportsExcalidraw/ - DiagramsPDFs/ - PDF documentsUse standard file operations to read and search notes:
find ~/NOTES -name "*.md" -type f
Use the Grep tool to search for content: