osgrep

Installation
SKILL.md

What osgrep does

Finds code by meaning. When you'd ask a colleague "where do we handle auth?", use osgrep.

  • grep/ripgrep: exact string match, fast
  • osgrep: concept match, finds code you couldn't grep for

Primary command

osgrep "where do we validate user permissions"

Returns ~10 results with code snippets (15+ lines each). Usually enough to understand what's happening.

Output explained

ORCHESTRATION src/auth/handler.ts:45
Defines: handleAuth | Calls: validate, checkRole, respond | Score: .94
Installs
15
GitHub Stars
1.1K
First Seen
Jan 22, 2026