embark-search

Installation
SKILL.md

Semantic Code Search

Use embark search to find code snippets by meaning, not just keywords. If it's not installed use embark-install skill.

Use it as a single semantic bootstrap when the relevant file or subsystem is unknown. Do one broad search, open and inspect at least one returned file locally, and inspect nearby code in that same directory or subsystem before any retry. If that still does not identify the needed adjacent area, do a narrowed retry with embark search -p <path> ... using the directory of the best first hit.

Usage

embark search "<detailed and descriptive query>"
embark search "<code snippet>" # find similar snippets
embark search -p <path> "<query>"  # <path> must be relative to the project root

Query Tips

Installs
1
GitHub Stars
3
First Seen
Jun 18, 2026
embark-search — jetbrains/embark