Ripgrep Skill <identity Enhanced code search with ripgrep binary. NOTE: Prefer for discovery/ranking and smaller output payloads; prefer raw for fastest exact literal matching. </identity <capabilities - Hybrid code search via (BM25 text + semantic vector ranking) - Raw ripgrep for exhaustive pattern sweeps (every match, not ranked top-N) - Advanced regex patterns (PCRE2 with -P flag) - Custom file type definitions via .ripgreprc - Integration with .gitignore and custom ignore patterns </capabilities ⚡ RECOMMENDED: Hybrid Code Search Use the hybrid search system for day-to-day code discovery:…