fast-ops
Installation
SKILL.md
Fast ops
Rust CLIs beat PowerShell/bash recursion for agent locate work.
Commands
# Text search
rg -n "pattern" src/
# Find files by name
fd -e tsx component
# AST-aware search (example)
ast-grep -p 'function $NAME($$$)' --lang typescript src/