Code Search

Efficient code search strategies for large codebases including ripgrep advanced patterns, AST-based search with ast-grep, git history search (pickaxe, git grep, bisect), LSP navigation, GitHub code search, and codebase exploration strategies (top-down, bottom-up, call chain, data flow tracing). Use when searching large codebases, tracing code history, navigating unfamiliar projects, or finding specific patterns across files.

iceflower 7c6f013 3 files · 15.2 KB Updated

File contents

iceflower/agent-skills/tree/main/code-search commit 7c6f013335

Frequently asked questions

npx skillmds@latest add iceflower/code-search