Use Scoop Shims
Your environment has Scoop-installed command-line tools that are superior to PowerShell native cmdlets. Use them.
Core Rule
Before executing any CLI command, locate the <!-- scoop-shims start --> block in your AGENTS.md (or equivalent global memory file). Find a tool there that matches your task. Use it.
Only fall back to PowerShell native cmdlets when no shim covers the operation.
Why
- Faster: Tools like
rg,fd,batare optimized native binaries - Consistent: Same syntax across tasks, no PowerShell cmdlet idiosyncrasies
- More capable:
rgbeatsSelect-String,fdbeatsGet-ChildItem,batbeatsGet-Content - Cross-platform muscle:
ffmpeg,magick,jq,pandoc— PowerShell has no equivalent