Semantic Search Skill Search through files and directories for content using keyword matching and basic semantic analysis. When to Use ✅ USE this skill when: - Finding code that implements a feature - Searching documentation for topics - Locating files by their content - Finding similar code patterns - Researching codebase structure When NOT to Use ❌ DON'T use this skill when: - Searching binary files → use file tools - Exact regex patterns → use grep - Searching very large repos ( 100k files) → use indexed search Installation Features - Keyword Search: Simple text matching across files - Ste…