Back to tags
Tag

Agent Skills with tag: code-search

12 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

ast-grep

语法感知的代码搜索、linting 和重写工具。支持基于 AST 的结构化代码搜索和批量代码转换。

abstract-syntax-treecode-searchlintingcode-refactoring
Dwsy
Dwsy
0

gh-search-repos

Use when searching for repositories across GitHub - provides syntax for filtering by stars, forks, language, topics, license, archived status, and all repository attributes

githubrepository-searchsearchfilters
aaddrick
aaddrick
3

gh-search-code

Use when searching code across GitHub repositories - provides syntax for file extensions, filenames, languages, sizes, exclusions, and using -w flag for regex search via web interface

githubcode-searchregexfile-filters
aaddrick
aaddrick
3

finding-code-patterns

Finds similar implementations, usage examples, and existing patterns in the codebase - shows concrete code examples for modeling new work. Pattern librarian documenting what exists without judgment.

code-searchpattern-librarycode-examplescodebase-analysis
samjhecht
samjhecht
1

gh-grep

Search real-world code examples across millions of GitHub repositories using grep.app. This skill should be used when looking for implementation patterns, API usage examples, library integration patterns, or production code references. Supports literal code search, regex patterns, and filtering by language/repo/path.

code-searchgrep.appgithubregex
huynguyen03dev
huynguyen03dev
1

smart-search

Intelligently choose between semantic and text search based on query intent. Automatically selects the best search mode (semantic for concepts, text for exact terms, symbols for definitions) and provides relevant results. Use when user wants to find code.

semantic-searchtext-searchintent-detectioncode-search
anortham
anortham
11

leta

Fast semantic code navigation via LSP. Load FIRST before ANY code task - even 'simple' ones. Trigger scenarios: (1) fixing lint/type/pyright/mypy warnings or errors, (2) fixing reportAny/reportUnknownType/Any type errors, (3) adding type annotations, (4) refactoring or modifying code, (5) finding where a function/class/symbol is defined, (6) finding where a symbol is used/referenced/imported, (7) understanding what a function calls or what calls it, (8) exploring unfamiliar code or understanding architecture, (9) renaming symbols across codebase, (10) finding interface/protocol implementations, (11) ANY task where you'd use ripgrep to find code or read-file to view a function. Use `leta show SYMBOL` instead of read-file, `leta refs SYMBOL` instead of ripgrep for usages, `leta grep PATTERN` instead of ripgrep for definitions, `leta files` instead of list-directory.

language-server-protocolcode-navigationrefactoringcode-search
andreasjansson
andreasjansson
1

exploring-codebase

Locate code, trace flows, and find usages in codebases. Use proactively for "where is", "how does", "find", "called", "used", or any code search question.

codebase-analysiscode-searchcode-navigationrepository-structure
trancong12102
trancong12102
2

semantic-search

Natural language code search, pattern detection, semantic code analysis

embeddingsnatural-language-processingcode-searchpattern-detection
benreceveur
benreceveur
31

github-code-search

Search GitHub code across millions of repositories using grep.app. Use when you need to find code patterns, implementations, examples, or understand how features are built in public codebases. (project)

github-searchgrep.appcode-search
jaredpalmer
jaredpalmer
41

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).

file-searchcodebase-analysiscode-searchcross-file-exploration
alexei-led
alexei-led
91

search-enhancer

Enhanced code search with semantic understanding, pattern matching, and intelligent query interpr...

semantic-searchpattern-matchingcode-searchembeddings
CuriousLearner
CuriousLearner
163