cali-code-navigation
Installation
SKILL.md
Code Navigation Rules
Native tools:
cymbal_*(pi-cymbal) andast_grep_*(joelhooks/pi-ast-grep) are first-class pi tools — call them directly, not via bash.fffind/ffgrepcome from@ff-labs/pi-fff.
Tool Priority
For every file-task, ask: "Can Cymbal do this?"
cymbal_searchbeatsfffind(symbol-aware, git-aware, ranked)fffindbeats rawfind/ls(fuzzy, frecency, git-aware)cymbal_showbeatsread(structured output, symbol-aware, refs-aware)cymbal_search --textbeatsffgrep(git-aware, indexed)read= exact file path only (never directory).grep/rgonly for reading a single file's content, not for cross-file search.