1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| /chiron-search | Search knowledge base - find notes, tasks, or information in ~/CODEX vault |
Search Knowledge Base
Find information across the Obsidian vault.
Steps
- Parse search intent:
- Task search → Search for
- [ ]patterns - Tag search → Search for
#tagpatterns - Recent → Search in
~/CODEX/daily/for recent files - Full-text → General term search
- Task search → Search for
- Execute search using
rg:# Tasks rg "- \\[ \\]" ~/CODEX --type md # Tags rg "#work" ~/CODEX --type md # Recent rg "term" ~/CODEX/daily --type md # Full text rg "search term" ~/CODEX --type md -C 3 - Group results by location (Projects/Areas/Resources/Daily)
- Present with context and file paths
- Offer follow-up actions (read note, edit, create task, etc.)
Expected Output
Search results grouped by:
- Location (Projects, Areas, Resources, Daily, Tasks)
- File paths for easy access
- Context (matching lines with surrounding content)
- Follow-up action suggestions
Related Skills
obsidian-management- Vault search operationstask-management- Task-specific searchchiron-core- PARA navigation for locating content