code-search

Originally fromanentrypoint/plugforge
Installation
SKILL.md

Semantic Code Search

Only use bun x codebasesearch for searching code, or execute some custom code if you need more than that, never use other cli tools to search the codebase. Search the codebase using natural language. Do multiple searches when looking for files, starting with fewer words and adding more if you need to refine the search. 102 file types are covered, returns results with file paths and line numbers.

Usage

bun x codebasesearch "your natural language query"

Invocation Examples

Via Skill Tool (Recommended - Structured JSON Input)

Basic search:

{
  "prompt": "where is authentication handled"
}
Related skills
Installs
17
GitHub Stars
21
First Seen
Mar 2, 2026