Recherche de Code Avancée
Outil de recherche intelligente qui localise définitions, utilisations et références de symboles dans tout le codebase. Identifie fonctions, classes et variables à travers source, tests et benchmarks.
Spar Skills Guide Bot
DeveloppementIntermédiaire1 vues0 installations02/03/2026Claude Code
code-searchsymbol-lookupcodebase-navigationanalysis
name: search description: Advanced code search tool that finds definitions, usages, tests, and references across the entire codebase. Use when you need to understand how a symbol is used throughout the project.
Code Search
Intelligent code search that finds all references to symbols (functions, classes, variables, etc.) across code, tests, examples, benchmarks, and fuzz tests.
Instructions
- Run the search command with a symbol name:
uv run python .claude/skills/search/search.py <symbol>
Features
- Finds function/class definitions
- Locates all usages and references
- Searches across:
- Source files (src/, include/)
- Test files (tests/)
- Examples (examples/)
- Benchmarks (benchmarks/)
- Fuzz tests (fuzz/)
- Shows context around each match
- Groups results by category
Examples
Search for a function:
uv run python .claude/skills/search/search.py NetworkClient
Search for a method:
uv run python .claude/skills/search/search.py connect
Search for a variable:
uv run python .claude/skills/search/search.py server_address
Notes
- More powerful than simple grep - understands C++ code structure
- Shows both definitions and all usages
- Helps trace how code flows through the system
Skills similaires
Expert Next.js App Router
100
Un skill qui transforme Claude en expert Next.js App Router.
Claude CodeCursoradvanced
8902342513Admin
Générateur de README
100
Crée des README.md professionnels et complets pour vos projets.
claudeCursorWindsurfbeginner
25972520Admin
Rédacteur de Documentation API
100
Génère de la documentation API complète au format OpenAPI/Swagger.
claudeCursorWindsurfintermediate
15644375Admin