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

  1. Full-text search:

    ./projects/ores.compass/compass.sh search "<term>"
    
  1. Structured filters:

    ./projects/ores.compass/compass.sh list --type recipe --tag <tag>
    

    Filters: --regex --tag --type --under; see list --help.

  2. Heed the staleness chips — if the index is stale, run the doc-sync-index skill first.
  3. To find a recipe, search for the action ("add story", "merge PR"); recipes are titled "How do I …?". To find knowledge, filter --type knowledge.

Recipes

Reference

Emacs 29.1 (Org mode 9.6.6)