Osgrep Semantic Search

Semantic code search via the `osgrep` CLI. Use when the user wants to find code by behavior, concept, or intent ("where do we validate JWTs?", "where is rate limiting handled?") rather than by exact text. Prefer ripgrep for literal matches and ast-grep for structural patterns.

cercova-studios Updated

File contents

cercova-studios/terminal-agent-plugins/tree/main/plugins/10x-swe/skills/osgrep-semantic-search commit 00d7ef7c79

Frequently asked questions

npx skillmds@latest add cercova-studios/osgrep-semantic-search