home/categories/automation-tools/pearlthoughts-codecompass-claude-skills-semantic-search-skill-md
automation-toolstools

semantic-search

Use this when deciding between semantic search and grep/glob for code discovery. Apply for concept-based queries (find payment processing), intent-based searches (how is auth implemented), or when user doesn't know exact class names. Use grep for exact matches like specific function names

PearlThoughts
maintainer
PearlThoughts
Mis à jour 11/25/2025
Étoiles
1
Forks
0
quick start

Installation and usage

Use this when deciding between semantic search and grep/glob for code discovery. Apply for concept-based queries (find payment processing), intent-based searches (how is auth implemented), or when user doesn't know exact class names. Use grep for exact matches like specific function names

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use semantic-search