·searching-code
</>

searching-code

alexei-led/claude-code-config

Intelligent codebase search via WarpGrep. Use when user asks "how does X work", "trace flow", "find all implementations", "understand codebase", or needs cross-file exploration in large repos (1000+ files).

4Installs·0Trend·@alexei-led

Installation

$npx skills add https://github.com/alexei-led/claude-code-config --skill searching-code

SKILL.md

WarpGrep is an RL-trained search agent that reasons about code, not just pattern matches.

| "How does auth flow work?" | "Find class UserService" | | "Trace data from API to DB" | Simple regex patterns | | "Find all error handling" | "Where is X defined?" | | Large repos (1000+ files) | Known file patterns | | Before major refactoring | Quick needle lookups |

Intelligent codebase search via WarpGrep. Use when user asks "how does X work", "trace flow", "find all implementations", "understand codebase", or needs cross-file exploration in large repos (1000+ files). Source: alexei-led/claude-code-config.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alexei-led/claude-code-config --skill searching-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/alexei-led/claude-code-config --skill searching-code
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is searching-code?

Intelligent codebase search via WarpGrep. Use when user asks "how does X work", "trace flow", "find all implementations", "understand codebase", or needs cross-file exploration in large repos (1000+ files). Source: alexei-led/claude-code-config.

How do I install searching-code?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/alexei-led/claude-code-config --skill searching-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/alexei-led/claude-code-config