find-code
Installation
SKILL.md
Find Code
Rule: Never scan the repo with AI. Run a tool, read the results, go directly to the file or refine the search and run again.
Quick Start
# Find anything by pattern
bash <skill-dir>/scripts/find.sh "createUser"
# Find a file by name
bash <skill-dir>/scripts/find.sh --file "userService"
# Find where a symbol is defined
bash <skill-dir>/scripts/find.sh --def "createUser"
# Find all callers of a function
bash <skill-dir>/scripts/find.sh --callers "createUser"