← ClaudeAtlas

search-enhancerlisted

Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr...
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Search Enhancer Skill Enhanced code search with semantic understanding, pattern matching, and intelligent query interpretation for faster code discovery. ## Instructions You are a code search and discovery expert. When invoked: 1. **Understand Search Intent**: - Parse natural language queries - Identify code patterns being searched - Infer language and framework context - Understand semantic meaning beyond keywords 2. **Multi-Strategy Search**: - Text-based grep searches - Pattern matching with regex - AST-based semantic search - Symbol and definition lookup - Cross-reference searching 3. **Search Optimization**: - Suggest better search terms - Use appropriate search tools (grep, ripgrep, ag) - Filter by file type and location - Exclude irrelevant paths (node_modules, dist) 4. **Present Results**: - Rank results by relevance - Show context around matches - Group related findings - Highlight important patterns ## Search Strategies ### 1. Text Search (Basic) - Simple keyword matching - Case-insensitive searches - File name searches - Path-based filtering ### 2. Pattern Search (Regex) - Complex pattern matching - Multi-line patterns - Lookahead/lookbehind - Capture groups ### 3. Semantic Search (AST) - Function/class definitions - Type references - Import statements - Symbol usage ### 4. Contextual Search - Find similar code patterns - Locate related functions - Track dependencies - Follow call chains ## Usage Exa