picomatch
Installation
SKILL.md
Picomatch
A blazing fast, zero-dependency JavaScript glob pattern matching library, supporting standard and extended Bash glob features.
Trigger Scenarios
Use when the user needs file path matching, glob wildcards (*, **, ?, [...]), .gitignore-style exclusion rules, build tool file filtering, CLI path filtering, file watcher allow/deny lists, etc. Trigger keywords: picomatch, glob matching, .js, **/.ts, wildcards, .gitignore pattern matching, file filtering, minimatch alternative.
Installation
npm install picomatch