AI AGENT ADDONS

Grepai Search Boosting

yoanbernabeu/grepai-skills

Search results in GrepAI can be sorted to show the most important code first. You can use boosting to give higher scores to files in key folders. You can also penalize less useful code like tests and vendor files.

Boosting works by applying a factor to each file's search score. A factor greater than 1.0 increases the score. A factor less than 1.0 reduces it. For example, you can boost /src/ files by 10% and cut /tests/ files by 50%.

This skill shows you how to set up these rules in a YAML config file. Developers get more relevant results faster. Production code appears before test code in search lists.

Add Grepai Search Boosting skill to your workflow

Global

mkdir -p ~/.claude/skills/grepai-search-boosting

Project

mkdir -p .claude/skills/grepai-search-boosting

Source Repository

Stars
17
Forks
2
Watchers
17
License
MIT
Last Push
5 months ago
Created
5 months ago