Doc Find
Table of Contents
When to use this skill
Finding documents: full-text search or structured filters across the whole org-roam graph — recipes, knowledge, stories, tasks, captures, everything. Always prefer this over grep/find for documents.
How to use this skill
Full-text search:
./projects/ores.compass/compass.sh search "<term>"
Structured filters:
./projects/ores.compass/compass.sh list --type recipe --tag <tag>
Filters:
--regex --tag --type --under; seelist --help.- Heed the staleness chips — if the index is stale, run the
doc-sync-indexskill first. - To find a recipe, search for the action ("add story", "merge PR"); recipes are titled "How do I …?". To find knowledge, filter
--type knowledge.